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.cc190 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()
310 RETURN_IF_ERROR(builder->SetOutputObjectDef(i, obj_def)); in RunModelSampleWithInternalAPISerializedKernels()
389 RETURN_IF_ERROR(builder->SetOutputObjectDef(i, obj_def)); in RunModelSampleWithInternalAPISerialized()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgpu_api_delegate.cc206 RETURN_IF_ERROR(builder->SetOutputObjectDef(object_index, in Prepare()
Dapi.cc755 absl::Status SetOutputObjectDef(int index, ObjectDef new_def) override { in SetOutputObjectDef() function in tflite::gpu::cl::__anon5c28a8220111::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::__anonf16941580111::InferenceBuilderImpl