Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/
Dapi.h272 virtual absl::Status SetOutputObjectDef(int index, ObjectDef def) = 0;
283 RETURN_IF_ERROR(SetOutputObjectDef(i, def)); in SetAllOutputObjectDefsTo()
Ddelegate.cc173 RETURN_IF_ERROR(builder->SetOutputObjectDef(object_index, in Prepare()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Dinternal_api_samples.cc183 RETURN_IF_ERROR(builder->SetOutputObjectDef(i, obj_def)); in RunModelSampleWithInternalAPI()
312 RETURN_IF_ERROR(builder->SetOutputObjectDef(i, obj_def)); in RunModelSampleWithInternalAPISerializedKernels()
388 RETURN_IF_ERROR(builder->SetOutputObjectDef(i, obj_def)); in RunModelSampleWithInternalAPISerialized()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgpu_api_delegate.cc207 RETURN_IF_ERROR(builder->SetOutputObjectDef(object_index, in Prepare()
Dapi.cc747 absl::Status SetOutputObjectDef(int index, ObjectDef new_def) override { in SetOutputObjectDef() function in tflite::gpu::cl::__anon409f18760111::InferenceBuilderImpl
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi2.cc540 absl::Status SetOutputObjectDef(int index, ObjectDef new_def) final { in SetOutputObjectDef() function in tflite::gpu::gl::__anon64adbc2c0111::InferenceBuilderImpl