Home
last modified time | relevance | path

Searched refs:multidimensional (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dmpi-buffer-deref.rst10 double pointers or multidimensional arrays, without a compiler warning emitted.
20 // A multidimensional array is passed to the MPI function.
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dutil_test.py150 logits=logits, multidimensional=True, validate_args=True)
169 probs=p, multidimensional=True, validate_args=True)
209 _, prob = du.get_logits_and_probs(probs=p, multidimensional=True)
214 probs=p2, multidimensional=True, validate_args=True)
218 probs=p2, multidimensional=True, validate_args=False)
224 probs=p3, multidimensional=True, validate_args=True)
228 probs=p3, multidimensional=True, validate_args=False)
233 probs=p4, multidimensional=True, validate_args=True)
237 probs=p4, multidimensional=True, validate_args=False)
246 probs=p, multidimensional=True, validate_args=True)
[all …]
/external/tensorflow/
DMETADATA5 "while the graph edges represent the multidimensional data arrays (tensors) "
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.arrays.txt40 Negative tests verify that multidimensional arrays cannot be defined,
/external/tensorflow/tensorflow/python/ops/distributions/
Dutil.py166 multidimensional=False, argument
203 if multidimensional:
217 if multidimensional:
233 if multidimensional:
Dmultinomial.py204 multidimensional=True,
Dcategorical.py199 multidimensional=True,
/external/python/cpython3/Lib/test/
Dtest_base64.py16 multidimensional = memoryview(b"1234").cast('B', (2, 2))
17 self.assertRaises(TypeError, f, multidimensional)
115 multidimensional = memoryview(bytes_data).cast('B', shape)
116 self.assertEqual(f(multidimensional), f(bytes_data))
/external/llvm-project/llvm/test/DebugInfo/X86/
Dvla-multi.ll2 ; Test debug info for multidimensional arrays.
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dshapes.md145 provides utilities for converting between multidimensional indices and linear
Doperation_semantics.md1589 The gather indices may be multidimensional. For instance, a more general
2233 dimension sizes. When refining the collapsed array into the multidimensional
2299 operand array at a multidimensional index is stored into the output array at a
2300 transformed index. The multidimensional index is transformed by reversing the
/external/llvm-project/libcxx/include/
Darray499 "[array.creation]/1: to_array does not accept multidimensional arrays.");
511 "[array.creation]/4: to_array does not accept multidimensional arrays.");
/external/llvm-project/mlir/docs/Dialects/
DAffine.md128 \mathbb{Z}^n$$ is a multidimensional affine function of $$\vec{v}$$ if
136 'affine map' to refer to these multidimensional quasi-affine functions. As
/external/llvm-project/mlir/docs/Rationale/
DRationaleSimplifiedPolyhedralForm.md26 represented in multidimensional loop form. The idea is that a CFG function is
248 multidimensional loop nests with affine loop bounds and affine memory
DRationale.md42 loop nests, multidimensional data (tensors), and transformations on these
61 multidimensional arrays. These structures are represented as textual
89 instructions operate on multidimensional data chunks from a programmer's
737 multidimensional schedule information), discussed the benefits of schedule tree
747 and with no separation of domains as sets and schedules as multidimensional
/external/tpm2-tss/doc/
Dcoding_standard_c.md96 * "m" and "n" are row and column indexes for multidimensional arrays
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto23 // multidimensional arrays. A description of the rectangular multidimensional
/external/llvm-project/mlir/docs/
DLangRef.md1083 Data is accessed through a memref type using a multidimensional index into the
1084 multidimensional index space defined by the memref's dimension list.
1101 multidimensional index from one index space to another. For example, the
1298 vector<16 x f32>) we also support multidimensional registers on targets that
/external/python/pybind11/docs/advanced/pycpp/
Dnumpy.rst374 slice multidimensional arrays. For instance, the following snippet extracts the
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_helpers.inc212 // predicate is a tensor and the data is multidimensional. In this case, Select
/external/python/cpython3/Doc/faq/
Dprogramming.rst1196 .. _faq-multidimensional-list:
1198 How do I create a multidimensional list?
1201 You probably tried to make a multidimensional array like this::
/external/python/cpython2/Doc/faq/
Dprogramming.rst1282 .. _faq-multidimensional-list:
1284 How do I create a multidimensional list?
1287 You probably tried to make a multidimensional array like this::
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DREADME.md3 Tensors are multidimensional arrays of elements. Elements are typically scalars,
1010 multidimensional case.
/external/mesa3d/src/freedreno/registers/
Drules-ng-ng.txt277 matching variant. The variant space is "multidimensional" - so you can have
/external/python/cffi/doc/source/
Dwhatsnew.rst646 * Out-of-line API mode: we can now declare multidimensional arrays

12