Fixed a build break on Windows
This commit is contained in:
Родитель
930c7ef183
Коммит
779c6d8969
|
@ -1720,7 +1720,8 @@ protected:
|
|||
}
|
||||
}
|
||||
|
||||
static string GeneratePaddedFloatOrExpFormat(int padSize, int precision, ElemType value)
|
||||
template <typename ValueType>
|
||||
static string GeneratePaddedFloatOrExpFormat(int padSize, int precision, ValueType value)
|
||||
{
|
||||
char format[16];
|
||||
char buffer[512];
|
||||
|
|
Загрузка…
Ссылка в новой задаче