File tree 1 file changed +4
-4
lines changed
onnxruntime/test/mlas/unittest
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ class MlasTransposeTest : public MlasTestBase {
42
42
}
43
43
44
44
static const std::string GetTypeString () {
45
- if (std::is_same<ElementType, float >::value) return std::string (" FP32" );
46
- if (std::is_same<ElementType, uint32_t >::value) return std::string (" U32" );
47
- if (std::is_same<ElementType, uint16_t >::value) return std::string (" U16" );
48
- if (std::is_same<ElementType, uint8_t >::value) return std::string (" U8" );
45
+ if (std::is_same<ElementType, float >::value) return std::string (" FP32" );
46
+ if (std::is_same<ElementType, uint32_t >::value) return std::string (" U32" );
47
+ if (std::is_same<ElementType, uint16_t >::value) return std::string (" U16" );
48
+ if (std::is_same<ElementType, uint8_t >::value) return std::string (" U8" );
49
49
return std::string (" unknown" );
50
50
}
51
51
You can’t perform that action at this time.
0 commit comments