Home
last modified time | relevance | path

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

12345678

/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.cc32 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/
Dsecure_blob.cc43 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/
Dconcatenation.cc30 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/
Dperformance-inefficient-string-concatenation.rst1 .. title:: clang-tidy - performance-inefficient-string-concatenation
3 performance-inefficient-string-concatenation
/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/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dtfl_while_outline.mlir113 …%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…
Dprepare-quantize.mlir338 …%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 …]
Dconst-fold.mlir539 …%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/
Dconcat-charset.css1 /* This is invalid CSS, but frequently happens as a result of concatenation. */
/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
/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/compiler/mlir/lite/tests/flatbuffer2mlir/
Dquantization.mlir26 …%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/
Dbuild.gradle43 // this includes concatenation of string literals and constants.
/external/python/rsa/doc/
Dreference.rst65 concatenation::
/external/llvm-project/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/lz4/tests/
DMakefile213 test-lz4-frame-concatenation: lz4 datagen
224 @echo frame concatenation test completed
397 test-lz4-frame-concatenation test-lz4-testmode \

12345678