Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_operation.h35 struct CreationContext { struct
36 const CLDevice* device;
37 CLContext* context;
38 CLCommandQueue* queue;
39 ProgramCache* cache;
41 const GpuInfo& GetGpuInfo() const { return device->info_; } in GetGpuInfo()