Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dmulti_thread_gemm.h445 const MatrixBlockBounds& _result_block, in GemmWithPackedRhsTask()
485 auto curr_result_block = MatrixBlockBounds( in Run()
503 const MatrixBlockBounds result_block;
681 MatrixBlockBounds(start_row, c, block_rows, cs), in MultiThreadGemm()
Dunpack.h58 struct MatrixBlockBounds { struct
64 MatrixBlockBounds(int start_row_, int start_col_, int rows_, int cols_) in MatrixBlockBounds() argument
130 void UnpackResult(ResultBlockType* dst, const MatrixBlockBounds& dst_block, in UnpackResult()
Dsingle_thread_gemm.h146 result, MatrixBlockBounds(r, c, rs, cs), packed_result, depth, in SingleThreadGemm()