/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 | 32 namespace concatenation { namespace 204 nullptr, nullptr, concatenation::Prepare, in Register_CONCATENATION_REF() 205 concatenation::Eval<concatenation::kReference>}; in Register_CONCATENATION_REF() 211 nullptr, nullptr, concatenation::Prepare, in Register_CONCATENATION_GENERIC_OPT() 212 concatenation::Eval<concatenation::kGenericOptimized>}; in Register_CONCATENATION_GENERIC_OPT()
|
/external/libbrillo/brillo/ |
D | secure_blob.cc | 43 Blob concatenation; in CombineBlobs() local 44 concatenation.reserve(total_size); in CombineBlobs() 46 concatenation.insert(concatenation.end(), blob.begin(), blob.end()); in CombineBlobs() 47 return concatenation; in CombineBlobs()
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | concatenation.cc | 30 namespace concatenation { namespace 264 return {/*init=*/concatenation::Init, in Register_CONCATENATION() 266 /*prepare=*/concatenation::Prepare, in Register_CONCATENATION() 267 /*invoke=*/concatenation::Eval, in Register_CONCATENATION()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | performance-inefficient-string-concatenation.rst | 1 .. title:: clang-tidy - performance-inefficient-string-concatenation 3 performance-inefficient-string-concatenation
|
/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/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | tfl_while_outline.mlir | 113 …%8 = "tfl.concatenation"(%7, %arg5) {axis = 1 : i32, fused_activation_function = "NONE"} : (tensor… 127 …%22 = "tfl.concatenation"(%cst_6, %21) {axis = 0 : i32, fused_activation_function = "NONE"} : (ten… 130 …%25 = "tfl.concatenation"(%23, %24) {axis = 0 : i32, fused_activation_function = "NONE"} : (tensor… 133 …%28 = "tfl.concatenation"(%27, %21) {axis = 0 : i32, fused_activation_function = "NONE"} : (tensor… 134 …%29 = "tfl.concatenation"(%cst_8, %24) {axis = 0 : i32, fused_activation_function = "NONE"} : (ten… 137 …%32 = "tfl.concatenation"(%26, %31, %30) {axis = 0 : i32, fused_activation_function = "NONE"} : (t…
|
D | prepare-quantize.mlir | 338 …%1 = "tfl.concatenation"(%arg0, %0) {axis = 0 : i32, fused_activation_function = "NONE"} : (tensor… 342 // CHECK-NEXT: %[[cc:.*]] = "tfl.concatenation"(%arg0, %[[cst]]) 350 …%1 = "tfl.concatenation"(%0, %arg1) {axis = 0 : i32, fused_activation_function = "NONE"} : (tensor… 356 // CHECK: %3 = "tfl.concatenation"(%2, %1) {axis = 0 : i32, fused_activation_function = "NONE"} : (… 366 …%1 = "tfl.concatenation"(%arg0, %0) {axis = 0 : i32, fused_activation_function = "NONE"} : (tensor… 372 // CHECK: %3 = "tfl.concatenation"(%1, %2) {axis = 0 : i32, fused_activation_function = "NONE"} : (… 381 …%0 = "tfl.concatenation"(%arg0, %arg1) {axis = 0 : i32, fused_activation_function = "NONE"} : (ten… 389 // CHECK: %4 = "tfl.concatenation"(%3, %1) {axis = 0 : i32, fused_activation_function = "NONE"} : (… 398 …%1 = "tfl.concatenation"(%0, %arg1) {axis = 0 : i32, fused_activation_function = "NONE"} : (tensor… 405 // CHECK: %3 = "tfl.concatenation"(%2, %1) {axis = 0 : i32, fused_activation_function = "NONE"} : (… [all …]
|
D | const-fold.mlir | 539 …%3 = "tfl.concatenation"(%1, %2) {axis = 0 : i32, fused_activation_function = "NONE"} : (tensor<2x… 551 …%3 = "tfl.concatenation"(%0, %1, %2) {axis = 0 : i32, fused_activation_function = "NONE"} : (tenso… 554 …// CHECK: %0 = "tfl.concatenation"(%[[CST]], %[[CST]]) {axis = 0 : i32, fused_activation_function … 562 …%0 = "tfl.concatenation"(%cst_0, %cst_1) {axis = 0 : i32, fused_activation_function = "NONE"} : (t… 567 // CHECK-NOT: "tfl.concatenation" 575 …%0 = "tfl.concatenation"(%cst_0, %cst_1) {axis = 1 : i32, fused_activation_function = "NONE"} : (t… 580 // CHECK-NOT: "tfl.concatenation" 588 …%0 = "tfl.concatenation"(%cst_0, %cst_1) {axis = 2 : i32, fused_activation_function = "NONE"} : (t… 593 // CHECK-NOT: "tfl.concatenation"
|
/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/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
|
/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/compiler/mlir/lite/tests/flatbuffer2mlir/ |
D | quantization.mlir | 26 …%2 = "tfl.concatenation"(%1, %cst) {axis = 0 : i32, fused_activation_function = "NONE"} : (tensor<… 32 // CHECK-NEXT: %[[CONCAT:.*]] = "tfl.concatenation"(%[[Q]], %[[CST]]) {axis = 0 : i32, fused_activa…
|
/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/llvm-project/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/lz4/tests/ |
D | Makefile | 213 test-lz4-frame-concatenation: lz4 datagen 224 @echo frame concatenation test completed 397 test-lz4-frame-concatenation test-lz4-testmode \
|