HomeSort by relevance Sort by last modified time
    Searched full:concatenation (Results 1 - 25 of 1046) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/unsupported/test/
cxx11_tensor_concatenation.cpp 25 Tensor<int, 3, DataLayout> concatenation = left.concatenate(right, 0); local
28 VERIFY_RAISES_ASSERT(concatenation = left.concatenate(right, 1));
29 VERIFY_RAISES_ASSERT(concatenation = left.concatenate(right, 2));
32 VERIFY_RAISES_ASSERT(concatenation = left.concatenate(right, 3));
33 VERIFY_RAISES_ASSERT(concatenation = left.concatenate(right, -1));
45 Tensor<int, 3, DataLayout> concatenation = left.concatenate(right, 0); local
49 Tensor<int, 3, DataLayout> concatenation = left local
64 Tensor<int, 3, DataLayout> concatenation = left.concatenate(right, 0); local
65 VERIFY_IS_EQUAL(concatenation.dimension(0), 4);
66 VERIFY_IS_EQUAL(concatenation.dimension(1), 3)
    [all...]
  /external/clang/test/Lexer/
string_concat.cpp 12 const char* a = u8"abc" u"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
13 const char* b = u8"abc" U"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
14 const char* c = u8"abc" L"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
16 const char* d = u8"abc" uR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
17 const char* e = u8"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
18 const char* f = u8"abc" LR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
21 const char16_t* g = u"abc" u8"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
22 const char16_t* h = u"abc" U"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
23 const char16_t* i = u"abc" L"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
25 const char16_t* j = u"abc" u8R"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}
    [all...]
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p9.cpp 10 "P"_x "Q" "R"_y; // expected-error {{differing user-defined suffixes ('_x' and '_y') in string literal concatenation}}
p8.cpp 18 const char *u = "foo" "bar"_id "baz" "quux"_di "corge"; // expected-error {{differing user-defined suffixes ('_id' and '_di') in string literal concatenation}}
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
concat-charset.css 1 /* This is invalid CSS, but frequently happens as a result of concatenation. */
  /external/tensorflow/tensorflow/contrib/lite/kernels/
concatenation.cc 34 namespace concatenation { namespace in namespace:tflite::ops::builtin
36 // This file has two implementation of Concatenation.
110 // a model with a Concatenation with fused activation function.
113 type::Concatenation<FusedActivationFunctionType::kNone, scalar>( \
146 } // namespace concatenation
150 nullptr, nullptr, concatenation::Prepare,
151 concatenation::Eval<concatenation::kReference>};
157 nullptr, nullptr, concatenation::Prepare,
158 concatenation::Eval<concatenation::kGenericOptimized>}
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
remove_trivial_concatenation_input.cc 29 // TensorFlow allows Concatenation nodes to have 0-D inputs,
30 // and they are then treated as empty i.e. omitted from concatenation,
32 // Thus we have to drop these 0-D inputs from Concatenation nodes.
  /external/clang/include/clang/Lex/
TokenConcatenation.h 1 //===--- TokenConcatenation.h - Token Concatenation Avoidance ---*- C++ -*-===//
25 /// would that cause implicit concatenation of the tokens?"
35 /// By default, a token never needs to avoid concatenation. Most tokens
55 /// action to take when avoiding concatenation of tokens in the AvoidConcat
  /external/e2fsprogs/util/
gcc-wall-cleanup 13 /traditional C rejects string concatenation/d
static-analysis-cleanup 13 /traditional C rejects string concatenation/d
  /external/python/cpython3/Include/
accu.h 12 * behaviour of using a naive repeated concatenation scheme.
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_Concat.pbtxt 21 A `Tensor` with the concatenation of values stacked along the
api_def_ConcatV2.pbtxt 23 A `Tensor` with the concatenation of values stacked along the
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
TokenConcatenation.h 1 //===--- TokenConcatenation.h - Token Concatenation Avoidance ---*- C++ -*-===//
25 /// would that cause implicit concatenation of the tokens?"
35 /// By default, a token never needs to avoid concatenation. Most tokens
55 /// action to take when avoiding concatenation of tokens in the AvoidConcat
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
TokenConcatenation.h 1 //===--- TokenConcatenation.h - Token Concatenation Avoidance ---*- C++ -*-===//
25 /// would that cause implicit concatenation of the tokens?"
35 /// By default, a token never needs to avoid concatenation. Most tokens
55 /// action to take when avoiding concatenation of tokens in the AvoidConcat
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
TokenConcatenation.h 1 //===--- TokenConcatenation.h - Token Concatenation Avoidance ---*- C++ -*-===//
25 /// would that cause implicit concatenation of the tokens?"
35 /// By default, a token never needs to avoid concatenation. Most tokens
55 /// action to take when avoiding concatenation of tokens in the AvoidConcat
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
TokenConcatenation.h 1 //===--- TokenConcatenation.h - Token Concatenation Avoidance ---*- C++ -*-===//
25 /// would that cause implicit concatenation of the tokens?"
35 /// By default, a token never needs to avoid concatenation. Most tokens
55 /// action to take when avoiding concatenation of tokens in the AvoidConcat
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
TokenConcatenation.h 1 //===--- TokenConcatenation.h - Token Concatenation Avoidance ---*- C++ -*-===//
25 /// would that cause implicit concatenation of the tokens?"
35 /// By default, a token never needs to avoid concatenation. Most tokens
55 /// action to take when avoiding concatenation of tokens in the AvoidConcat
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
TokenConcatenation.h 1 //===--- TokenConcatenation.h - Token Concatenation Avoidance ---*- C++ -*-===//
25 /// would that cause implicit concatenation of the tokens?"
35 /// By default, a token never needs to avoid concatenation. Most tokens
55 /// action to take when avoiding concatenation of tokens in the AvoidConcat
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
TokenConcatenation.h 1 //===--- TokenConcatenation.h - Token Concatenation Avoidance ---*- C++ -*-===//
25 /// would that cause implicit concatenation of the tokens?"
35 /// By default, a token never needs to avoid concatenation. Most tokens
55 /// action to take when avoiding concatenation of tokens in the AvoidConcat
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
TokenConcatenation.h 1 //===--- TokenConcatenation.h - Token Concatenation Avoidance ---*- C++ -*-===//
25 /// would that cause implicit concatenation of the tokens?"
35 /// By default, a token never needs to avoid concatenation. Most tokens
55 /// action to take when avoiding concatenation of tokens in the AvoidConcat
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
TokenConcatenation.h 1 //===--- TokenConcatenation.h - Token Concatenation Avoidance ---*- C++ -*-===//
25 /// would that cause implicit concatenation of the tokens?"
35 /// By default, a token never needs to avoid concatenation. Most tokens
55 /// action to take when avoiding concatenation of tokens in the AvoidConcat
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
TokenConcatenation.h 1 //===--- TokenConcatenation.h - Token Concatenation Avoidance ---*- C++ -*-===//
25 /// would that cause implicit concatenation of the tokens?"
35 /// By default, a token never needs to avoid concatenation. Most tokens
55 /// action to take when avoiding concatenation of tokens in the AvoidConcat
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
TokenConcatenation.h 1 //===--- TokenConcatenation.h - Token Concatenation Avoidance ---*- C++ -*-===//
25 /// would that cause implicit concatenation of the tokens?"
35 /// By default, a token never needs to avoid concatenation. Most tokens
55 /// action to take when avoiding concatenation of tokens in the AvoidConcat
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
TokenConcatenation.h 1 //===--- TokenConcatenation.h - Token Concatenation Avoidance ---*- C++ -*-===//
25 /// would that cause implicit concatenation of the tokens?"
35 /// By default, a token never needs to avoid concatenation. Most tokens
55 /// action to take when avoiding concatenation of tokens in the AvoidConcat

Completed in 1225 milliseconds

1 2 3 4 5 6 7 8 91011>>