Home
last modified time | relevance | path

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

/external/ruy/ruy/
Dprepacked_cache.cc35 sums_bytes = SumsBytes(*packed_matrix); in AllocateBuffers()
124 buffers_bytes_ -= DataBytes(packed_matrix) + SumsBytes(packed_matrix); in EjectOne()
Dprepare_packed_matrices.cc89 packed_matrix.sums = allocator->AllocateBytes(SumsBytes(packed_matrix)); in PreparePackedMatrices()
Dmat.h436 inline int SumsBytes(const PEMat& packed) { in SumsBytes() function