Home
last modified time | relevance | path

Searched defs:has_ownership (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_memory.h35 CLMemory(cl_mem memory, bool has_ownership) in CLMemory()
63 bool has_ownership() const { return has_ownership_; } in has_ownership() function
Dcl_context.cc104 CLContext::CLContext(cl_context context, bool has_ownership) in CLContext()
Dcl_command_queue.cc34 CLCommandQueue::CLCommandQueue(cl_command_queue queue, bool has_ownership) in CLCommandQueue()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Degl_context.h42 bool has_ownership) in EglContext()
75 bool has_ownership() const { return has_ownership_; } in has_ownership() function
Dgl_buffer.h42 bool has_ownership) in GlBuffer()
104 bool has_ownership() const { return has_ownership_; } in has_ownership() function
Dgl_texture.h85 bool has_ownership() const { return owned_; } in has_ownership() function
Dgl_buffer.cc101 bool has_ownership, void* data) in GlPersistentBuffer()