Searched refs:operand_2_new_dims (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes_test.cc | 908 nvinfer1::Dims operand_1_new_dims, operand_2_new_dims; in TEST_F() local 917 operand_1, operand_2, &operand_1_new_dims, &operand_2_new_dims), in TEST_F() 921 ExpectTrtDimsEqualsArray(expected_operand_2_shape, operand_2_new_dims); in TEST_F() 926 operand_2, operand_1, &operand_2_new_dims, &operand_1_new_dims), in TEST_F() 930 ExpectTrtDimsEqualsArray(expected_operand_2_shape, operand_2_new_dims); in TEST_F()
|