Searched defs:allocate_size (Results 1 – 4 of 4) sorted by relevance
131 int allocate_size(cl_context context, cl_command_queue *queue, cl_device_id device_id, int multiple… in allocate_size() function
64 StringCollection GetNames(const Iterable& iterable, int allocate_size) { in GetNames()
600 Type *allocate_size (size_t size, bool clear = true) in allocate_size() function
818 size_t allocate_size = (spad_size + sizeof(T) - 1) / sizeof(T); in AllocateSPTensor() local