Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.h708 Status GetTrtBroadcastShape(const TRT_TensorOrWeights& operand_l,
Dconvert_nodes.cc360 Status GetTrtBroadcastShape(const TRT_TensorOrWeights& operand_l, in GetTrtBroadcastShape() function
4224 TF_RETURN_IF_ERROR(GetTrtBroadcastShape(inputs.at(0), inputs.at(1), in ConvertBiasAdd()
4477 TF_RETURN_IF_ERROR(GetTrtBroadcastShape( in ConvertBinary()
5621 TF_RETURN_IF_ERROR(GetTrtBroadcastShape( in ConvertBatchMatMul()
5879 TF_RETURN_IF_ERROR(GetTrtBroadcastShape( in ConvertSquaredDifference()
Dconvert_nodes_test.cc1144 TEST_F(ConverterTest, GetTrtBroadcastShape) { in TEST_F() argument
1176 GetTrtBroadcastShape(operand_1, operand_2, /*check_feasibility=*/true, in TEST_F()
1186 GetTrtBroadcastShape(operand_2, operand_1, /*check_feasibility=*/true, in TEST_F()