Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dmulti_thread_gemm.h433 const MatrixBlockBounds& _result_block, in GemmWithPackedRhsTask()
477 auto curr_result_block = MatrixBlockBounds( in Run()
495 const MatrixBlockBounds result_block;
689 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() function
130 void UnpackResult(ResultBlockType* dst, const MatrixBlockBounds& dst_block, in UnpackResult()
Dsingle_thread_gemm.h147 result, MatrixBlockBounds(r, c, rs, cs), packed_result, depth, in SingleThreadGemm()