Home
last modified time | relevance | path

Searched refs:InferenceEnvironmentOptions (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi2.h49 struct InferenceEnvironmentOptions { struct
56 const InferenceEnvironmentOptions& options, argument
Dapi2.cc366 explicit TensorTieFactory(const InferenceEnvironmentOptions& env_options) in TensorTieFactory()
496 InferenceBuilderImpl(const InferenceEnvironmentOptions& env_options, in InferenceBuilderImpl()
650 const InferenceEnvironmentOptions env_options_;
661 explicit InferenceEnvironmentImpl(const InferenceEnvironmentOptions& options) in InferenceEnvironmentImpl()
706 InferenceEnvironmentOptions env_options_;
714 const InferenceEnvironmentOptions& options, in NewInferenceEnvironment()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dapi.h109 struct InferenceEnvironmentOptions { struct
139 const InferenceEnvironmentOptions& options, argument
Dapi.cc653 const InferenceEnvironmentOptions& env_options, in Initialize()
686 absl::Status Initialize(const InferenceEnvironmentOptions& env_options, in Initialize()
835 explicit InferenceEnvironmentImpl(const InferenceEnvironmentOptions& options) in InferenceEnvironmentImpl()
993 const InferenceEnvironmentOptions options_;
1001 const InferenceEnvironmentOptions& options, in NewInferenceEnvironment()
Dgpu_api_delegate.cc104 InferenceEnvironmentOptions env_options; in Prepare()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Dinternal_api_samples.cc156 InferenceEnvironmentOptions env_options; in RunModelSampleWithInternalAPI()
280 InferenceEnvironmentOptions env_options; in RunModelSampleWithInternalAPISerializedKernels()
364 InferenceEnvironmentOptions env_options; in RunModelSampleWithInternalAPISerialized()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Ddelegate.cc290 cl::InferenceEnvironmentOptions env_options; in InitializeOpenClApi()
322 gl::InferenceEnvironmentOptions env_options; in InitializeOpenGlApi()