Searched refs:row_tile (Results 1 – 7 of 7) sorted by relevance
/external/XNNPACK/test/ |
D | prelu-nc.cc | 26 .batch_size(xnn_params.f32.prelu.row_tile) in TEST() 36 .batch_size(xnn_params.f32.prelu.row_tile) in TEST() 47 .batch_size(xnn_params.f32.prelu.row_tile) in TEST() 58 .batch_size(xnn_params.f32.prelu.row_tile) in TEST() 70 .batch_size(3 * xnn_params.f32.prelu.row_tile + 1) in TEST() 80 .batch_size(3 * xnn_params.f32.prelu.row_tile + 1) in TEST() 91 .batch_size(3 * xnn_params.f32.prelu.row_tile + 1) in TEST() 102 .batch_size(3 * xnn_params.f32.prelu.row_tile + 1) in TEST()
|
/external/XNNPACK/tools/ |
D | generate-prelu-test.py | 32 row_tile = int(match.group(3)) 36 return row_tile, channel_tile, arch, isa 170 def generate_test_cases(ukernel, row_tile, channel_tile, isa): argument 191 "ROW_TILE": row_tile, 228 row_tile, channel_tile, arch, isa = split_ukernel_name(name) 233 test_case = generate_test_cases(name, row_tile, channel_tile, isa)
|
D | generate-vmulcaddc-test.py | 34 row_tile = int(match.group(6)) 37 return channel_tile, row_tile, arch, isa 208 def generate_test_cases(ukernel, channel_tile, row_tile, isa): argument 233 "ROW_TILE": row_tile, 269 channel_tile, row_tile, arch, isa = split_ukernel_name(name) 274 test_case = generate_test_cases(name, channel_tile, row_tile, isa)
|
/external/XNNPACK/src/operators/ |
D | prelu-nc.c | 141 const uint32_t row_tile = xnn_params.f32.prelu.row_tile; in xnn_setup_prelu_nc_f32() local 142 … batch_tile = min(batch_tile, divide_round_up(batch_tile, max_batch_tile * row_tile) * row_tile); in xnn_setup_prelu_nc_f32()
|
D | convolution-nhwc.c | 257 .mr = vmulcaddc_parameters->row_tile, in create_convolution2d_nhwc()
|
/external/XNNPACK/src/ |
D | init.c | 380 .row_tile = 2, in init() 430 .row_tile = 2, in init() 485 .row_tile = 1, in init() 489 .row_tile = 1, in init() 657 .row_tile = 4, in init() 707 .row_tile = 2, in init() 772 .row_tile = 1, in init() 776 .row_tile = 1, in init() 1043 .row_tile = 2, in init() 1298 .row_tile = 2, in init() [all …]
|
/external/XNNPACK/src/xnnpack/ |
D | params.h | 1946 uint16_t row_tile; member 1954 uint8_t row_tile; member 1961 uint8_t row_tile; member 1967 uint8_t row_tile; member
|