Searched defs:custom_op_name (Results 1 – 4 of 4) sorted by relevance
152 std::string custom_op_name = "custom"; in TEST() local174 std::string custom_op_name = "unresolved_custom_op"; in TEST() local203 std::string custom_op_name = "FlexAdd"; in TEST() local
152 TfLiteRegistration CreateUnresolvedCustomOp(const char* custom_op_name) { in CreateUnresolvedCustomOp()
116 std::string custom_op_name = custom_op.custom_code().str(); in IsWeightOnlyOp() local
103 func::FuncOp func, StringRef custom_op_name, in ConvertTflFusableOp()