Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dobject_reader.h73 const TfLiteTensor* tflite_tensor = context_->tensors + tensor_idx; in ReadTensor() local
Dobject_reader.cc45 TfLiteTensor* tflite_tensor = &context->tensors[tensor_idx]; in ReadNonConstantTensor() local
133 const TfLiteTensor& tflite_tensor = context_->tensors[tensor_idx]; in GetTensorDims() local
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()
Dmodel_builder_test.cc39 TfLiteTensor tflite_tensor; in TEST() local
54 TfLiteTensor tflite_tensor; in TEST() local
70 TfLiteTensor tflite_tensor; in TEST() local
87 TfLiteTensor tflite_tensor; in TEST() local
105 TfLiteTensor tflite_tensor; in TEST() local
118 TfLiteTensor tflite_tensor; in TEST() local
Dmodel_builder.cc2549 const TfLiteTensor& tflite_tensor = context->tensors[tensor_index]; in PrecreateIOTensors() local