Home
last modified time | relevance | path

Searched defs:tflite_tensor (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/shim/
Dtflite_tensor_view_test.cc37 auto* tflite_tensor = interpreter.tensor(0); in TEST() local
59 auto* tflite_tensor = interpreter.tensor(0); in IntTest() local
87 auto* tflite_tensor = interpreter.tensor(0); in FloatTest() local
110 auto* tflite_tensor = interpreter.tensor(0); in TEST() local
153 auto* tflite_tensor = interpreter.tensor(0); in TEST() local
Dtflite_op_shim.cc83 const auto* tflite_tensor = ::tflite::GetInput(context_, node_, idx); in GetInput() local
98 auto* tflite_tensor = ::tflite::GetOutput(context_, node_, idx); in GetOutput() local
132 auto* tflite_tensor = ::tflite::GetInput(context_, node_, idx); in GetInputShape() local
154 const auto* tflite_tensor = ::tflite::GetInput(context_, node_, idx); in GetInputTensor() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder_helper.cc98 absl::Status ExtractTensorShape(const TfLiteTensor& tflite_tensor, BHWC* bhwc) { in ExtractTensorShape()
124 absl::Status ExtractAxisFromIndex(const TfLiteTensor& tflite_tensor, int index, in ExtractAxisFromIndex()
158 absl::Status ConvertTfLiteTensorToTensorRef(const TfLiteTensor& tflite_tensor, in ConvertTfLiteTensorToTensorRef()
Dobject_reader.cc45 TfLiteTensor* tflite_tensor = &context->tensors[tensor_idx]; in ReadNonConstantTensor() local
146 const TfLiteTensor& tflite_tensor = context_->tensors[tensor_idx]; in GetTensorDims() local
Dobject_reader.h77 const TfLiteTensor* tflite_tensor = context_->tensors + tensor_id; in ReadTensor() local
Dmodel_builder_test.cc45 TfLiteTensor tflite_tensor; in TEST() local
60 TfLiteTensor tflite_tensor; in TEST() local
76 TfLiteTensor tflite_tensor; in TEST() local
93 TfLiteTensor tflite_tensor; in TEST() local
111 TfLiteTensor tflite_tensor; in TEST() local
124 TfLiteTensor tflite_tensor; in TEST() local
Dmodel_builder.cc3232 const TfLiteTensor& tflite_tensor = context->tensors[id]; in PrecreateIOTensors() local
/external/tensorflow/tensorflow/lite/delegates/flex/
Dutil_test.cc196 TfLiteTensor tflite_tensor; in TEST() local
232 TfLiteTensor tflite_tensor; in TEST() local
Dutil.cc217 const TfLiteTensor* tflite_tensor) { in CreateTfTensorFromTfLiteTensor()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Ddelegate.cc182 const TfLiteTensor& tflite_tensor = context->tensors[tensor_index]; in Prepare() local
191 const TfLiteTensor& tflite_tensor = context->tensors[tensor_index]; in Prepare() local