Searched refs:GetNodeAndRegistration (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/lite/core/ |
D | subgraph.cc | 800 TfLiteStatus Subgraph::GetNodeAndRegistration( in GetNodeAndRegistration() function in tflite::Subgraph 812 TfLiteStatus Subgraph::GetNodeAndRegistration( in GetNodeAndRegistration() function in tflite::Subgraph 816 ->GetNodeAndRegistration(node_index, node, registration); in GetNodeAndRegistration() 972 context_->GetNodeAndRegistration = GetNodeAndRegistration; in SwitchToDelegateContext() 979 context_->GetNodeAndRegistration = [](struct TfLiteContext* context, in SwitchToKernelContext()
|
D | subgraph.h | 396 TfLiteStatus GetNodeAndRegistration(int node_index, TfLiteNode** node, 401 static TfLiteStatus GetNodeAndRegistration(struct TfLiteContext*,
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/ |
D | node_info_delegate.cc | 51 context->GetNodeAndRegistration(context, node_index, &node, ®)); in OnDelegatePrepareCalled()
|
/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | delegate.cc | 57 TF_LITE_ENSURE_STATUS(context->GetNodeAndRegistration( in Prepare()
|
D | kernel.cc | 402 context->GetNodeAndRegistration(context, node_index, &node, ®); in Init()
|
/external/tensorflow/tensorflow/lite/experimental/micro/testing/ |
D | test_utils.h | 90 context->GetNodeAndRegistration = nullptr; in PopulateContext()
|
/external/tensorflow/tensorflow/lite/c/ |
D | c_api_internal.h | 436 TfLiteStatus (*GetNodeAndRegistration)(struct TfLiteContext*, int node_index, member
|
/external/tensorflow/tensorflow/lite/experimental/micro/ |
D | micro_interpreter.cc | 151 context_.GetNodeAndRegistration = nullptr; in MicroInterpreter()
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_version.md | 197 context->GetNodeAndRegistration(context, node_index, &node, ®istration);
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 1228 context->GetNodeAndRegistration(context, node_index, &node, ®)); in AddOpsAndTensors() 1400 TF_LITE_ENSURE_STATUS(context->GetNodeAndRegistration( in NnApiDelegate()
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | delegates.md | 134 TF_LITE_ENSURE_STATUS(context->GetNodeAndRegistration(
|
/external/tensorflow/tensorflow/lite/ |
D | interpreter_test.cc | 754 context->GetNodeAndRegistration(context, 0, &node, ®istration), in TEST() 1129 context->GetNodeAndRegistration(context, node_index, &node, ®); in SimpleDelegate() 1144 context->GetNodeAndRegistration(context, node_index, &node, ®); in SimpleDelegate()
|