Home
last modified time | relevance | path

Searched refs:TestConvertConst (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc1329 void TestConvertConst(OpConverterTest* test) { in TestConvertConst() function
1422 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()