HomeSort by relevance Sort by last modified time
    Searched refs:node_and_registration (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/
optional_debug_tools.cc 93 interpreter->node_and_registration(node_index);
nnapi_delegate.cc 140 const auto* node_and_registration = interpreter->node_and_registration(i); local
141 const TfLiteNode& node = node_and_registration->first;
142 const TfLiteRegistration& registration = node_and_registration->second;
model_test.cc 161 interpreter->node_and_registration(0);
180 interpreter->node_and_registration(1);
interpreter.h 194 const std::pair<TfLiteNode, TfLiteRegistration>* node_and_registration( function in class:tflite::Interpreter
interpreter_test.cc 816 const auto* node_and_reg = interpreter_.node_and_registration(node);
    [all...]
interpreter.cc 57 return interpreter_->node_and_registration(node_index)->first;

Completed in 137 milliseconds