Home
last modified time | relevance | path

Searched refs:end_depth (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/trace_processor/dynamic/
Dexperimental_slice_layout_generator.cc254 uint32_t end_depth = layout_depth + max_height; in ComputeLayoutTable() local
258 bool bottom = open->layout_depth < end_depth && in ComputeLayoutTable()
259 end_depth <= open->layout_depth + open->max_height; in ComputeLayoutTable()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dmean.h30 int start_depth, int end_depth) { in MeanImpl() argument
59 for (; out_d <= end_depth - 16; out_d += 16) { in MeanImpl()
126 for (; out_d < end_depth; ++out_d) { in MeanImpl()
Ddepthwise_conv_hybrid_3x3_filter.h2795 int64_t end_depth, int64_t input_depth, int64_t input_row_size,
2798 for (; start_depth <= end_depth - 8; start_depth += 8) {
Ddepthwise_conv_3x3_filter.h2627 int8* output_ptr, int64_t start_depth, int64_t end_depth,
2630 for (; start_depth <= end_depth - 8; start_depth += 8) {
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8_3x3_filter.h5371 uint8* output_ptr, int64_t start_depth, int64_t end_depth,
5374 for (; start_depth <= end_depth - 8; start_depth += 8) {
Doptimized_ops.h975 int start_depth, int end_depth) { in MeanImpl() argument
1005 for (; out_d <= end_depth - 16; out_d += 16) { in MeanImpl()
1076 for (; out_d < end_depth; ++out_d) { in MeanImpl()