Searched refs:TestConvertConst (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes_test.cc | 2014 void TestConvertConst(OpConverterTest* test) { in TestConvertConst() function 2115 TestConvertConst<DT_FLOAT, float, float>(this); in TEST_F() 2116 TestConvertConst<DT_INT8, int8, int32>(this); in TEST_F() 2117 TestConvertConst<DT_UINT8, uint8, int32>(this); in TEST_F() 2118 TestConvertConst<DT_INT16, int16, int32>(this); in TEST_F() 2119 TestConvertConst<DT_UINT16, uint16, int32>(this); in TEST_F() 2120 TestConvertConst<DT_INT32, int32, int32>(this); in TEST_F() 2121 TestConvertConst<DT_UINT32, uint32, int32>(this); in TEST_F() 2122 TestConvertConst<DT_INT64, int64, int32>(this); in TEST_F() 2123 TestConvertConst<DT_UINT64, uint64, int32>(this); in TEST_F()
|