Home
last modified time | relevance | path

Searched refs:SetOutputObject (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Dinternal_api_samples.cc210 RETURN_IF_ERROR(runner->SetOutputObject( in RunModelSampleWithInternalAPI()
334 RETURN_IF_ERROR(runner->SetOutputObject( in RunModelSampleWithInternalAPISerializedKernels()
410 RETURN_IF_ERROR(runner->SetOutputObject( in RunModelSampleWithInternalAPISerialized()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dapi.h313 virtual absl::Status SetOutputObject(int index, TensorObject object) = 0;
Ddelegate.cc236 RETURN_IF_ERROR(runner_->SetOutputObject( in SetInputsAndOutputs()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgpu_api_delegate.cc223 runner_->SetOutputObject(i++, GetTensorObject(index, context))); in SetInputsAndOutputs()
Dapi.cc499 absl::Status SetOutputObject(int index, TensorObject object) override { in SetOutputObject() function in tflite::gpu::cl::__anon409f18760111::InferenceRunnerImpl
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi2.cc441 absl::Status SetOutputObject(int index, TensorObject object) override { in SetOutputObject() function in tflite::gpu::gl::__anon64adbc2c0111::InferenceRunnerImpl