Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/
Dapi.h271 virtual absl::Status SetInputObjectDef(int index, ObjectDef def) = 0;
276 RETURN_IF_ERROR(SetInputObjectDef(i, def)); in SetAllInputObjectDefsTo()
Ddelegate.cc167 builder->SetInputObjectDef(object_index, GetObjectDef(tensor_index))); in Prepare()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Dinternal_api_samples.cc180 RETURN_IF_ERROR(builder->SetInputObjectDef(i, obj_def)); in RunModelSampleWithInternalAPI()
309 RETURN_IF_ERROR(builder->SetInputObjectDef(i, obj_def)); in RunModelSampleWithInternalAPISerializedKernels()
385 RETURN_IF_ERROR(builder->SetInputObjectDef(i, obj_def)); in RunModelSampleWithInternalAPISerialized()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgpu_api_delegate.cc201 builder->SetInputObjectDef(object_index, GetObjectDef(tensor_index))); in Prepare()
Dapi.cc733 absl::Status SetInputObjectDef(int index, ObjectDef new_def) override { in SetInputObjectDef() function in tflite::gpu::cl::__anon409f18760111::InferenceBuilderImpl
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi2.cc526 absl::Status SetInputObjectDef(int index, ObjectDef new_def) final { in SetInputObjectDef() function in tflite::gpu::gl::__anon64adbc2c0111::InferenceBuilderImpl