Home
last modified time | relevance | path

Searched refs:GetNodeAndRegistration (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/
Dinterpreter.cc82 context_.GetNodeAndRegistration = nullptr; in Interpreter()
470 TfLiteStatus Interpreter::GetNodeAndRegistration( in GetNodeAndRegistration() function in tflite::Interpreter
479 TfLiteStatus Interpreter::GetNodeAndRegistration( in GetNodeAndRegistration() function in tflite::Interpreter
483 ->GetNodeAndRegistration(node_index, node, registration); in GetNodeAndRegistration()
599 context_.GetNodeAndRegistration = GetNodeAndRegistration; in ModifyGraphWithDelegate()
606 context_.GetNodeAndRegistration = nullptr; in ModifyGraphWithDelegate()
Dinterpreter.h354 TfLiteStatus GetNodeAndRegistration(int node_index, TfLiteNode** node,
359 static TfLiteStatus GetNodeAndRegistration(struct TfLiteContext*,
Dcontext.h282 TfLiteStatus (*GetNodeAndRegistration)(struct TfLiteContext*, int node_index, member
Dinterpreter_test.cc765 context->GetNodeAndRegistration(context, node_index, &node, &reg); in SimpleDelegate()
780 context->GetNodeAndRegistration(context, node_index, &node, &reg); in SimpleDelegate()