Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dgpu_object_desc.h67 struct GPUResources { struct
68 std::vector<std::string> ints;
69 std::vector<std::string> floats;
70 std::vector<std::pair<std::string, GPUBufferDescriptor>> buffers;
71 std::vector<std::pair<std::string, GPUImage2DDescriptor>> images2d;
72 std::vector<std::pair<std::string, GPUImage2DArrayDescriptor>> image2d_arrays;
73 std::vector<std::pair<std::string, GPUImage3DDescriptor>> images3d;
74 std::vector<std::pair<std::string, GPUImageBufferDescriptor>> image_buffers;
76 custom_memories;
78 std::vector<std::string> GetNames() const { in GetNames()