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.h37 struct CreationContext { struct
38 const CLDevice* device;
39 CLContext* context;
40 CLCommandQueue* queue;
41 ProgramCache* cache;
43 const GpuInfo& GetGpuInfo() const { return device->info_; } in GetGpuInfo()