Home
last modified time | relevance | path

Searched defs:tflite_tensor (Results 1 – 7 of 7) 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.cc81 const auto* tflite_tensor = ::tflite::GetInput(context_, node_, idx); in GetInput() local
97 auto* tflite_tensor = ::tflite::GetOutput(context_, node_, idx); in GetOutput() local
128 auto* tflite_tensor = ::tflite::GetInput(context_, node_, idx); in GetInputShape() local
150 const auto* tflite_tensor = ::tflite::GetInput(context_, node_, idx); in GetInputTensor() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder_helper.cc96 absl::Status ExtractTensorShape(const TfLiteTensor& tflite_tensor, BHWC* bhwc) { in ExtractTensorShape()
122 absl::Status ExtractAxisFromIndex(const TfLiteTensor& tflite_tensor, int index, in ExtractAxisFromIndex()
156 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.cc41 TfLiteTensor tflite_tensor; in TEST() local
56 TfLiteTensor tflite_tensor; in TEST() local
72 TfLiteTensor tflite_tensor; in TEST() local
89 TfLiteTensor tflite_tensor; in TEST() local
107 TfLiteTensor tflite_tensor; in TEST() local
120 TfLiteTensor tflite_tensor; in TEST() local
Dmodel_builder.cc2738 const TfLiteTensor& tflite_tensor = context->tensors[id]; in PrecreateIOTensors() local