Searched defs:custom_op_name (Results 1 – 2 of 2) sorted by relevance
150 std::string custom_op_name = "custom"; in TEST() local172 std::string custom_op_name = "unresolved_custom_op"; in TEST() local201 std::string custom_op_name = "FlexAdd"; in TEST() local
148 TfLiteRegistration CreateUnresolvedCustomOp(const char* custom_op_name) { in CreateUnresolvedCustomOp()