Searched refs:width_index (Results 1 – 13 of 13) sorted by relevance
35 const unsigned int width_index = get_dimension_idx(layout, DataLayoutDimension::WIDTH); in is_padding_in_height_or_width() local39 if(i != height_index && i != width_index && padding_list[i] != PaddingInfo(0, 0)) in is_padding_in_height_or_width()
279 const unsigned int width_index = get_dimension_idx(layout, DataLayoutDimension::WIDTH); in fuse_pad_with_convolution() local281 …const PaddingInfo pad_w = width_index < padding_list.size() ? padding_list[width_index] : PaddingI… in fuse_pad_with_convolution()
163 const int width_index = k4x4WidthLog2[i] - 1; in CheckTables() local166 if (width_index < 0 || height_index < 0) continue; in CheckTables()169 EXPECT_NE(dsp->weight_mask[width_index][height_index][j], nullptr) in CheckTables()170 << ToString(static_cast<BlockSize>(i)) << " index [" << width_index in CheckTables()
352 const int width_index = block_width >> 3; in TestRandomValues() local353 if (cur_cdef_filter_[width_index][0] == nullptr) return; in TestRandomValues()354 cur_cdef_filter_[width_index][0]( in TestRandomValues()
217 const int width_index = FloorLog2(width_) - 3; in SetUp() local229 func_ = dsp->weight_mask[width_index][height_index][mask_is_inverse_]; in SetUp()
247 def width_index(c): function251 return c < sizes.bc or c > sizes.ec or width_index(c) == 0269 r = 4 * (width_base + width_index(c))361 if width_index(c) > 0:
530 size_t width_index = parse_index(&local_pos);531 set_type_desc(width_index, type_desc_from_type<int>());532 if (width_index == index)
532 size_t width_index = parse_index(&local_pos);533 set_type_desc(width_index, type_desc_from_type<int>());534 if (width_index == index)
90 const int width_index = 2; in Build() local99 GetTensorData<int32_t>(output_shape_)[width_index]); in Build()
595 const int width_index = dual_cdef | (subsampling_x ^ 1); in ApplyCdefForOneUnit() local596 dsp_.cdef_filters[width_index][uv_strength_index]( in ApplyCdefForOneUnit()
250 …const unsigned int width_index = arm_compute::graph::get_dimension_idx(_data_layout, DataLayoutDi…252 …const PaddingInfo pad_w = width_index < pre_pad_layer.size() ? pre_pad_layer[width_index] : Paddin…
148 …const auto width_index = get_data_layout_dimension_index(data_layout, DataLayoutDimension:… in validate_arguments() local150 const auto output_width = dst->dimension(width_index); in validate_arguments()