MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / queue

Method queue

tensorflow/lite/delegates/gpu/cl/environment.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 const CLDevice* GetDevicePtr() const { return &device_; }
50 CLContext& context() { return context_; }
51 CLCommandQueue* queue() { return &queue_; }
52 ProfilingCommandQueue* profiling_queue() { return &profiling_queue_; }
53 ProgramCache* program_cache() { return &program_cache_; }
54 const ProgramCache* program_cache() const { return &program_cache_; }

Callers 11

GlInteropFabricMethod · 0.45
InitFromGraphMethod · 0.45
AddToQueueMethod · 0.45
RunMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
CopyMethod · 0.45
InitMethod · 0.45
SetUpMethod · 0.45

Calls

no outgoing calls

Tested by 1

SetUpMethod · 0.36