Home
last modified time | relevance | path

Searched refs:valued (Results 1 – 25 of 84) sorted by relevance

1234

/external/rust/crates/clap/src/args/arg_builder/
Dmod.rs6 pub use self::valued::Valued;
13 mod valued; module
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_IRFFT.pbtxt27 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
Dapi_def_IRFFT2D.pbtxt27 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
Dapi_def_IRFFT3D.pbtxt27 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
Dapi_def_RFFT.pbtxt27 summary: "Real-valued fast Fourier transform."
29 Computes the 1-dimensional discrete Fourier transform of a real-valued signal
Dapi_def_RFFT2D.pbtxt28 summary: "2D real-valued fast Fourier transform."
30 Computes the 2-dimensional discrete Fourier transform of a real-valued signal
Dapi_def_RFFT3D.pbtxt28 summary: "3D real-valued fast Fourier transform."
30 Computes the 3-dimensional discrete Fourier transform of a real-valued signal
Dapi_def_LoadAndRemapMatrix.pbtxt21 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/
Dbuilders.md95 * ... [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)
Dbuilders-howto.md27 * ... [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/
DREADME.md66 #### 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/
DQuantOpsBase.td41 "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/
Dsingle_valued.in1 # Check that isl recognizes that the inverse schedule is single-valued
/external/llvm-project/llvm/test/Transforms/InstSimplify/
Dnull-ptr-is-valid-attribute.ll4 ; A 0 valued byval pointer may be valid
Dnull-ptr-is-valid.ll6 ; A 0 valued byval pointer may be valid
/external/llvm-project/llvm/test/Transforms/NewGVN/
Dtodo-pr37121-seens-this-value-a-lot.ll14 ;; This is really a multi-valued phi, because the phi is defined by an expression of the phi.
Dpr32607.ll19 ;; 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/
Dlower-complex.mlir114 // 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/
Dqueue.rst28 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/
Ddbgcall-site-zero-valued-imms.ll6 ; Verify that we produce call site entries for the zero-valued parameters.
/external/llvm-project/mlir/docs/
DQuantization.md57 [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/
Dinternationalization.md38 ### Metadata value (text-valued metadata)
Dcompression_cookbook.md86 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/
Dqueue.rst22 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/
Dsuite_b_public_key_tests.txt19 # implementation doesn't reject zero-valued field elements (they
52 # implementation doesn't reject zero-valued field elements (they

1234