Searched refs:NewInferenceEnvironment (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | api2.h | 55 absl::Status NewInferenceEnvironment(
|
D | api2.cc | 713 absl::Status NewInferenceEnvironment( in NewInferenceEnvironment() function
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | api.h | 138 absl::Status NewInferenceEnvironment(
|
D | gpu_api_delegate.cc | 112 NewInferenceEnvironment(env_options, &environment_, &properties); in Prepare()
|
D | api.cc | 1000 absl::Status NewInferenceEnvironment( in NewInferenceEnvironment() function
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/ |
D | internal_api_samples.cc | 160 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/ |
D | delegate.cc | 292 RETURN_IF_ERROR(cl::NewInferenceEnvironment(env_options, &cl_environment_, in InitializeOpenClApi() 325 NewInferenceEnvironment(env_options, &gl_environment_, &properties)); in InitializeOpenGlApi()
|