Searched refs:produces (Results 1 – 25 of 848) sorted by relevance
12345678910>>...34
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_WindowDataset.pbtxt | 62 - `tf.data.Dataset.range(7).window(2)` produces 64 - `tf.data.Dataset.range(7).window(3, 2, 1, True)` produces 66 - `tf.data.Dataset.range(7).window(3, 1, 2, True)` produces 70 nested elements, it produces a dataset of nested windows. 75 produces `{({0, 1}, {0, 1}), ({2, 3}, {2, 3})}` 77 produces `{{"a": {0, 1}}, {"a": {2, 3}}}`
|
D | api_def_SymbolicGradient.pbtxt | 33 produces M outputs. Its gradient function 'g', which is computed by 35 produces N outputs.
|
D | api_def_TPUCompileSucceededAssert.pbtxt | 3 summary: "Asserts that compilation succeeded. This op produces no output and closes the"
|
/external/python/cryptography/docs/hazmat/primitives/ |
D | cryptographic-hashes.rst | 88 standardized by NIST. It produces a 224-bit message digest. 93 standardized by NIST. It produces a 256-bit message digest. 98 standardized by NIST. It produces a 384-bit message digest. 103 standardized by NIST. It produces a 512-bit message digest. 110 standardized by NIST. It produces a 224-bit message digest. 117 standardized by NIST. It produces a 256-bit message digest. 133 BLAKE2b is optimized for 64-bit platforms and produces an 1 to 64-byte 143 BLAKE2s is optimized for 8 to 32-bit platforms and produces a 165 standardized by NIST. It produces a 224-bit message digest. 172 standardized by NIST. It produces a 256-bit message digest. [all …]
|
/external/python/jinja/docs/ |
D | nativetypes.rst | 9 :class:`NativeEnvironment`, rendering a template produces a native Python type. 28 Rendering list syntax produces a list: 37 Rendering something that doesn't look like a Python literal produces a string: 46 Rendering a Python object produces that object as long as it is the only node:
|
/external/bzip2/ |
D | words0 | 2 If compilation produces errors, or a large number of warnings, 7 if your build produces an executable which is unable to correctly
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.def | 692 // The lexer produces these so that they only take effect when the parser 697 // The lexer produces these so that they only take effect when the parser 702 // The lexer produces these so that they only take effect when the parser 707 // The lexer produces these so that they only take effect when the parser 712 // The lexer produces these so that the parser and semantic analysis can 717 // The lexer produces these so that they only take effect when the parser 722 // The lexer produces these so that they only take effect when the parser 727 // The lexer produces these so that they only take effect when the parser 732 // The lexer produces these so that they only take effect when the parser 737 // The lexer produces these so that they only take effect when the parser [all …]
|
/external/llvm-project/clang/include/clang/Basic/ |
D | TokenKinds.def | 773 // The lexer produces these so that they only take effect when the parser 778 // The lexer produces these so that they only take effect when the parser 783 // The lexer produces these so that they only take effect when the parser 788 // The lexer produces these so that they only take effect when the parser 793 // The lexer produces these so that the parser and semantic analysis can 798 // The lexer produces these so that they only take effect when the parser 803 // The lexer produces these so that they only take effect when the parser 808 // The lexer produces these so that they only take effect when the parser 813 // The lexer produces these so that they only take effect when the parser 818 // The lexer produces these so that they only take effect when the parser [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | fp16-fmla.ll | 87 ; CHECK-FIXME: Currently LLVM produces inefficient code: 101 ; CHECK-FIXME: Currently LLVM produces inefficient code: 115 ; CHECK-FIXME: Currently LLVM produces inefficient code: 129 ; CHECK-FIXME: Currently LLVM produces inefficient code: 181 ; CHECK-FIXME: Currently LLVM produces inefficient code: 195 ; CHECK-FIXME: Currently LLVM produces inefficient code: 210 ; CHECK-FIXME: Currently LLVM produces inefficient code:
|
/external/llvm/test/CodeGen/ARM/ |
D | 2012-03-26-FoldImmBug.ll | 4 ; produces a 32-bit immediate which is consumed by the use. It tries to 14 ; However, this transformation is incorrect if the user produces a flag. e.g.
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | 2012-03-26-FoldImmBug.ll | 4 ; produces a 32-bit immediate which is consumed by the use. It tries to 14 ; However, this transformation is incorrect if the user produces a flag. e.g.
|
/external/javassist/sample/vector/ |
D | Test.j | 5 This automatically produces the classes representing vectors of integer 14 The first line produces one source file (sample/Test.java) and
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ |
D | icmp-constant.ll | 54 ; 'urem x, C2' produces [0, C2) 82 ;'srem x, C2' produces (-|C2|, |C2|) 110 ;'udiv C2, x' produces [0, C2] 129 ; 'udiv x, C2' produces [0, UINT_MAX / C2] 148 ; 'sdiv C2, x' produces [-|C2|, |C2|] 167 ; 'sdiv x, C2' produces [INT_MIN / C2, INT_MAX / C2] 187 ; 'shl nuw C2, x' produces [C2, C2 << CLZ(C2)] 215 ; 'shl nsw C2, x' produces [C2 << CLO(C2)-1, C2] 234 ; 'shl nsw C2, x' produces [C2 << CLO(C2)-1, C2] 253 ; 'shl nsw C2, x' produces [C2, C2 << CLZ(C2)-1] [all …]
|
/external/llvm-project/llvm/test/ExecutionEngine/JITLink/X86/ |
D | ELF_x86-64_relocations.s | 41 # Check R_X86_64_PLT32 handling with a call to a local function. This produces a 53 # Check R_X86_64_PLT32 handling with a call to an external. This produces a 68 # produces a Branch32ToStub edge, because externals are not defined locally.
|
/external/llvm/test/CodeGen/Generic/ |
D | negintconst.ll | 20 ; add %o2, %o3, %o3 ! produces bad address! 26 ; llc produces:
|
/external/llvm-project/llvm/test/CodeGen/Generic/ |
D | negintconst.ll | 20 ; add %o2, %o3, %o3 ! produces bad address! 26 ; llc produces:
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | known-signbit-shift.ll | 31 ; This test should not crash opt. The shift produces poison. 42 ; This test should not crash opt. The shift produces poison.
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | README | 23 This produces a Java class file (max.class) which you can execute with 42 doing. The part that produces the byte code is contained in the
|
/external/python/cpython2/Misc/NEWS.d/next/Library/ |
D | 2018-03-10-20-14-36.bpo-33038.yA6CP5.rst | 1 gzip.GzipFile no longer produces an AttributeError exception when used with
|
/external/tensorflow/.github/ISSUE_TEMPLATE/ |
D | 60-tflite-converter-issue.md | 40 - Model produces wrong results and/or has lesser accuracy. 41 - Model produces correct results, but it is slower than expected.
|
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/ |
D | LinalgOps.td | 111 let summary = "linalg.reshape produces a new view into the operand view"; 113 The `linalg.reshape` op produces a new view whose sizes are a reassociation 124 1. a reassociation produces and consumes contiguous MemRefType or, 169 let summary = "linalg.tensor_reshape produces a new reshaped tensor."; 171 The `linalg.reshape` op produces a new tensor whose sizes are a 229 produces a `view` of the same elemental type. An indexing is either:
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | TODO.md | 4 // :FIXME: DAGCombiner produces an shl node after legalization from these seq:
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | TODO.md | 4 // :FIXME: DAGCombiner produces an shl node after legalization from these seq:
|
/external/llvm/lib/Target/AVR/ |
D | TODO.md | 4 // :FIXME: DAGCombiner produces an shl node after legalization from these seq:
|
/external/llvm-project/llvm/test/Object/ |
D | check_binary_output.ll | 2 ; The test verifies that llvm-ar produces a binary output.
|
12345678910>>...34