Home
last modified time | relevance | path

Searched defs:CLContext (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dcl_context.cc94 CLContext::CLContext(cl_context context, bool has_ownership) in CLContext() function in tflite::gpu::cl::CLContext
97 CLContext::CLContext(CLContext&& context) in CLContext() function in tflite::gpu::cl::CLContext
H A Dcl_context.h31 CLContext() {} in CLContext() function