Home
last modified time | relevance | path

Searched refs:is_gl_sharing_supported (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dapi.h63 bool is_gl_sharing_supported = false; member
Dgpu_api_delegate.cc116 if (!properties.is_gl_sharing_supported) { in Prepare()
Dapi.cc853 properties_.is_gl_sharing_supported = IsGlSharingSupported(device); in Init()
871 if (options_.IsGlAware() && properties_.is_gl_sharing_supported) { in Init()