/external/XNNPACK/test/ |
D | f32-igemm-minmax.yaml | 26 pipelined: true 31 pipelined: true 36 pipelined: true 41 pipelined: true 46 pipelined: true 51 pipelined: true 56 pipelined: true 69 pipelined: true 74 pipelined: true 79 pipelined: true [all …]
|
D | f32-gemm-minmax.yaml | 13 pipelined: true 18 pipelined: true 23 pipelined: true 28 pipelined: true 33 pipelined: true 38 pipelined: true 43 pipelined: true 48 pipelined: true 53 pipelined: true 58 pipelined: true [all …]
|
D | f32-gemminc-minmax.yaml | 9 pipelined: true 14 pipelined: true 19 pipelined: true 24 pipelined: true 29 pipelined: true 34 pipelined: true 39 pipelined: true 44 pipelined: true 49 pipelined: true 54 pipelined: true [all …]
|
/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/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 | 310 pipelined micro-kernels to separately test prologue + epiloque 311 of the pipelined loop and iteration of the pipelined loop. 381 pipelined = bool(ukernel_spec.get("pipelined", False)) 389 name, primary_tile, cr, kr, cr, init_fn, requantization, pipelined, isa)
|
D | generate-spmm-test.py | 391 pipelined micro-kernels to separately test prologue + epiloque 392 of the pipelined loop and iteration of the pipelined loop. 449 pipelined = bool(ukernel_spec.get("pipelined", False)) 456 pipelined, isa)
|
D | generate-gemm-test.py | 867 pipelining. Additional test cases are generated for software pipelined 868 micro-kernels to separately test prologue + epiloque of the pipelined loop 869 and iteration of the pipelined loop. 961 pipelined = bool(ukernel_spec.get("pipelined", False)) 970 init_fn, requantization, 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/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/tests/data/ |
D | test982 | 38 POP3 STARTTLS pipelined server response
|
D | test980 | 30 SMTP STARTTLS pipelined server response
|
D | test983 | 27 FTP STARTTLS pipelined server response
|
D | test981 | 29 IMAP STARTTLS pipelined server response
|
/external/curl/docs/libcurl/opts/ |
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_CHUNK_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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVSchedRocket32.td | 124 // FP Divide unit on Rocket is not pipelined, so set resource cycles to latency 130 // FP Sqrt unit on Rocket is not pipelined, so set resource cycles to latency
|
D | RISCVSchedRocket64.td | 144 // FP Divide unit on Rocket is not pipelined, so set resource cycles to latency 150 // FP Sqrt unit on Rocket is not pipelined, so set resource cycles to latency
|
/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | node_to_instr.c | 129 /* Load cannot be pipelined, likely slot is already taken. Create a mov */ in ppir_do_one_node_to_instr() 166 /* Const cannot be pipelined, too many consts in the instruction. in ppir_do_one_node_to_instr()
|
/external/XNNPACK/src/f32-spmm/gen/ |
D | 1x1-minmax-scalar-pipelined.c | 2 // Template: src/f32-spmm/scalar-pipelined.c.in
|