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

Function Element

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

Source from the content-addressed store, hash-verified

323
324template <typename Scalar>
325Scalar Element(const Matrix<Scalar>& mat, int row, int col) {
326 return *ElementPtr(mat, row, col);
327}
328
329// Helpers for PackedMatrix<T>.
330// Duplicated from Matrix<T>, but the duplication seems acceptable.

Callers 9

RunMethod · 0.70
matrix.hFile · 0.70
AgreeFunction · 0.70
GetMatrixStatsFunction · 0.70
AnalyzeTestErrorFunction · 0.70
DumpRegionFunction · 0.70
VerifyNonTrivialMethod · 0.70
RunMethod · 0.70
ReferenceMulFunction · 0.70

Calls 1

ElementPtrFunction · 0.85

Tested by 5

AgreeFunction · 0.56
GetMatrixStatsFunction · 0.56
AnalyzeTestErrorFunction · 0.56
DumpRegionFunction · 0.56
VerifyNonTrivialMethod · 0.56