Home
last modified time | relevance | path

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

/external/ruy/ruy/
Dmat.h248 Type sums_type; member
303 matrix.sums_type.AssertIs<SumsType>(); in UneraseType()
439 return packed.layout.cols * packed.sums_type.size; in SumsBytes()
Dprepacked_cache.cc33 if (!packed_matrix->sums_type.is_floating_point) { in AllocateBuffers()
Dprepacked_cache_test.cc35 ret.sums_type = Type::Create<std::int32_t>(); in MakeDummyPEMat()
Dcreate_trmul_params.h69 packed_matrix->sums_type = Type::Create<SumsType>(); in CreatePackedMatrix()