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

  /external/gemmlowp/internal/
kernel_SSE.h 42 const std::uint8_t* rhs_ptr, std::size_t start_depth,
174 "movl %[start_depth], %%ecx\n\t"
196 [start_depth] "g"(start_depth), [dst_col_stride] "g"(dst_col_stride),
215 const std::uint8_t* rhs_ptr, std::size_t start_depth,
464 "test %[start_depth], %[start_depth]\n\t"
499 [start_depth] "r"(start_depth),
compute.h 64 void ComputeRun(int start_row, int start_col, int start_depth,
66 packed_lhs_.seek_run(start_row, start_depth);
67 packed_rhs_.seek_run(start_col, start_depth);
72 packed_rhs_.current_data(), start_depth, depth);
76 int start_depth, int depth) {
83 ComputeRun(start_row + r, start_col + c, start_depth, depth);
kernel_neon.h 44 const std::uint8_t* rhs_ptr, std::size_t start_depth,
169 // If start_depth == 0, then there is no preexisting accumulator
171 "cmp %[start_depth], #0\n"
252 [start_depth] "r"(start_depth),
280 const std::uint8_t* rhs_ptr, std::size_t start_depth,
316 "cmp %[start_depth], #0\n"
321 // If start_depth==0, we need to clear our global accumulators
334 // If start_depth!=0, we need to load our existing global accumulators
621 [start_depth] "r"(start_depth), [dst_col_stride] "r"(dst_col_stride)
    [all...]
pack.h 65 void seek_run(int start_width, int start_depth) const {
67 std::min<int>(params_.l1_depth, params_.l2_depth - start_depth);
68 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth;
176 SideMap block(int start_width, int start_depth, int block_width,
180 assert(start_depth >= 0);
181 assert(start_depth + block_depth <= depth_);
183 return SideMap(data(start_width, start_depth), block_width, block_depth,
431 void PackL1(int start_width, int width, int start_depth, int depth) {
434 packed_side_block_->seek_run(start_width + w, start_depth);
435 PackRun(start_width + w, ws, start_depth, depth)
    [all...]
kernel_reference.h 50 const std::uint8_t* rhs_ptr, std::size_t start_depth,
96 if (start_depth == 0) {
97 // start_depth == 0 means we haven't accumulated anything yet, so we need
kernel.h 207 const std::uint8_t* rhs_ptr, std::size_t start_depth,
  /art/compiler/debug/
elf_debug_info_writer.h 167 int start_depth = info_.Depth(); local
260 CHECK_EQ(info_.Depth(), start_depth); // Balanced start/end.

Completed in 1320 milliseconds