Searched refs:stride_length (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | mkjournal.c | 157 static int stride_length; in ext2fs_zero_blocks2() local 165 stride_length = 0; in ext2fs_zero_blocks2() 180 if (num > stride_length && stride_length < MAX_STRIDE_LENGTH) { in ext2fs_zero_blocks2() 190 stride_length = new_stride; in ext2fs_zero_blocks2() 191 memset(buf, 0, fs->blocksize * stride_length); in ext2fs_zero_blocks2() 196 if (blk % stride_length) { in ext2fs_zero_blocks2() 197 count = stride_length - (blk % stride_length); in ext2fs_zero_blocks2() 202 if (count > stride_length) in ext2fs_zero_blocks2() 203 count = stride_length; in ext2fs_zero_blocks2()
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/ |
D | conv_test.cc | 34 int dilation_factor = 1, int stride_length = 1, in QuantizedConvolutionOpModel() argument 84 builder_, padding_type, stride_length, stride_length, depth_mul, in QuantizedConvolutionOpModel() 89 CreateConv2DOptions(builder_, padding_type, stride_length, in QuantizedConvolutionOpModel() 90 stride_length, fused_activation_function, in QuantizedConvolutionOpModel()
|