Searched refs:start_depth (Results 1 – 6 of 6) sorted by relevance
/external/gemmlowp/internal/ |
D | kernel_neon.h | 44 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 252 [start_depth] "r"(start_depth), in Run() 280 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 621 [start_depth] "r"(start_depth), [dst_col_stride] "r"(dst_col_stride), in Run() 657 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 966 [start_depth] "r"(start_depth), in Run() 999 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 1032 if (start_depth) { in Run()
|
D | kernel_SSE.h | 42 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 196 [start_depth] "g"(start_depth), [dst_col_stride] "g"(dst_col_stride), in Run() 215 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 499 [start_depth] "r"(start_depth), in Run()
|
D | pack.h | 65 void seek_run(int start_width, int start_depth) const { in seek_run() argument 67 std::min<int>(params_.l1_depth, params_.l2_depth - start_depth); in seek_run() 68 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth; in seek_run() 176 SideMap block(int start_width, int start_depth, int block_width, in block() argument 180 assert(start_depth >= 0); in block() 181 assert(start_depth + block_depth <= depth_); in block() 183 return SideMap(data(start_width, start_depth), block_width, block_depth, in block() 431 void PackL1(int start_width, int width, int start_depth, int depth) { in PackL1() argument 434 packed_side_block_->seek_run(start_width + w, start_depth); in PackL1() 435 PackRun(start_width + w, ws, start_depth, depth); in PackL1() [all …]
|
D | compute.h | 64 void ComputeRun(int start_row, int start_col, int start_depth, in ComputeRun() argument 66 packed_lhs_.seek_run(start_row, start_depth); in ComputeRun() 67 packed_rhs_.seek_run(start_col, start_depth); in ComputeRun() 72 packed_rhs_.current_data(), start_depth, depth); in ComputeRun() 76 int start_depth, int depth) { in ComputeL1() argument 83 ComputeRun(start_row + r, start_col + c, start_depth, depth); in ComputeL1()
|
D | kernel_reference.h | 50 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 96 if (start_depth == 0) { in Run()
|
D | kernel.h | 207 const std::uint8_t* rhs_ptr, std::size_t start_depth,
|