/external/protobuf/src/google/protobuf/util/internal/ |
D | default_value_objectwriter.h | 154 NodeKind kind, const DataPiece& data, bool is_placeholder, 199 void set_is_placeholder(bool is_placeholder) { in set_is_placeholder() argument 200 is_placeholder_ = is_placeholder; in set_is_placeholder() 253 const DataPiece& data, bool is_placeholder,
|
D | protostream_objectwriter.h | 265 bool is_placeholder, bool is_list); 268 Item(Item* parent, ItemType item_type, bool is_placeholder, bool is_list); 290 bool is_placeholder() const { return is_placeholder_; } in is_placeholder() function 384 bool is_placeholder, bool is_list);
|
D | protostream_objectwriter.cc | 447 ItemType item_type, bool is_placeholder, in Item() argument 453 is_placeholder_(is_placeholder), in Item() 464 ItemType item_type, bool is_placeholder, in Item() argument 470 is_placeholder_(is_placeholder), in Item() 1255 bool is_placeholder, bool is_list) { in Push() argument 1261 new Item(current_.release(), item_type, is_placeholder, is_list)); in Push() 1267 while (current_ != nullptr && current_->is_placeholder()) { in Pop()
|
D | default_value_objectwriter.cc | 192 const DataPiece& data, bool is_placeholder, in CreateNewNode() argument 196 return new Node(name, type, kind, data, is_placeholder, path, in CreateNewNode() 203 const DataPiece& data, bool is_placeholder, in Node() argument 212 is_placeholder_(is_placeholder), in Node()
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | example-bind.cpp | 226 template<typename T> struct is_placeholder { struct 276 inline typename safe_tuple_element<is_placeholder<Bound>::value -1, 279 return get<is_placeholder<Bound>::value-1>(args); in mu() 313 && !is_placeholder<Bound>::value 335 struct is_placeholder<placeholder<N>> { struct
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | example-bind.cpp | 226 template<typename T> struct is_placeholder { struct 276 inline typename safe_tuple_element<is_placeholder<Bound>::value -1, 279 return get<is_placeholder<Bound>::value-1>(args); in mu() 313 && !is_placeholder<Bound>::value 335 struct is_placeholder<placeholder<N>> { struct
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | input_layer.py | 185 self.is_placeholder = True 205 self.is_placeholder = True 217 self.is_placeholder = False
|
D | training_v1.py | 2665 if K.is_placeholder(v): 2982 if target is not None and not K.is_placeholder(target):
|
D | functional.py | 222 if layer.is_placeholder:
|
/external/rust/crates/syn/tests/common/ |
D | eq.rs | 286 spanless_eq_struct!(Arm; attrs pat guard body span id is_placeholder); 295 spanless_eq_struct!(ExprField; attrs id span ident expr is_shorthand is_placeholder); 296 spanless_eq_struct!(FieldDef; attrs id span vis ident ty is_placeholder); 302 spanless_eq_struct!(GenericParam; id ident attrs bounds is_placeholder kind); 320 spanless_eq_struct!(PatField; ident pat is_shorthand attrs id span is_placeholder); 334 spanless_eq_struct!(Variant; attrs id span !vis ident data disr_expr is_placeholder); 438 is_placeholder, in eq() 446 is_placeholder: is_placeholder2, in eq() 449 && SpanlessEq::eq(is_placeholder, is_placeholder2) in eq()
|
/external/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/ |
D | is_placeholder.pass.cpp | 20 static_assert(std::is_placeholder<T>::value == Expected, ""); in test()
|
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/ |
D | is_placeholder.pass.cpp | 21 static_assert(std::is_placeholder<T>::value == Expected, ""); in test()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 278 bool is_placeholder() const; 969 bool is_placeholder() const; 1441 bool is_placeholder() const; 1915 PROTOBUF_DEFINE_ACCESSOR(Descriptor, is_placeholder, bool) in PROTOBUF_DEFINE_STRING_ACCESSOR() 1957 PROTOBUF_DEFINE_ACCESSOR(EnumDescriptor, is_placeholder, bool) in PROTOBUF_DEFINE_STRING_ACCESSOR() 1995 PROTOBUF_DEFINE_ACCESSOR(FileDescriptor, is_placeholder, bool) in PROTOBUF_DEFINE_STRING_ACCESSOR()
|
D | descriptor_unittest.cc | 2750 EXPECT_FALSE(bar_file_->is_placeholder()); in TEST_P() 2755 EXPECT_TRUE(baz_file->is_placeholder()); in TEST_P() 2771 EXPECT_FALSE(bar_type_->is_placeholder()); in TEST_P() 2778 EXPECT_TRUE(baz_type->is_placeholder()); in TEST_P() 2784 EXPECT_TRUE(qux_type->is_placeholder()); in TEST_P() 2842 EXPECT_TRUE(extendee->is_placeholder()); in TEST_P() 2961 EXPECT_FALSE(corge_desc->is_placeholder()); in TEST_P() 2967 EXPECT_TRUE(quux_field->message_type()->is_placeholder()); in TEST_P()
|
/external/libcxx/include/ |
D | functional | 220 template<class T> struct is_placeholder; 226 = is_placeholder<T>::value; // C++17 2423 template<class _Tp> struct _LIBCPP_TEMPLATE_VIS is_placeholder 2428 _LIBCPP_INLINE_VAR constexpr size_t is_placeholder_v = is_placeholder<_Tp>::value; 2504 typedef typename tuple_element<is_placeholder<_Ti>::value - 1, _Uj>::type type; 2511 0 < is_placeholder<_Ti>::value, 2512 typename __mu_return2<0 < is_placeholder<_Ti>::value, _Ti, _Uj>::type 2516 const size_t _Indx = is_placeholder<_Ti>::value - 1; 2525 is_placeholder<_Ti>::value == 0 && 2559 typedef typename tuple_element<is_placeholder<_Ti>::value - 1, [all …]
|
/external/llvm-project/libcxx/include/ |
D | functional | 219 template<class T> struct is_placeholder; 225 = is_placeholder<T>::value; // C++17 2632 template<class _Tp> struct _LIBCPP_TEMPLATE_VIS is_placeholder 2637 _LIBCPP_INLINE_VAR constexpr size_t is_placeholder_v = is_placeholder<_Tp>::value; 2713 typedef typename tuple_element<is_placeholder<_Ti>::value - 1, _Uj>::type type; 2720 0 < is_placeholder<_Ti>::value, 2721 typename __mu_return2<0 < is_placeholder<_Ti>::value, _Ti, _Uj>::type 2725 const size_t _Indx = is_placeholder<_Ti>::value - 1; 2734 is_placeholder<_Ti>::value == 0 && 2768 typedef typename tuple_element<is_placeholder<_Ti>::value - 1, [all …]
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_optimizer.cc | 1136 const auto is_placeholder = [](const Node* node) -> bool { in AddStrictInputSemantics() local 1141 if (is_placeholder(node)) continue; in AddStrictInputSemantics()
|
/external/llvm-project/libcxx/include/experimental/ |
D | functional | 26 = is_placeholder<T>::value;
|
/external/libcxx/include/experimental/ |
D | functional | 27 = is_placeholder<T>::value;
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend.py | 391 if graph.building_function and is_placeholder(learning_phase): 1385 def is_placeholder(x): function 1400 return py_any(is_placeholder(c) for c in flat_components)
|
D | backend_test.py | 274 self.assertEqual(backend.is_placeholder(x), True) 276 self.assertEqual(backend.is_placeholder(x), False)
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | StdSymbolMap.inc | 595 SYMBOL(is_placeholder, std::, <functional>)
|