Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dutil.h87 TfLiteRegistration CreateUnresolvedCustomOp(const char* custom_op_name);
Dutil.cc148 TfLiteRegistration CreateUnresolvedCustomOp(const char* custom_op_name) { in CreateUnresolvedCustomOp() function
Dinterpreter_builder.cc242 unresolved_custom_ops_.push_back(CreateUnresolvedCustomOp(op_name)); in BuildLocalIndexToRegistrationMapping()