Home
last modified time | relevance | path

Searched refs:rounded_num_bytes (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dallocator.cc49 const std::ptrdiff_t rounded_num_bytes = in AllocateBytes() local
51 if (void* p = AllocateFast(rounded_num_bytes)) { in AllocateBytes()
54 return AllocateSlow(rounded_num_bytes); in AllocateBytes()

Completed in 5 milliseconds