Searched refs:TestTypeHelper (Results 1 – 1 of 1) sorted by relevance
108 struct TestTypeHelper;110 struct TestTypeHelper<Type::TENSOR_FLOAT32> { struct118 struct TestTypeHelper<Type::TENSOR_FLOAT16> { struct126 struct TestTypeHelper<Type::TENSOR_QUANT8_ASYMM> { struct134 struct TestTypeHelper<Type::TENSOR_QUANT8_ASYMM_SIGNED> { struct161 const uint32_t elementSize = sizeof(typename TestTypeHelper<dataType>::ElementType); in chooseDispatchSize()640 TestTypeHelper<dataType>::kClearData, // CLEAR_DATA in initialize()830 using ElementType = typename TestTypeHelper<dataType>::ElementType;837 const float scale = TestTypeHelper<dataType>::kIsQuantized ? 1.0f : 0.0f; in initialize()970 const double tolerance = TestTypeHelper<dataType>::kTolerance; in runTest()[all …]