Searched refs:TestConvertConst (Results 1 – 1 of 1) sorted by relevance
1329 void TestConvertConst(OpConverterTest* test) { in TestConvertConst() function1422 TestConvertConst<DT_FLOAT, float, float>(this); in TEST_F()1423 TestConvertConst<DT_INT8, int8, int32>(this); in TEST_F()1424 TestConvertConst<DT_INT32, int32, int32>(this); in TEST_F()