Searched refs:GetTwoInputCode (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | elementwise.cc | 104 std::string GetTwoInputCode(const OperationType& op_type, in GetTwoInputCode() function 195 op.code_ += GetTwoInputCode(op_type, "in_out_value", "in_out_value", in CreateElementwiseOneRuntimeOneScalar() 226 result.code_ += GetTwoInputCode(op_type, "in_out_value", "in_out_value", in CreateElementwiseTwoInput() 260 result.code_ += GetTwoInputCode(op_type, "in_out_value", "in_out_value", in CreateElementwiseTwoInput() 323 op.code_ += GetTwoInputCode(op_type, "in_out_value", "in_out_value", in CreateElementwiseTwoInput()
|