Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/allocations/
Dallocation_functions.cpp131 int allocate_size(cl_context context, cl_command_queue *queue, cl_device_id device_id, int multiple… in allocate_size() function
/external/harfbuzz_ng/src/
Dhb-serialize.hh335 Type *allocate_size (unsigned int size) in allocate_size() function
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfusion_utils.cc64 StringCollection GetNames(const Iterable& iterable, int allocate_size) { in GetNames()