/aosp_15_r20/external/executorch/kernels/test/ |
H A D | op_tril_test.cpp | 5 * This source code is licensed under the BSD-style license found in the 29 // Assert `self` and `out` as zero tensors is a no-op. 34 // clang-format off in test_tril_out_zeros() 44 // clang-format on in test_tril_out_zeros() 50 // clang-format off in test_tril_out_zeros() 60 // clang-format on in test_tril_out_zeros() 65 // Assert `out` as a non-zero tensor yields correct results. 70 // clang-format off in test_tril_out_ones() 80 // clang-format on in test_tril_out_ones() 86 // clang-format off in test_tril_out_ones() [all …]
|
H A D | op_index_put_test.cpp | 5 * This source code is licensed under the BSD-style license found in the 54 // clang-format off in test_dtype() 70 // clang-format on in test_dtype() 235 // clang-format off in TEST_F() 241 5., 6., 7., 8., // [0, 1, :] in TEST_F() 245 -1., -2., -3., -4., // [1, 0, :] in TEST_F() 246 -5., -6., -7., -8., // [1, 1, :] in TEST_F() 247 -9., -10., -11., -12., // [1, 2, :] in TEST_F() 249 // clang-format on in TEST_F() 251 // clang-format off in TEST_F() [all …]
|
H A D | op_scatter_test.cpp | 5 * This source code is licensed under the BSD-style license found in the 42 const std::vector<int32_t> sizes = {3, 5}; in test_scatter_src_out() 43 // clang-format off in test_scatter_src_out() 45 /*sizes=*/{2, 5}, in test_scatter_src_out() 47 1, 2, 3, 4, 5, in test_scatter_src_out() 50 // clang-format on in test_scatter_src_out() 53 // clang-format off in test_scatter_src_out() 60 // clang-format on in test_scatter_src_out() 64 // clang-format off in test_scatter_src_out() 73 // clang-format on in test_scatter_src_out() [all …]
|
H A D | op_constant_pad_nd_test.cpp | 5 * This source code is licensed under the BSD-style license found in the 45 // clang-format off in test_constant_pad_nd_out_dim2() 50 5, 6, 7, 8, in test_constant_pad_nd_out_dim2() 52 5, 6, 7, 8, in test_constant_pad_nd_out_dim2() 55 5, 6, 7, 8, in test_constant_pad_nd_out_dim2() 57 5, 6, 7, 8, in test_constant_pad_nd_out_dim2() 59 // clang-format on in test_constant_pad_nd_out_dim2() 61 // clang-format off in test_constant_pad_nd_out_dim2() 66 7, 5, 6, 7, 8, 7, in test_constant_pad_nd_out_dim2() 68 7, 5, 6, 7, 8, 7, in test_constant_pad_nd_out_dim2() [all …]
|
H A D | op_scatter_add_test.cpp | 5 * This source code is licensed under the BSD-style license found in the 42 const std::vector<int32_t> sizes = {3, 5}; in test_scatter_add_out() 43 // clang-format off in test_scatter_add_out() 45 /*sizes=*/{2, 5}, in test_scatter_add_out() 47 1, 2, 3, 4, 5, in test_scatter_add_out() 50 // clang-format on in test_scatter_add_out() 53 // clang-format off in test_scatter_add_out() 60 // clang-format on in test_scatter_add_out() 64 // clang-format off in test_scatter_add_out() 73 // clang-format on in test_scatter_add_out() [all …]
|
H A D | op_embedding_test.cpp | 5 * This source code is licensed under the BSD-style license found in the 48 // clang-format off in test_dtype() 54 5, 6, in test_dtype() 60 // clang-format on in test_dtype() 70 Tensor expected = tf.make({1, 2, 2}, {1, 2, 5, 6}); in test_dtype() 97 Tensor indices = tf_indices.make({2, 4}, {1, 2, 4, 5, 4, 3, 2, 9}); in test_dynamic_shape() 117 // clang-format off in TEST_F() 124 // clang-format on in TEST_F() 127 // clang-format off in TEST_F() 129 // clang-format on in TEST_F() [all …]
|
H A D | op_index_test.cpp | 5 * This source code is licensed under the BSD-style license found in the 54 // clang-format off in test_dtype() 72 // clang-format on in test_dtype() 140 // clang-format off in TEST_F() 146 5., 6., 7., 8., // [0, 1, :] in TEST_F() 150 -1., -2., -3., -4., // [1, 0, :] in TEST_F() 151 -5., -6., -7., -8., // [1, 1, :] in TEST_F() 152 -9., -10., -11., -12., // [1, 2, :] in TEST_F() 154 // clang-format on in TEST_F() 156 // clang-format off in TEST_F() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | resize_nearest_neighbor_op_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 109 // clang-format off in TEST_P() 112 // clang-format on in TEST_P() 127 // clang-format off in TEST_P() 130 // clang-format on in TEST_P() 144 // clang-format off in TEST_P() 150 // clang-format on in TEST_P() 165 // clang-format off in TEST_P() 171 // clang-format on in TEST_P() 178 // 4, 5, 6 in TEST_P() [all …]
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/test/ |
H A D | reduce_test.cpp | 5 * This source code is licensed under the BSD-style license found in the 55 Tensor in = tf.zeros({2, 4, 5, 3}); in TEST() 57 // clang-format off in TEST() 58 EXPECT_TENSOR_EQ(in, tf.make({2, 4, 5, 3}, { in TEST() 59 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, in TEST() 64 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, in TEST() 69 // clang-format on in TEST() 71 in = tf.zeros({2, 4, 5, 3}); in TEST() 73 // clang-format off in TEST() 74 EXPECT_TENSOR_EQ(in, tf.make({2, 4, 5, 3}, { in TEST() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | AttrParsedAttrKinds.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 8 \*===----------------------------------------------------------------------===*/ 68 case 5: // 9 strings to match. 123 if (memcmp(Name.data()+1, "ssume", 5) != 0) 127 if (memcmp(Name.data()+1, "locks", 5) != 0) 131 if (memcmp(Name.data()+1, "ommon", 5) != 0) 135 if (memcmp(Name.data()+1, "evice", 5) != 0) 139 if (memcmp(Name.data()+1, "ormat", 5) != 0) 143 if (memcmp(Name.data()+1, "lobal", 5) != 0) 147 if (memcmp(Name.data()+1, "ernel", 5) != 0) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | AttrParsedAttrKinds.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 8 \*===----------------------------------------------------------------------===*/ 68 case 5: // 9 strings to match. 123 if (memcmp(Name.data()+1, "ssume", 5) != 0) 127 if (memcmp(Name.data()+1, "locks", 5) != 0) 131 if (memcmp(Name.data()+1, "ommon", 5) != 0) 135 if (memcmp(Name.data()+1, "evice", 5) != 0) 139 if (memcmp(Name.data()+1, "ormat", 5) != 0) 143 if (memcmp(Name.data()+1, "lobal", 5) != 0) 147 if (memcmp(Name.data()+1, "ernel", 5) != 0) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | AttrParsedAttrKinds.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 8 \*===----------------------------------------------------------------------===*/ 68 case 5: // 9 strings to match. 123 if (memcmp(Name.data()+1, "ssume", 5) != 0) 127 if (memcmp(Name.data()+1, "locks", 5) != 0) 131 if (memcmp(Name.data()+1, "ommon", 5) != 0) 135 if (memcmp(Name.data()+1, "evice", 5) != 0) 139 if (memcmp(Name.data()+1, "ormat", 5) != 0) 143 if (memcmp(Name.data()+1, "lobal", 5) != 0) 147 if (memcmp(Name.data()+1, "ernel", 5) != 0) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | AttrParsedAttrKinds.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 8 \*===----------------------------------------------------------------------===*/ 68 case 5: // 8 strings to match. 119 if (memcmp(Name.data()+1, "ssume", 5) != 0) 123 if (memcmp(Name.data()+1, "locks", 5) != 0) 127 if (memcmp(Name.data()+1, "ommon", 5) != 0) 131 if (memcmp(Name.data()+1, "evice", 5) != 0) 135 if (memcmp(Name.data()+1, "ormat", 5) != 0) 139 if (memcmp(Name.data()+1, "lobal", 5) != 0) 143 if (memcmp(Name.data()+1, "ernel", 5) != 0) [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/PowerPC/ |
H A D | BreakableToken-reduced.ll | 1 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 -enable-shrink-wrap=true %s -o - | Fil… 3 ; Test the use of a non-R0 register to save/restore the LR in function 14 ; llc -stop-after stack-slot-coloring BreakableToken-reduced.ll > BreakableToken-reduced.mir 18 ; llc -start-after stack-slot-coloring -stop-after prologepilog BreakableToken-reduced.mir 28 target datalayout = "e-m:e-i64:64-n32:64" 29 target triple = "powerpc64le-unknown-linux-gnu" 31 %"class.clang::format::BreakableStringLiteral" = type { %"class.clang::format::BreakableSingleLineT… 32 %"class.clang::format::BreakableSingleLineToken" = type { %"class.clang::format::BreakableToken", i… 33 %"class.clang::format::BreakableToken" = type { i32 (...)**, %"struct.clang::format::FormatToken"*,… 35 …clang::format::FormatToken" = type <{ %"class.clang::Token", i32, i8, [3 x i8], %"class.clang::Sou… [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/ |
H A D | unroll_assumptions.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 43 for (Function& f : *context()->module()) { in Process() 48 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process() 73 // clang-format off in TEST_F() 86 %5 = OpTypeVoid in TEST_F() 87 %6 = OpTypeFunction %5 in TEST_F() 102 %2 = OpFunction %5 None %6 in TEST_F() 125 // clang-format on in TEST_F() 129 Module* module = context->module(); in TEST_F() 148 for (float x = 0; x < 5; ++x) { [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | unroll_assumptions.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 43 for (Function& f : *context()->module()) { in Process() 48 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process() 73 // clang-format off in TEST_F() 86 %5 = OpTypeVoid in TEST_F() 87 %6 = OpTypeFunction %5 in TEST_F() 102 %2 = OpFunction %5 None %6 in TEST_F() 125 // clang-format on in TEST_F() 129 Module* module = context->module(); in TEST_F() 148 for (float x = 0; x < 5; ++x) { [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
H A D | unroll_assumptions.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 43 for (Function& f : *context()->module()) { in Process() 48 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process() 73 // clang-format off in TEST_F() 86 %5 = OpTypeVoid in TEST_F() 87 %6 = OpTypeFunction %5 in TEST_F() 102 %2 = OpFunction %5 None %6 in TEST_F() 125 // clang-format on in TEST_F() 129 Module* module = context->module(); in TEST_F() 148 for (float x = 0; x < 5; ++x) { [all …]
|
/aosp_15_r20/external/openscreen/discovery/mdns/ |
H A D | mdns_writer_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 36 std::vector<uint8_t> buffer(entry.MaxWireSize() - 1); in TestWriteEntryInsufficientBuffer() 47 // clang-format off in TEST() 53 // clang-format on in TEST() 62 // clang-format off in TEST() 73 // clang-format on in TEST() 86 // clang-format off in TEST() 95 // clang-format on in TEST() 111 // clang-format off in TEST() 113 0x32, '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '1', '2', '3', in TEST() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | depthwise_conv_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 175 5, 6, 11, 12, // column 3 in TEST_P() 179 -9, 10, -11, 12, // in TEST_P() 180 5, 6, 7, 8, // in TEST_P() 181 13, -14, 15, -16, // in TEST_P() 206 5, 6, 11, 12, // column 3 in TEST_P() 210 -9, 10, -11, 12, // in TEST_P() 211 5, 6, 7, 8, // in TEST_P() 212 13, -14, 15, -16, // in TEST_P() 219 1, -1, 1, -1, // in TEST_P() [all …]
|
/aosp_15_r20/external/libtextclassifier/native/annotator/ |
H A D | feature-processor_test.cc | 8 * http://www.apache.org/licenses/LICENSE-2.0 17 #include "annotator/feature-processor.h" 19 #include "annotator/model-executor.h" 20 #include "utils/tensor-view.h" 71 dest[2] = -sparse_features.data()[0]; in AddEmbedding() 72 dest[3] = -sparse_features.data()[0]; in AddEmbedding() 87 std::vector<Token> tokens{Token("Hělló", 0, 5), in TEST_F() 93 // clang-format off in TEST_F() 95 {Token("Hělló", 0, 5), in TEST_F() 100 // clang-format on in TEST_F() [all …]
|
/aosp_15_r20/external/clang/unittests/Tooling/ |
H A D | RefactoringTest.cpp | 1 //===- unittest/Tooling/RefactoringTest.cpp - Refactoring unit tests ------===// 8 //===----------------------------------------------------------------------===// 11 #include "clang/AST/ASTConsumer.h" 12 #include "clang/AST/ASTContext.h" 13 #include "clang/AST/DeclCXX.h" 14 #include "clang/AST/DeclGroup.h" 15 #include "clang/AST/RecursiveASTVisitor.h" 16 #include "clang/Basic/Diagnostic.h" 17 #include "clang/Basic/DiagnosticOptions.h" 18 #include "clang/Basic/FileManager.h" [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/ratio/ |
D | .travis.yml | 12 - linux 13 - osx 17 - master 18 - develop 19 - /feature\/.*/ 23 - BOGUS_JOB=true 28 - env: BOGUS_JOB=true 31 - os: linux 32 compiler: g++-4.7 33 env: TOOLSET=gcc COMPILER=g++-4.7 CXXSTD=c++11 [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/ |
D | .travis.yml | 12 - linux 13 - osx 17 - master 18 - develop 19 - /feature\/.*/ 23 - BOGUS_JOB=true 28 - env: BOGUS_JOB=true 31 - os: linux 32 compiler: g++-4.7 33 env: TOOLSET=gcc COMPILER=g++-4.7 CXXSTD=c++11 [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/ |
D | .drone.star | 17 …-4.4 CXXSTD=98,0x Job 1", "g++", packages="g++-4.4", buildtype="boost", image="cppalliance/droneub… 18 …-4.6 CXXSTD=03,0x Job 2", "g++", packages="g++-4.6", buildtype="boost", image="cppalliance/droneub… 19 …-4.7 CXXSTD=03,11 Job 3", "g++-4.7", packages="g++-4.7", buildtype="boost", image="cppalliance/dro… 20 …-4.8 CXXSTD=03,11 Job 4", "g++-4.8", packages="g++-4.8", buildtype="boost", image="cppalliance/dro… 21 …-4.9 CXXSTD=03,11 Job 5", "g++-4.9", packages="g++-4.9", buildtype="boost", image="cppalliance/dro… 22 …++-5 CXXSTD=03,11,14,1z Job 6", "g++-5", packages="g++-5", buildtype="boost", image=linuxglobalima… 23 …-5 CXXSTD=03,11,14,1z Job 7", "g++-5", packages="g++-5", buildtype="boost", image=linuxglobalimage… 24 …++-6 CXXSTD=03,11,14,1z Job 8", "g++-6", packages="g++-6", buildtype="boost", image=linuxglobalima… 25 …-6 CXXSTD=03,11,14,1z Job 9", "g++-6", packages="g++-6", buildtype="boost", image=linuxglobalimage… 26 …++-7 CXXSTD=03,11,14,17 Job 10", "g++-7", packages="g++-7", buildtype="boost", image=linuxglobalim… [all …]
|
/aosp_15_r20/external/brotli/ |
H A D | .travis.yml | 5 - master 11 - os: linux 12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7 16 - ubuntu-toolchain-r-test 18 - gcc-7 19 - g++-7 20 - os: linux 21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4 25 - ubuntu-toolchain-r-test 27 - gcc-4.4 [all …]
|