Searched defs:TestTypeHelper (Results 1 – 1 of 1) sorted by relevance
109 struct TestTypeHelper<Type::TENSOR_FLOAT32> { struct110 using ElementType = float;111 static constexpr bool kIsQuantized = false;113 static constexpr uint32_t kClearData = 0x3f800000;116 struct TestTypeHelper<Type::TENSOR_FLOAT16> { struct117 using ElementType = _Float16;118 static constexpr bool kIsQuantized = false;120 static constexpr uint32_t kClearData = 0x3c003c00;123 struct TestTypeHelper<Type::TENSOR_QUANT8_ASYMM> { struct124 using ElementType = uint8_t;[all …]