Home
last modified time | relevance | path

Searched refs:GetOutputTensor (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dobject_reader.h96 TfLiteTensor* GetOutputTensor(int index) const;
Dobject_reader.cc217 TfLiteTensor* ObjectReader::GetOutputTensor(int index) const { in GetOutputTensor() function in tflite::gpu::ObjectReader
Dmodel_builder.cc498 const TfLiteTensor* output = reader->GetOutputTensor(0); in Parse()
1195 const TfLiteTensor* output = reader->GetOutputTensor(0); in Parse()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.h92 absl::Status GetOutputTensor(ValueId id, CLCommandQueue* queue,
Dinference_context.cc719 absl::Status InferenceContext::GetOutputTensor(ValueId id, in GetOutputTensor() function in tflite::gpu::cl::InferenceContext