Home
last modified time | relevance | path

Searched defs:output_tensor_index (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dgraph_info.cc79 for (int output_tensor_index : TfLiteIntArrayView(node.outputs)) { in Partition() local
168 for (int output_tensor_index : TfLiteIntArrayView(node.outputs)) { in UpdateNode() local
/aosp_15_r20/external/federated-compute/fcp/client/engine/
H A Dtflite_wrapper.cc192 for (int output_tensor_index : interpreter_->outputs()) { in ConstructOutputs() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/main/native/
H A Dnativesignaturerunner_jni.cc74 int output_tensor_index = GetOutputTensorIndex(output_name); in GetOutputIndex() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/
H A Dhexagon_delegate_kernel.cc182 int output_tensor_index = node->outputs->data[i]; in ResizeOutputTensors() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.cc1981 int output_tensor_index = node.outputs->data[output_index]; in InitializeTensorReleaseMap() local
2027 int output_tensor_index = node.outputs->data[output_index]; in MaybeReleaseDynamicTensors() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/
H A Dkernel.cc673 const auto output_tensor_index = node_data->outputs().TfLiteIndex(i); in ValidateOutputTensorShapeConsistency() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dflatbuffer_import.cc1355 int output_tensor_index = op->outputs[pair.index()]; in ConvertSubgraph() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dxnnpack_delegate.cc4645 const int output_tensor_index = node->outputs->data[0]; in VisitTransposeConvNode() local