Searched refs:GetTwoInputCode (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
H A D | elementwise.cc | 145 std::string GetTwoInputCode(const OperationType& op_type, in GetTwoInputCode() function 241 op_desc.code += GetTwoInputCode(op_type, "out_value", "in_value", in CreateElementwiseOneRuntimeOneScalar() 267 op_desc.code += GetTwoInputCode(op_type, "out_value", "in_value", in CreateElementwiseTwoInput() 299 op_desc.code += GetTwoInputCode(op_type, "out_value", "in_value", in CreateElementwiseTwoInput() 354 GetTwoInputCode(op_type, "out_value", "in_value", "in2_value", false); in CreateElementwiseTwoInput() 469 GetTwoInputCode(op_type, "result", "first_value", "second_value", false); in CreateElementwiseTwoInputWithBroadcast()
|