Searched refs:height_index (Results 1 – 8 of 8) sorted by relevance
34 const unsigned int height_index = get_dimension_idx(layout, DataLayoutDimension::HEIGHT); 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()
278 const unsigned int height_index = get_dimension_idx(layout, DataLayoutDimension::HEIGHT); in fuse_pad_with_convolution() local282 …const PaddingInfo pad_h = height_index < padding_list.size() ? padding_list[height_index] : Paddin… in fuse_pad_with_convolution()
164 const int height_index = k4x4HeightLog2[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()172 << "[" << height_index << "][" << j << "]"; in CheckTables()
218 const int height_index = FloorLog2(height_) - 3; in SetUp() local228 func_ = dsp->weight_mask[width_index][height_index][mask_is_inverse_]; in SetUp()
253 def height_index(c): function273 r = 4 * (height_base + height_index(c))364 if height_index(c) > 0:
89 const int height_index = 1; in Build() local97 GetTensorData<int32_t>(output_shape_)[height_index]); in Build()
249 …const unsigned int height_index = arm_compute::graph::get_dimension_idx(_data_layout, DataLayoutDi…253 …const PaddingInfo pad_h = height_index < pre_pad_layer.size() ? pre_pad_layer[height_index] : Padd…
149 …const auto height_index = get_data_layout_dimension_index(data_layout, DataLayoutDimension:… in validate_arguments() local151 const auto output_height = dst->dimension(height_index); in validate_arguments()