Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dprepacked_cache.cc32 std::ptrdiff_t sums_bytes = 0; in AllocateBuffers() local
35 sums_bytes = SumsBytes(*packed_matrix); in AllocateBuffers()
36 packed_matrix->sums = detail::SystemAlignedAlloc(sums_bytes); in AllocateBuffers()
38 return data_bytes + sums_bytes; in AllocateBuffers()

Completed in 5 milliseconds