Searched refs:multidimensional (Results 1 – 25 of 29) sorted by relevance
12
/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
D | util_test.py | 150 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/ |
D | METADATA | 5 "while the graph edges represent the multidimensional data arrays (tensors) "
|
D | README.md | 14 the graph edges represent the multidimensional data arrays (tensors) that flow
|
D | RELEASE.md | 796 * Modify custom export strategy to account for multidimensional sparse float 810 * Add support for sparse multidimensional feature columns.
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.arrays.txt | 40 Negative tests verify that multidimensional arrays cannot be defined,
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | util.py | 156 multidimensional=False, argument 193 if multidimensional: 207 if multidimensional: 221 if multidimensional:
|
D | multinomial.py | 204 multidimensional=True,
|
D | categorical.py | 199 multidimensional=True,
|
/external/python/cpython3/Lib/test/ |
D | test_base64.py | 16 multidimensional = memoryview(b"1234").cast('B', (2, 2)) 17 self.assertRaises(TypeError, f, multidimensional) 123 multidimensional = memoryview(bytes_data).cast('B', shape) 124 self.assertEqual(f(multidimensional), f(bytes_data))
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | onehot_categorical.py | 131 multidimensional=True)
|
D | relaxed_onehot_categorical.py | 179 multidimensional=True)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | vla-multi.ll | 2 ; Test debug info for multidimensional arrays.
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | shapes.md | 145 provides utilities for converting between multidimensional indices and linear
|
D | operation_semantics.md | 1405 The gather indices may be multidimensional. For instance, a more general 1989 dimension sizes. When refining the collapsed array into the multidimensional 2055 operand array at a multidimensional index is stored into the output array at a 2056 transformed index. The multidimensional index is transformed by reversing the
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla_data.proto | 23 // multidimensional arrays. A description of the rectangular multidimensional
|
/external/u-boot/scripts/ |
D | spelling.txt | 753 multidimensionnal||multidimensional
|
/external/python/cpython3/Doc/faq/ |
D | programming.rst | 1206 .. _faq-multidimensional-list: 1208 How do I create a multidimensional list? 1211 You probably tried to make a multidimensional array like this::
|
/external/python/cpython2/Doc/faq/ |
D | programming.rst | 1282 .. _faq-multidimensional-list: 1284 How do I create a multidimensional list? 1287 You probably tried to make a multidimensional array like this::
|
/external/Microsoft-GSL/include/gsl/ |
D | multi_span | 1319 // construct from pointer + length - multidimensional 1813 // It is kept here while the multidimensional interface is still being defined.
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | README.md | 3 Tensors are multidimensional arrays of elements. Elements are typically scalars, 1010 multidimensional case.
|
/external/python/cpython3/Doc/ |
D | glossary.rst | 231 increasing indexes starting from zero. In multidimensional
|
/external/python/cpython2/Doc/library/ |
D | stdtypes.rst | 821 :ref:`faq-multidimensional-list`.
|
/external/strace/ |
D | ChangeLog | 8564 kind of emulation of multidimensional arrays that way, but in several 8577 lack of multidimensional array support. 8581 /^DW_AT_byte_size/, /^DW_AT_encoding/): Replace multidimensional array 8584 (array_seq): Replace multidimensional array access with 8589 sets of "if ... else if ... else" statements. Replace multidimensional 8593 multidimensional array access with comma-concatenated index. Store an 8595 (/^DW_AT_name/): Replace multidimensional array access with 8598 the captured group. Replace multidimensional array access with 8600 (/^Abbrev Number:[^(]+\(DW_TAG_/): Replace multidimensional array access 8604 multidimensional array access with comma-concatenated index. Iterate [all …]
|
/external/python/cpython3/Doc/library/ |
D | stdtypes.rst | 934 :ref:`faq-multidimensional-list`.
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
12