Home
last modified time | relevance | path

Searched defs:width_index (Results 1 – 9 of 9) sorted by relevance

/external/ComputeLibrary/src/graph/mutators/
DMutatorUtils.cpp35 const unsigned int width_index = get_dimension_idx(layout, DataLayoutDimension::WIDTH); in is_padding_in_height_or_width() local
DNodeFusionMutator.cpp279 const unsigned int width_index = get_dimension_idx(layout, DataLayoutDimension::WIDTH); in fuse_pad_with_convolution() local
/external/libgav1/src/dsp/
Ddsp_test.cc163 const int width_index = k4x4WidthLog2[i] - 1; in CheckTables() local
Dweight_mask_test.cc217 const int width_index = FloorLog2(width_) - 3; in SetUp() local
Dcdef_test.cc352 const int width_index = block_width >> 3; in TestRandomValues() local
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
Dconvolution_op_builder.cc90 const int width_index = 2; in Build() local
/external/fonttools/Lib/fontTools/
DtfmLib.py247 def width_index(c): function
/external/libgav1/src/post_filter/
Dcdef.cc595 const int width_index = dual_cdef | (subsampling_x ^ 1); in ApplyCdefForOneUnit() local
/external/ComputeLibrary/src/cpu/kernels/
DCpuScaleKernel.cpp148 …const auto width_index = get_data_layout_dimension_index(data_layout, DataLayoutDimension:… in validate_arguments() local