Searched refs:is_pipelined (Results 1 – 3 of 3) sorted by relevance
/external/XNNPACK/tools/ |
D | generate-spmm-test.py | 361 def generate_test_cases(ukernel, mr, nr, k_block, is_pipelined, isa): argument 393 "ADJKBLOCK": 2 * k_block if is_pipelined else k_block, 394 "IS_PIPELINED": is_pipelined,
|
D | generate-dwconv-test.py | 254 def generate_test_cases(ukernel, cr, kr, c_block, is_pipelined, isa): argument 286 "ADJCBLOCK": 2 * c_block if is_pipelined else c_block, 287 "IS_PIPELINED": is_pipelined,
|
D | generate-gemm-test.py | 761 k_block, is_pipelined, isa): argument 797 "ADJKBLOCK": 2 * k_block if is_pipelined else k_block, 798 "IS_PIPELINED": is_pipelined,
|