Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc800 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()
Dsubgraph.h396 TfLiteStatus GetNodeAndRegistration(int node_index, TfLiteNode** node,
401 static TfLiteStatus GetNodeAndRegistration(struct TfLiteContext*,
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dnode_info_delegate.cc51 context->GetNodeAndRegistration(context, node_index, &node, &reg)); in OnDelegatePrepareCalled()
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate.cc57 TF_LITE_ENSURE_STATUS(context->GetNodeAndRegistration( in Prepare()
Dkernel.cc402 context->GetNodeAndRegistration(context, node_index, &node, &reg); in Init()
/external/tensorflow/tensorflow/lite/experimental/micro/testing/
Dtest_utils.h90 context->GetNodeAndRegistration = nullptr; in PopulateContext()
/external/tensorflow/tensorflow/lite/c/
Dc_api_internal.h436 TfLiteStatus (*GetNodeAndRegistration)(struct TfLiteContext*, int node_index, member
/external/tensorflow/tensorflow/lite/experimental/micro/
Dmicro_interpreter.cc151 context_.GetNodeAndRegistration = nullptr; in MicroInterpreter()
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dops_version.md197 context->GetNodeAndRegistration(context, node_index, &node, &registration);
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc1228 context->GetNodeAndRegistration(context, node_index, &node, &reg)); in AddOpsAndTensors()
1400 TF_LITE_ENSURE_STATUS(context->GetNodeAndRegistration( in NnApiDelegate()
/external/tensorflow/tensorflow/lite/g3doc/performance/
Ddelegates.md134 TF_LITE_ENSURE_STATUS(context->GetNodeAndRegistration(
/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc754 context->GetNodeAndRegistration(context, 0, &node, &registration), in TEST()
1129 context->GetNodeAndRegistration(context, node_index, &node, &reg); in SimpleDelegate()
1144 context->GetNodeAndRegistration(context, node_index, &node, &reg); in SimpleDelegate()