Searched refs:custom_registrations_ (Results 1 – 2 of 2) sorted by relevance
136 custom_registrations_[name] = registration; in SetCustomOp()170 for (const auto& reg : custom_registrations_) { in BuildInterpreter()364 custom_registrations_[name] = registration; in AddCustomOp()
428 std::map<string, std::function<TfLiteRegistration*()>> custom_registrations_; variable