Searched refs:valued (Results 1 – 25 of 84) sorted by relevance
1234
/external/rust/crates/clap/src/args/arg_builder/ |
D | mod.rs | 6 pub use self::valued::Valued; 13 mod valued; module
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_IRFFT.pbtxt | 27 summary: "Inverse real-valued fast Fourier transform." 29 Computes the inverse 1-dimensional discrete Fourier transform of a real-valued 33 `fft_length / 2 + 1` unique components of the DFT of a real-valued signal. If
|
D | api_def_IRFFT2D.pbtxt | 27 summary: "Inverse 2D real-valued fast Fourier transform." 29 Computes the inverse 2-dimensional discrete Fourier transform of a real-valued 34 the DFT of a real-valued signal. If `fft_length` is not provided, it is computed
|
D | api_def_IRFFT3D.pbtxt | 27 summary: "Inverse 3D real-valued fast Fourier transform." 29 Computes the inverse 3-dimensional discrete Fourier transform of a real-valued 34 the DFT of a real-valued signal. If `fft_length` is not provided, it is computed
|
D | api_def_RFFT.pbtxt | 27 summary: "Real-valued fast Fourier transform." 29 Computes the 1-dimensional discrete Fourier transform of a real-valued signal
|
D | api_def_RFFT2D.pbtxt | 28 summary: "2D real-valued fast Fourier transform." 30 Computes the 2-dimensional discrete Fourier transform of a real-valued signal
|
D | api_def_RFFT3D.pbtxt | 28 summary: "3D real-valued fast Fourier transform." 30 Computes the 3-dimensional discrete Fourier transform of a real-valued signal
|
D | api_def_LoadAndRemapMatrix.pbtxt | 21 still be an index-valued Tensor (e.g. [0, 1, 2, ...]), or a shifted 22 index-valued `Tensor` (e.g. [8, 9, 10, ...], for partitioned `Variables`).
|
/external/auto/value/userguide/ |
D | builders.md | 95 * ... [use a **collection**-valued property?](builders-howto.md#collection) 96 * ... [let my builder **accumulate** values for a collection-valued 98 * ... [accumulate values for a collection-valued property, without 101 collection-valued property?](builders-howto.md#collection_both)
|
D | builders-howto.md | 27 * ... [use a **collection**-valued property?](#collection) 28 * ... [let my builder **accumulate** values for a collection-valued 30 * ... [accumulate values for a collection-valued property, without 33 collection-valued property?](#collection_both) 81 primitive-valued property, which *can't* be null), then `build()` will throw an 343 ## <a name="collection"></a>... use a collection-valued property? 389 ### <a name="accumulate"></a>... let my builder *accumulate* values for a collection-valued propert… 451 ### <a name="add"></a>... accumulate values for a collection-valued property, without "breaking the… 495 …h"></a>... offer both accumulation and set-at-once methods for the same collection-valued property?
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | README.md | 66 #### Stripping Default valued attributes 67 The SavedModelBuilder class allows users to control whether default-valued 74 default valued attributes in all it's NodeDef instances. This can break forward 87 any default valued attributes in the NodeDefs. This helps ensure that newly
|
/external/llvm-project/mlir/include/mlir/Dialect/Quant/ |
D | QuantOpsBase.td | 41 "real valued primitive (float or quantized type)">; 57 // Either a real valued or storage primitive or container type.
|
/external/llvm-project/polly/lib/External/isl/test_inputs/codegen/ |
D | single_valued.in | 1 # Check that isl recognizes that the inverse schedule is single-valued
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ |
D | null-ptr-is-valid-attribute.ll | 4 ; A 0 valued byval pointer may be valid
|
D | null-ptr-is-valid.ll | 6 ; A 0 valued byval pointer may be valid
|
/external/llvm-project/llvm/test/Transforms/NewGVN/ |
D | todo-pr37121-seens-this-value-a-lot.ll | 14 ;; This is really a multi-valued phi, because the phi is defined by an expression of the phi.
|
D | pr32607.ll | 19 ;; This is really a multi-valued phi, because the phi is defined by an expression of the phi.
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/ |
D | lower-complex.mlir | 114 // Compute the real valued denominator as rhs * con(rhs): 126 // Divide the numerator by the real valued denominator. 153 // Compute the real valued denominator as rhs * con(rhs): 165 // Divide the numerator by the real valued denominator.
|
/external/python/cpython2/Doc/library/ |
D | queue.rst | 28 lowest valued entry is retrieved first. 55 The lowest valued entries are retrieved first (the lowest valued entry is the
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dbgcall-site-zero-valued-imms.ll | 6 ; Verify that we produce call site entries for the zero-valued parameters.
|
/external/llvm-project/mlir/docs/ |
D | Quantization.md | 57 [adding a Real-valued *zero point*, to a scaled value](https://en.wikipedia.org/wiki/Affine_transfo… 78 In order to exactly represent the real zero with an integral-valued affine 109 To convert an input tensor of real-valued elements (usually represented by a 133 or uint16 to a tensor of real-valued elements (usually represented with a
|
/external/grpc-grpc/doc/ |
D | internationalization.md | 38 ### Metadata value (text-valued metadata)
|
D | compression_cookbook.md | 86 valued by an integer corresponding to a value from the `grpc_compression_level` 93 valued by an integer corresponding to a value from the `grpc_compression_level`
|
/external/python/cpython3/Doc/library/ |
D | queue.rst | 22 lowest valued entry is retrieved first. 59 The lowest valued entries are retrieved first (the lowest valued entry is the
|
/external/rust/crates/ring/src/ec/suite_b/ |
D | suite_b_public_key_tests.txt | 19 # implementation doesn't reject zero-valued field elements (they 52 # implementation doesn't reject zero-valued field elements (they
|
1234