MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SumsSize

Function SumsSize

tensorflow/lite/experimental/ruy/internal_matrix.h:353–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353inline std::size_t SumsSize(const PMatrix& packed) {
354 // Packed matrices are only relevant for Ruy's TrMul implementations. For
355 // TrMul, the number of sums is always equal to the number of columns.
356 return packed.layout.cols * packed.sums_type.size;
357}
358
359// Transpose helpers.
360

Callers 2

AllocatePMatrixFunction · 0.85
PrePackForMulInternalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected