Home
last modified time | relevance | path

Searched refs:concatenation (Results 1 – 25 of 136) sorted by relevance

123456

/external/eigen/unsupported/test/
Dcxx11_tensor_concatenation.cpp25 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/
Dconcatenation.cc33 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()
DAndroid.bp51 "concatenation.cc",
/external/libbrillo/brillo/
Dsecure_blob.cc26 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/
D2018-06-03-22-41-59.bpo-33767.2e82g3.rst1 The concatenation (``+``) and repetition (``*``) sequence operations now
/external/python/cpython3/Misc/NEWS.d/
D3.5.1.rst7 Fixed problem with in-place string concatenation and utf-8 cache.
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
Dconcat-charset.css1 /* This is invalid CSS, but frequently happens as a result of concatenation. */
/external/python/cpython2/Doc/library/
Dmd5.rst22 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);
Dsha.rst24 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);
Dhashlib.rst41 :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);
Dhmac.rst31 a single call with the concatenation of all the arguments: ``m.update(a);
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Concat.pbtxt21 A `Tensor` with the concatenation of values stacked along the
Dapi_def_ConcatV2.pbtxt23 A `Tensor` with the concatenation of values stacked along the
Dapi_def_QuantizedConcat.pbtxt32 A `Tensor` with the concatenation of values stacked along the
Dapi_def_BatchFunction.pbtxt121 the concatenation, will use the values of the captured tensors available to it.
/external/grpc-grpc-java/netty/shaded/
Dbuild.gradle43 // this includes concatenation of string literals and constants.
/external/python/rsa/doc/
Dreference.rst65 concatenation::
/external/lz4/tests/
DMakefile199 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/
Ddag-functional.td112 // Allow concatenation of DAG nodes with operators from template arguments.
/external/python/cpython3/Doc/c-api/
Dsequence.rst29 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/
Djemalloc_macros.h.in38 * cpp-based string concatenation, e.g.
/external/python/cpython3/Doc/library/
Dbz2.rst90 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/
DCHANGELOG.md58 * Use more efficient `String` concatenation.
/external/python/cpython2/Doc/c-api/
Dsequence.rst30 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/icu/icu4c/source/config/
Dmh-hpux-acc26 # 823 Redundant preprocessing concatenation operation results in two valid

123456