Searched refs:registrations_ (Results 1 – 3 of 3) sorted by relevance
48 const TfLiteRegistration& registration = registrations_[i]; in FindOp()58 const TfLiteRegistration& registration = registrations_[i]; in FindOp()103 TfLiteRegistration* new_registration = ®istrations_[registrations_len_]; in AddCustom()481 registrations_[registrations_len_] = registration; in AddBuiltin()484 registrations_[registrations_len_].builtin_code = op; in AddBuiltin()494 TfLiteRegistration registrations_[tOpCount]; variable
76 registrations_; variable
54 auto it = registry->registrations_.emplace(type, std::move(registration)); in Register()66 registry->registrations_.find(py::reinterpret_borrow<py::object>(type)); in Lookup()67 return it == registry->registrations_.end() ? nullptr : it->second.get(); in Lookup()