/external/eigen/unsupported/test/ |
D | cxx11_tensor_concatenation.cpp | 25 Tensor<int, 3, DataLayout> concatenation = left.concatenate(right, 0); in test_dimension_failures() local 28 VERIFY_RAISES_ASSERT(concatenation = left.concatenate(right, 1)); in test_dimension_failures() 29 VERIFY_RAISES_ASSERT(concatenation = left.concatenate(right, 2)); in test_dimension_failures() 32 VERIFY_RAISES_ASSERT(concatenation = left.concatenate(right, 3)); in test_dimension_failures() 33 VERIFY_RAISES_ASSERT(concatenation = left.concatenate(right, -1)); in test_dimension_failures() 45 Tensor<int, 3, DataLayout> concatenation = left.concatenate(right, 0); in test_static_dimension_failure() local 49 Tensor<int, 3, DataLayout> concatenation = left in test_static_dimension_failure() local 64 Tensor<int, 3, DataLayout> concatenation = left.concatenate(right, 0); in test_simple_concatenation() local 65 VERIFY_IS_EQUAL(concatenation.dimension(0), 4); in test_simple_concatenation() 66 VERIFY_IS_EQUAL(concatenation.dimension(1), 3); in test_simple_concatenation() [all …]
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | concatenation.cc | 33 namespace concatenation { namespace 196 nullptr, nullptr, concatenation::Prepare, in Register_CONCATENATION_REF() 197 concatenation::Eval<concatenation::kReference>}; in Register_CONCATENATION_REF() 203 nullptr, nullptr, concatenation::Prepare, in Register_CONCATENATION_GENERIC_OPT() 204 concatenation::Eval<concatenation::kGenericOptimized>}; in Register_CONCATENATION_GENERIC_OPT()
|
D | Android.bp | 51 "concatenation.cc",
|
/external/libbrillo/brillo/ |
D | secure_blob.cc | 26 Blob concatenation; in CombineBlobs() local 27 concatenation.reserve(total_size); in CombineBlobs() 29 concatenation.insert(concatenation.end(), blob.begin(), blob.end()); in CombineBlobs() 30 return concatenation; in CombineBlobs()
|
/external/python/cpython2/Misc/NEWS.d/next/Library/ |
D | 2018-06-03-22-41-59.bpo-33767.2e82g3.rst | 1 The concatenation (``+``) and repetition (``*``) sequence operations now
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.1.rst | 7 Fixed problem with in-place string concatenation and utf-8 cache.
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/ |
D | concat-charset.css | 1 /* This is invalid CSS, but frequently happens as a result of concatenation. */
|
/external/python/cpython2/Doc/library/ |
D | md5.rst | 22 concatenation of the strings fed to it so far using the :meth:`digest` method. 67 single call with the concatenation of all the arguments: ``m.update(a);
|
D | sha.rst | 24 concatenation of the strings fed to it so far. SHA-1 digests are 160 bits 53 single call with the concatenation of all the arguments: ``m.update(a);
|
D | hashlib.rst | 41 :dfn:`digest` of the concatenation of the strings fed to it so far using the 127 a single call with the concatenation of all the arguments: ``m.update(a);
|
D | hmac.rst | 31 a single call with the concatenation of all the arguments: ``m.update(a);
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Concat.pbtxt | 21 A `Tensor` with the concatenation of values stacked along the
|
D | api_def_ConcatV2.pbtxt | 23 A `Tensor` with the concatenation of values stacked along the
|
D | api_def_QuantizedConcat.pbtxt | 32 A `Tensor` with the concatenation of values stacked along the
|
D | api_def_BatchFunction.pbtxt | 121 the concatenation, will use the values of the captured tensors available to it.
|
/external/grpc-grpc-java/netty/shaded/ |
D | build.gradle | 43 // this includes concatenation of string literals and constants.
|
/external/python/rsa/doc/ |
D | reference.rst | 65 concatenation::
|
/external/lz4/tests/ |
D | Makefile | 199 test-lz4-frame-concatenation: lz4 datagen 210 @echo frame concatenation test completed 350 test-lz4-frame-concatenation test-lz4-testmode \
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | dag-functional.td | 112 // Allow concatenation of DAG nodes with operators from template arguments.
|
/external/python/cpython3/Doc/c-api/ |
D | sequence.rst | 29 Return the concatenation of *o1* and *o2* on success, and *NULL* on failure. 41 Return the concatenation of *o1* and *o2* on success, and *NULL* on failure.
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_macros.h.in | 38 * cpp-based string concatenation, e.g.
|
/external/python/cpython3/Doc/library/ |
D | bz2.rst | 90 If *mode* is ``'r'``, the input file may be the concatenation of multiple 245 If *data* is the concatenation of multiple compressed streams, decompress
|
/external/dagger2/ |
D | CHANGELOG.md | 58 * Use more efficient `String` concatenation.
|
/external/python/cpython2/Doc/c-api/ |
D | sequence.rst | 30 Return the concatenation of *o1* and *o2* on success, and *NULL* on failure. 46 Return the concatenation of *o1* and *o2* on success, and *NULL* on failure.
|
/external/tensorflow/tensorflow/lite/ |
D | tflite_static.bp | 56 "kernels/concatenation.cc",
|