/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model_builder_test.cc | 307 context->GetNodeAndRegistration = [](struct TfLiteContext*, int node_index, in TEST() 342 context->GetNodeAndRegistration(context, ops_to_replace->data[0], &node, in TEST() 366 context->GetNodeAndRegistration = [](struct TfLiteContext*, int node_index, in TEST() 400 context->GetNodeAndRegistration(context, ops_to_replace->data[0], &node, in TEST() 429 context->GetNodeAndRegistration = [](struct TfLiteContext*, int node_index, in TEST() 454 context->GetNodeAndRegistration(context, kGreaterOpIndex, &node, in TEST() 543 context->GetNodeAndRegistration = [](struct TfLiteContext*, int node_index, in TEST() 710 context->GetNodeAndRegistration = [](struct TfLiteContext*, int node_index, in TEST() 930 context->GetNodeAndRegistration = [](struct TfLiteContext*, int node_index, in TEST() 969 context->GetNodeAndRegistration(context, ops_to_replace->data[0], &node, in TEST() [all …]
|
D | model_builder_helper.h | 40 absl::Status GetNodeAndRegistration(TfLiteContext* context, int node_id,
|
D | model_builder_helper.cc | 68 absl::Status GetNodeAndRegistration(TfLiteContext* context, int node_id, in GetNodeAndRegistration() function 71 if (context->GetNodeAndRegistration(context, node_id, tflite_node, in GetNodeAndRegistration()
|
D | model_builder.cc | 2604 RETURN_IF_ERROR(GetNodeAndRegistration( in BuildModel() 2635 RETURN_IF_ERROR(GetNodeAndRegistration( in BuildModel()
|
/external/tensorflow/tensorflow/lite/delegates/ |
D | utils.cc | 130 status = context_->GetNodeAndRegistration(context_, node_id, &node, in PrepareSupportedNodes() 174 const auto status = context_->GetNodeAndRegistration(context_, node_id, in GetNodesOfFirstNLargestPartitionsImpl() 272 TfLiteStatus status = context_->GetNodeAndRegistration( in RemapFp16InputTensors()
|
D | delegate_test_util.cc | 152 context->GetNodeAndRegistration(context, node_index, &node, ®); in SimpleDelegate() 167 context->GetNodeAndRegistration(context, node_index, &node, ®); in SimpleDelegate()
|
D | utils_test.cc | 113 this->GetNodeAndRegistration = MockGetNodeAndRegistration;
|
/external/tensorflow/tensorflow/lite/core/ |
D | subgraph.cc | 1174 TfLiteStatus Subgraph::GetNodeAndRegistration( in GetNodeAndRegistration() function in tflite::Subgraph 1186 TfLiteStatus Subgraph::GetNodeAndRegistration( in GetNodeAndRegistration() function in tflite::Subgraph 1190 ->GetNodeAndRegistration(node_index, node, registration); in GetNodeAndRegistration() 1354 context_.GetNodeAndRegistration = GetNodeAndRegistration; in SwitchToDelegateContext() 1362 context_.GetNodeAndRegistration = [](struct TfLiteContext* context, in SwitchToKernelContext()
|
D | subgraph.h | 506 TfLiteStatus GetNodeAndRegistration(int node_index, TfLiteNode** node, 511 static TfLiteStatus GetNodeAndRegistration(struct TfLiteContext*,
|
/external/tensorflow/tensorflow/lite/c/ |
D | common.h | 664 TfLiteStatus (*GetNodeAndRegistration)( member
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/ |
D | hexagon_delegate_kernel.cc | 257 context->GetNodeAndRegistration(context, node_index, &node, ®)); in BuildGraph()
|
/external/tensorflow/tensorflow/lite/delegates/coreml/ |
D | coreml_delegate_kernel.mm | 125 TF_LITE_ENSURE_STATUS(context->GetNodeAndRegistration(context, node_index, &node, ®));
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_version.md | 259 TF_LITE_ENSURE_STATUS(context->GetNodeAndRegistration(context, node_index, &node, ®istration));
|
/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | kernel.cc | 404 context->GetNodeAndRegistration(context, node_index, &node, ®); in Init()
|
/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | xnnpack_delegate.cc | 149 if (context->GetNodeAndRegistration(context, node_index, &node, in Create() 265 if (context->GetNodeAndRegistration(context, node_index, &node, in Create() 2954 if (context->GetNodeAndRegistration(context, node_index, &node, in PrepareOpsToDelegate() 3065 if (context->GetNodeAndRegistration(context, producer_index, &node, in PrepareOpsToDelegate()
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | implementing_delegate.md | 154 context->GetNodeAndRegistration(context, node_index, &delegated_node,
|
/external/tensorflow/tensorflow/lite/ |
D | interpreter_test.cc | 983 context->GetNodeAndRegistration(context, 0, &node, ®istration), in TEST()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 4208 context->GetNodeAndRegistration(context, node_index, &node, ®)); in AddOpsAndTensors() 5112 TF_LITE_ENSURE_STATUS(context->GetNodeAndRegistration( in DoPrepare()
|
/external/tensorflow/ |
D | RELEASE.md | 78 and `context()`, and then calling the `GetNodeAndRegistration`
|