Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
H A Dinternal_api_samples.cc180 RETURN_IF_ERROR(builder->SetInputObjectDef(i, obj_def)); in RunModelSampleWithInternalAPI()
307 RETURN_IF_ERROR(builder->SetInputObjectDef(i, obj_def)); in RunModelSampleWithInternalAPISerializedKernels()
386 RETURN_IF_ERROR(builder->SetInputObjectDef(i, obj_def)); in RunModelSampleWithInternalAPISerialized()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/
H A Dapi.h272 virtual absl::Status SetInputObjectDef(int index, ObjectDef def) = 0;
277 RETURN_IF_ERROR(SetInputObjectDef(i, def)); in SetAllInputObjectDefsTo()
H A Ddelegate.cc184 RETURN_IF_ERROR(builder->SetInputObjectDef( in Prepare()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dgpu_api_delegate.cc200 builder->SetInputObjectDef(object_index, GetObjectDef(tensor_index))); in Prepare()
H A Dapi.cc748 absl::Status SetInputObjectDef(int index, ObjectDef new_def) override { in SetInputObjectDef() function in tflite::gpu::cl::__anon936b49ec0111::InferenceBuilderImpl
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
H A Dapi2.cc529 absl::Status SetInputObjectDef(int index, ObjectDef new_def) final { in SetInputObjectDef() function in tflite::gpu::gl::__anon11001c620111::InferenceBuilderImpl