Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi2.h55 absl::Status NewInferenceEnvironment(
Dapi2.cc713 absl::Status NewInferenceEnvironment( in NewInferenceEnvironment() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dapi.h138 absl::Status NewInferenceEnvironment(
Dgpu_api_delegate.cc112 NewInferenceEnvironment(env_options, &environment_, &properties); in Prepare()
Dapi.cc1000 absl::Status NewInferenceEnvironment( in NewInferenceEnvironment() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Dinternal_api_samples.cc160 RETURN_IF_ERROR(NewInferenceEnvironment(env_options, &inf_env, nullptr)); in RunModelSampleWithInternalAPI()
286 RETURN_IF_ERROR(NewInferenceEnvironment(env_options, &inf_env, nullptr)); in RunModelSampleWithInternalAPISerializedKernels()
370 RETURN_IF_ERROR(NewInferenceEnvironment(env_options, &inf_env, nullptr)); in RunModelSampleWithInternalAPISerialized()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Ddelegate.cc292 RETURN_IF_ERROR(cl::NewInferenceEnvironment(env_options, &cl_environment_, in InitializeOpenClApi()
325 NewInferenceEnvironment(env_options, &gl_environment_, &properties)); in InitializeOpenGlApi()