HomeSort by relevance Sort by last modified time
    Searched refs:MatrixBlockBounds (Results 1 - 3 of 3) sorted by null

  /external/gemmlowp/internal/
unpack.h 58 struct MatrixBlockBounds {
64 MatrixBlockBounds(int start_row_, int start_col_, int rows_, int cols_)
130 void UnpackResult(ResultBlockType* dst, const MatrixBlockBounds& dst_block,
multi_thread_gemm.h 433 const MatrixBlockBounds& _result_block,
477 auto curr_result_block = MatrixBlockBounds(
495 const MatrixBlockBounds result_block;
689 MatrixBlockBounds(start_row, c, block_rows, cs),
single_thread_gemm.h 147 result, MatrixBlockBounds(r, c, rs, cs), packed_result, depth,

Completed in 304 milliseconds