/external/gemmlowp/internal/ |
D | kernel_neon.h | 44 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 277 [start_depth] "r"(start_depth), in Run() 307 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 649 [start_depth] "r"(start_depth), [dst_col_stride] "r"(dst_col_stride), in Run() 681 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 913 [start_depth] "r"(start_depth), in Run() 955 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 1266 [start_depth] "r"(start_depth) in Run() 1301 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 1631 [start_depth] "r"(start_depth), in Run() [all …]
|
D | kernel_sse.h | 42 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 198 [start_depth] "g"(start_depth), [dst_col_stride] "g"(dst_col_stride), in Run() 217 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 506 [start_depth] "r"(start_depth), in Run()
|
D | pack.h | 63 void seek_run(int start_width, int start_depth) const { in seek_run() argument 65 std::min<int>(params_.l1_depth, params_.l2_depth - start_depth); in seek_run() 66 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth; in seek_run() 178 SideMap block(int start_width, int start_depth, int block_width, in block() argument 182 assert(start_depth >= 0); in block() 183 assert(start_depth + block_depth <= depth_); in block() 185 return SideMap(data(start_width, start_depth), block_width, block_depth, in block() 343 void PackL1(int start_width, int width, int start_depth, int depth) { in PackL1() argument 346 packed_side_block_->seek_run(start_width + w, start_depth); in PackL1() 347 PackRun(start_width + w, ws, start_depth, depth); in PackL1() [all …]
|
D | kernel_msa.h | 54 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 261 [start_depth] "r"(start_depth) in Run() 294 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 558 [start_depth] "r"(start_depth) in Run()
|
D | compute.h | 79 void ComputeRun(int start_row, int start_col, int start_depth, in ComputeRun() argument 81 packed_lhs_.seek_run(start_row, start_depth); in ComputeRun() 82 packed_rhs_.seek_run(start_col, start_depth); in ComputeRun() 87 packed_rhs_.current_data(), start_depth, depth); in ComputeRun() 92 int start_depth, int depth) { in ComputeL1() argument 99 ComputeRun(start_row + r, start_col + c, start_depth, depth); in ComputeL1()
|
D | kernel_avx.h | 39 const std::uint8_t *lhs_ptr, const std::uint8_t *rhs_ptr, std::size_t start_depth, in Run() 349 [start_depth] "r"(start_depth), [dst_col_stride_q] "r"(dst_col_stride_q), in Run()
|
D | kernel_reference.h | 50 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run() 94 if (start_depth == 0) { in Run()
|
D | kernel.h | 225 const std::uint8_t* rhs_ptr, std::size_t start_depth,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_spatial_convolutions.h | 202 const StorageIndex start_depth = 206 std::min<StorageIndex>(start_depth + (peeled_k - k), 214 eigen_assert((max_depth - start_depth) % packet_size == 0); 215 StorageIndex d = start_depth; 243 StorageIndex d = start_depth; 289 const StorageIndex start_depth = 292 rhs.maxDepth(peeled_k - k, start_depth); 302 eigen_assert((max_depth - start_depth) % packet_size == 0); 303 StorageIndex d = start_depth; 316 StorageIndex d = start_depth; [all …]
|
D | eigen_spatial_convolutions-inl.h | 808 const Index start_depth) const { in maxDepth() argument 809 return std::min<Index>(start_depth + num_elements, patchDepth()); in maxDepth() 1114 const Index start_depth = 1120 (max_row - start_row) * rhs.patchDepth() - start_depth; 1124 start_depth + std::min<Index>(peeled_k - k, squeeze_length); 1125 eigen_assert((max_depth - start_depth) % packet_size == 0); 1132 for (Index d = start_depth; d < max_depth; d += packet_size) { 1166 const Index start_depth = ((c == start_col) && (r == start_row)) 1169 const Index max_depth = rhs.maxDepth(peeled_k - k, start_depth); 1170 eigen_assert((max_depth - start_depth) % packet_size == 0); [all …]
|
D | eigen_cuboid_convolution.h | 1001 const Index start_depth) const { in maxDepth() argument 1002 return std::min<Index>(start_depth + num_elements, patchDepth()); in maxDepth() 1288 const Index start_depth = 1292 const Index max_depth = rhs.maxDepth(peeled_k - k, start_depth); 1293 eigen_assert((max_depth - start_depth) % packet_size == 0); 1295 for (Index d = start_depth; d < max_depth; d += packet_size) { 1470 const Index start_depth = 1474 const Index max_depth = rhs.maxDepth(peeled_k - k, start_depth); 1475 eigen_assert((max_depth - start_depth) % packet_size == 0); 1477 for (Index d = start_depth; d < max_depth; d += packet_size) { [all …]
|
/external/perfetto/src/trace_processor/dynamic/ |
D | experimental_slice_layout_generator.cc | 253 uint32_t start_depth = layout_depth; in ComputeLayoutTable() local 256 bool top = open->layout_depth <= start_depth && in ComputeLayoutTable() 257 start_depth < open->layout_depth + open->max_height; in ComputeLayoutTable()
|
/external/gemmlowp/standalone/ |
D | neon-gemm-kernel-benchmark.cc | 642 std::size_t start_depth = 123; in Run() local 867 [start_depth] "r"(start_depth) in Run() 2312 std::size_t start_depth = 123; in Run() local 2554 [start_depth] "r"(start_depth) in Run() 2572 std::size_t start_depth = 123; in Run() local 2791 [start_depth] "r"(start_depth) in Run() 5315 std::size_t start_depth = 123; in Run() local 5580 [start_depth] "r"(start_depth) in Run()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
D | mean.h | 30 int start_depth, int end_depth) { in MeanImpl() argument 56 int out_d = start_depth; in MeanImpl()
|
D | depthwise_conv_hybrid_3x3_filter.h | 2794 const float* bias_ptr, float* output_ptr, int64_t start_depth, 2798 for (; start_depth <= end_depth - 8; start_depth += 8) {
|
D | depthwise_conv_3x3_filter.h | 2627 int8* output_ptr, int64_t start_depth, int64_t end_depth, 2630 for (; start_depth <= end_depth - 8; start_depth += 8) {
|
/external/gemmlowp/doc/ |
D | packing.md | 114 void seek_run(int start_width, int start_depth) const { 116 std::min<int>(params_.l1_depth, params_.l2_depth - start_depth); 117 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth;
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jvmti.h | 1539 jint start_depth, 1901 jint start_depth, in GetStackTrace() 1905 …return functions->GetStackTrace(this, thread, start_depth, max_frame_count, frame_buffer, count_pt… in GetStackTrace()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_uint8_3x3_filter.h | 5371 uint8* output_ptr, int64_t start_depth, int64_t end_depth, 5374 for (; start_depth <= end_depth - 8; start_depth += 8) {
|
D | optimized_ops.h | 975 int start_depth, int end_depth) { in MeanImpl() argument 1002 int out_d = start_depth; in MeanImpl()
|