Searched refs:GetNodeAndRegistration (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/lite/ |
D | interpreter.cc | 82 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()
|
D | interpreter.h | 354 TfLiteStatus GetNodeAndRegistration(int node_index, TfLiteNode** node, 359 static TfLiteStatus GetNodeAndRegistration(struct TfLiteContext*,
|
D | context.h | 282 TfLiteStatus (*GetNodeAndRegistration)(struct TfLiteContext*, int node_index, member
|
D | interpreter_test.cc | 765 context->GetNodeAndRegistration(context, node_index, &node, ®); in SimpleDelegate() 780 context->GetNodeAndRegistration(context, node_index, &node, ®); in SimpleDelegate()
|