Home
last modified time | relevance | path

Searched refs:InferenceEnvironmentImpl (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi2.cc659 class InferenceEnvironmentImpl : public InferenceEnvironment { class
661 explicit InferenceEnvironmentImpl(const InferenceEnvironmentOptions& options) in InferenceEnvironmentImpl() function in tflite::gpu::gl::__anon64adbc2c0111::InferenceEnvironmentImpl
717 auto env_impl = absl::make_unique<InferenceEnvironmentImpl>(options); in NewInferenceEnvironment()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dapi.cc833 class InferenceEnvironmentImpl : public InferenceEnvironment { class
835 explicit InferenceEnvironmentImpl(const InferenceEnvironmentOptions& options) in InferenceEnvironmentImpl() function in tflite::gpu::cl::__anon409f18760111::InferenceEnvironmentImpl
1004 auto env_impl = absl::make_unique<InferenceEnvironmentImpl>(options); in NewInferenceEnvironment()