/external/XNNPACK/scripts/ |
D | generate-f32-spmm.sh | 16 tools/xngen src/f32-spmm/scalar-pipelined.c.in -D MR=1 -D NR=1 -o src/f32-spmm/gen/1x1-minmax-scala… 17 tools/xngen src/f32-spmm/scalar-pipelined.c.in -D MR=2 -D NR=1 -o src/f32-spmm/gen/2x1-minmax-scala… 18 tools/xngen src/f32-spmm/scalar-pipelined.c.in -D MR=4 -D NR=1 -o src/f32-spmm/gen/4x1-minmax-scala… 19 tools/xngen src/f32-spmm/scalar-pipelined.c.in -D MR=8 -D NR=1 -o src/f32-spmm/gen/8x1-minmax-scala… 59 tools/xngen src/f32-spmm/neon-pipelined.c.in -D MR=4 -D NR=1 -D FMA=0 -o src/f32-spmm/gen/4x1-minm… 60 tools/xngen src/f32-spmm/neon-pipelined.c.in -D MR=8 -D NR=1 -D FMA=0 -o src/f32-spmm/gen/8x1-minm… 61 tools/xngen src/f32-spmm/neon-pipelined.c.in -D MR=16 -D NR=1 -D FMA=0 -o src/f32-spmm/gen/16x1-min… 62 tools/xngen src/f32-spmm/neon-pipelined.c.in -D MR=32 -D NR=1 -D FMA=0 -o src/f32-spmm/gen/32x1-min… 64 tools/xngen src/f32-spmm/neon-pipelined.c.in -D MR=4 -D NR=1 -D FMA=1 -o src/f32-spmm/gen/4x1-minm… 65 tools/xngen src/f32-spmm/neon-pipelined.c.in -D MR=8 -D NR=1 -D FMA=1 -o src/f32-spmm/gen/8x1-minm… [all …]
|
/external/XNNPACK/test/ |
D | f32-igemm-minmax.yaml | 7 pipelined: true 11 pipelined: true 15 pipelined: true 19 pipelined: true 23 pipelined: true 27 pipelined: true 31 pipelined: true 35 pipelined: false 39 pipelined: false 43 pipelined: true [all …]
|
D | f32-gemm-minmax.yaml | 10 pipelined: true 14 pipelined: true 18 pipelined: true 22 pipelined: true 26 pipelined: true 30 pipelined: true 34 pipelined: true 38 pipelined: true 42 pipelined: true 46 pipelined: true [all …]
|
D | f32-gemminc-minmax.yaml | 7 pipelined: true 11 pipelined: true 15 pipelined: true 19 pipelined: true 23 pipelined: true 27 pipelined: true 31 pipelined: true 35 pipelined: true 39 pipelined: true 43 pipelined: true [all …]
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | swp-chain-refs.ll | 6 ; which enables the loop to be pipelined. In this test, the loop should 7 ; not be pipelined when the chained references are constrained correctly. 9 ; STATS-NOT: 1 pipeliner - Number of loops software pipelined
|
D | swp-multi-loops.ll | 5 ; Check if the first loop is pipelined. 12 ; Check if the second loop is pipelined.
|
D | swp-const-tc2.ll | 3 ; Test that we fixup a pipelined loop correctly when the number of
|
D | swp-subreg.ll | 6 ; STATS-NOT: 1 pipeliner - Number of loops software pipelined
|
D | swp-tfri.ll | 6 ; STATS: 1 pipeliner - Number of loops software pipelined
|
/external/ImageMagick/tests/ |
D | cli-pipe.tap | 47 # pipelined magick script 49 # pipelined magick script, input image pre-read 51 # pipelined script from file descriptor, read image from stdin
|
/external/XNNPACK/tools/ |
D | generate-dwconv-test.py | 296 pipelined micro-kernels to separately test prologue + epiloque 297 of the pipelined loop and iteration of the pipelined loop. 361 pipelined = bool(ukernel_spec.get("pipelined", False)) 368 test_case = generate_test_cases(name, cr, kr, cr, pipelined, isa)
|
D | generate-spmm-test.py | 390 pipelined micro-kernels to separately test prologue + epiloque 391 of the pipelined loop and iteration of the pipelined loop. 449 pipelined = bool(ukernel_spec.get("pipelined", False)) 455 test_case = generate_test_cases(name, mr, nr, k_block, pipelined, isa)
|
D | generate-gemm-test.py | 775 pipelined micro-kernels to separately test prologue + epiloque 776 of the pipelined loop and iteration of the pipelined loop. 844 pipelined = bool(ukernel_spec.get("pipelined", False)) 852 name, mr, nr, kr, sr, k_block, pipelined, isa)
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | hsw_queryobj.c | 410 const bool pipelined) in store_query_result_reg() argument 420 (pipelined ? MI_STORE_REGISTER_MEM_PREDICATE : 0) | in store_query_result_reg() 440 const bool pipelined = brw_is_query_pipelined(query); in hsw_store_query_result() local 446 } else if (pname == GL_QUERY_RESULT_AVAILABLE && !pipelined) { in hsw_store_query_result() 456 if (pipelined) in hsw_store_query_result() 459 pipelined); in hsw_store_query_result()
|
D | brw_pipe_control.c | 83 * 3DSTATE_HIER_DEPTH_BUFFER) SW must first issue a pipelined depth stall 84 * (PIPE_CONTROL with Depth Stall bit set), followed by a pipelined depth 86 * another pipelined depth stall (PIPE_CONTROL with Depth Stall bit set), 206 * produced by non-pipelined state commands), software needs to first 350 /* Emit a pipelined flush to either flush render and texture cache for
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | PipelinedMsgParser.java | 46 * This implements a pipelined message parser suitable for use with a stream - 117 * This is the constructor for the pipelined parser. 132 * This is the constructor for the pipelined parser. 150 * Create a new pipelined parser from an existing one. 152 * @return A new pipelined parser that reads from the same input stream. 206 * This is input reading thread for the pipelined parser. You feed it input 459 * PipedInputStream from pipelined parser to avoid a copy.
|
/external/tensorflow/tensorflow/core/protobuf/tpu/ |
D | tpu_embedding_configuration.proto | 64 // pipelined with that of the TensorCore. This parameter only affects results 68 // false: The execution of the sparse core is not pipelined with that of the 76 // true: The execution of the sparse core is pipelined with that of the
|
/external/llvm/test/CodeGen/Hexagon/ |
D | swp-multi-loops.ll | 5 ; Check if the first loop is pipelined. 12 ; Check if the second loop is pipelined.
|
/external/llvm-project/mlir/lib/Transforms/ |
D | PipelineDataTransfer.cpp | 131 // become invalid (erased) when the outer loop is pipelined (the pipelined one in runOnFunction() 187 // Only DMAs incoming into higher memory spaces are pipelined for now. in findMatchingStartFinishInsts() 234 /// 'forOp' is deleted, and a prologue, a new pipelined loop, and epilogue are
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_ra_pipeline.c | 78 /* The fragment colour can't be pipelined (well, it is in mir_pipeline_ins() 79 * pipelined in r0, but this is a delicate dance with in mir_pipeline_ins()
|
/external/curl/docs/libcurl/opts/ |
D | CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 | 34 Pass a long with a \fBsize\fP in bytes. If a pipelined connection is currently
|
D | CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 | 34 Pass a long with a \fBsize\fP in bytes. If a pipelined connection is currently
|
D | CURLMOPT_MAX_PIPELINE_LENGTH.3 | 35 outstanding requests in an HTTP/1.1 pipelined connection. This option is only
|
/external/XNNPACK/src/f32-spmm/gen/ |
D | 1x1-minmax-scalar-pipelined.c | 2 // Template: src/f32-spmm/scalar-pipelined.c.in
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVSchedRocket.td | 157 // FP division unit on Rocket is not pipelined, so set resource cycles to latency. 163 // FP square root unit on Rocket is not pipelined, so set resource cycles to latency.
|