Home
last modified time | relevance | path

Searched refs:custom_registrations_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.cc86 custom_registrations_[name] = registration; in SetCustomOp()
118 for (const auto& reg : custom_registrations_) { in BuildInterpreter()
Dtest_util.h476 std::map<string, std::function<TfLiteRegistration*()>> custom_registrations_; variable