Home
last modified time | relevance | path

Searched refs:attribute_type (Results 1 – 25 of 77) sorted by relevance

1234

/external/sdv/vsomeip/third_party/boost/spirit/test/karma/
Domit.cpp31 typedef std::pair<std::vector<int>, int> attribute_type; in main() typedef
33 rule<outiter_type, attribute_type(), locals<int> > r; in main()
35 attribute_type a; in main()
54 typedef std::pair<double, double> attribute_type; in main() typedef
55 rule<outiter_type, attribute_type()> r; in main()
59 attribute_type p1 (1.0, 2.0); in main()
62 attribute_type p2 (10.0, 2.0); in main()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/nonterminal/
Drule.hpp45 typedef Attribute attribute_type; typedef
61 return detail::rule_parser<attribute_type, ID, skip_definition_injection> in parse()
80 typedef Attribute attribute_type; typedef
150 Attribute_, attribute_type, parser_id>; in parse()
167 attribute_type no_attr{}; in parse()
202 , Context const& context, rule_type::attribute_type& attr); \
216 , Context const& context, BOOST_PP_CAT(rule_name, _synonym)::attribute_type& attr) \
220 ::rule_parser<typename rule_t::attribute_type, rule_t::id, true> \
233 , Context const& context, decltype(rule_name)::attribute_type& attr) \
237 ::rule_parser<typename rule_t::attribute_type, rule_t::id, true> \
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/auxiliary/
Dattr.hpp51 typedef Value attribute_type; typedef
54 !is_same<unused_type, attribute_type>::value;
56 traits::is_container<attribute_type>::value;
85 typedef Value attribute_type[N]; typedef
88 !is_same<unused_type, attribute_type>::value;
Deps.hpp20 typedef unused_type attribute_type; typedef
40 typedef unused_type attribute_type; typedef
59 typedef unused_type attribute_type; typedef
Dany_parser.hpp30 typedef Attribute attribute_type; typedef
33 !is_same<unused_type, attribute_type>::value;
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/struct/detail/
Dadapt_base.hpp86 deduced_attr_type::type attribute_type;
101 deduced_attr_type::type attribute_type;
108 BOOST_PP_TUPLE_ELEM(ATTRIBUTE_TUPLE_SIZE, 0, ATTRIBUTE) attribute_type;
187 typedef attribute_type type; \
196 , add_const<attribute_type> \
197 , mpl::identity<attribute_type> \
/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
Druntime_fallback_batch_kernels.cc70 BEFAttributeType attribute_type = attr.type(); in ExecuteFallbackOp() local
71 if (IsArrayAttribute(attribute_type)) { in ExecuteFallbackOp()
73 GetElementAttributeType(attribute_type)); in ExecuteFallbackOp()
78 } else if (IsDenseAttribute(attribute_type)) { in ExecuteFallbackOp()
82 } else if (IsDataTypeAttribute(attribute_type)) { in ExecuteFallbackOp()
83 switch (GetDataType(attribute_type)) { in ExecuteFallbackOp()
106 switch (attribute_type) { in ExecuteFallbackOp()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/numeric_utils/detail/
Dextract_int.hpp329 traits::attribute_type<Attribute>::type in parse_main()
330 attribute_type; in parse_main() typedef
332 attribute_type val = Accumulate ? attr : attribute_type(0); in parse_main()
437 traits::attribute_type<Attribute>::type in parse_main()
438 attribute_type; in parse_main() typedef
440 attribute_type val = Accumulate ? attr : attribute_type(0); in parse_main()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/char/
Dchar_set.hpp31 typedef Attribute attribute_type; typedef
33 !is_same<unused_type, attribute_type>::value;
60 typedef Attribute attribute_type; typedef
62 !is_same<unused_type, attribute_type>::value;
Dliteral_char.hpp21 typedef Attribute attribute_type; typedef
23 !is_same<unused_type, attribute_type>::value;
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/numeric/detail/
Dnumeric_utils.hpp344 traits::attribute_type<Attribute>::type in parse_main()
345 attribute_type; in parse_main() typedef
347 attribute_type val = Accumulate ? attr : attribute_type(0); in parse_main()
456 traits::attribute_type<Attribute>::type in parse_main()
457 attribute_type; in parse_main() typedef
459 attribute_type val = Accumulate ? attr : attribute_type(0); in parse_main()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/directive/
Draw.hpp27 typedef raw_attribute_type attribute_type; typedef
75 using attribute_type = raw_attribute_type; typedef
78 static type call(Iterator& first, Iterator const& last, attribute_type) in call()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/traits/
Dpseudo_attribute.hpp24 using attribute_type = Attribute; typedef
27 static type&& call(Iterator&, Iterator const&, attribute_type&& attribute) in call()
Dattribute_of.hpp35 typename Component::attribute_type>::type>
36 : mpl::identity<typename Component::attribute_type> {};
/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/utils/
Dtf_to_xla_attribute_utils.cc24 Type attribute_type = builder.getI64Type(); in GetDimValue() local
34 /*begin_mask=*/builder.getIntegerAttr(attribute_type, 0), in GetDimValue()
35 /*end_mask=*/builder.getIntegerAttr(attribute_type, 0), in GetDimValue()
36 /*ellipsis_mask=*/builder.getIntegerAttr(attribute_type, 0), in GetDimValue()
37 /*new_axis_mask=*/builder.getIntegerAttr(attribute_type, 0), in GetDimValue()
38 /*shrink_axis_mask=*/builder.getIntegerAttr(attribute_type, 1)); in GetDimValue()
/external/sdv/vsomeip/third_party/boost/spirit/test/x3/
Dutils.hpp24 typedef T attribute_type; typedef
36 boost::spirit::x3::traits::move_to(attribute_type{}, attr); in parse()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_tf.cc488 auto attribute_type = rewriter.getIntegerType(64); in RewriteNewAxisMask() local
492 rewriter.getIntegerAttr(attribute_type, revised_begin_mask), in RewriteNewAxisMask()
493 rewriter.getIntegerAttr(attribute_type, revised_end_mask), in RewriteNewAxisMask()
494 rewriter.getIntegerAttr(attribute_type, in RewriteNewAxisMask()
497 rewriter.getIntegerAttr(attribute_type, revised_shrink_axis_mask)); in RewriteNewAxisMask()
621 auto attribute_type = rewriter.getIntegerType(64); in RewriteEllipsisMask() local
640 rewriter.getIntegerAttr(attribute_type, revised_begin_mask), in RewriteEllipsisMask()
641 rewriter.getIntegerAttr(attribute_type, revised_end_mask), in RewriteEllipsisMask()
643 rewriter.getIntegerAttr(attribute_type, revised_new_axis_mask), in RewriteEllipsisMask()
644 rewriter.getIntegerAttr(attribute_type, revised_shrink_axis_mask)); in RewriteEllipsisMask()
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/string/
Dlit.hpp112 typedef typename attribute<Context>::type attribute_type; in generate() typedef
115 , traits::extract_from<attribute_type>(attr, context) in generate()
176 typedef typename attribute<Context>::type attribute_type; in generate() typedef
181 traits::extract_from<attribute_type>(attr, context)) in generate()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/binary/
Dbinary.hpp32 typedef unused_type attribute_type; typedef
65 typedef T attribute_type; typedef
67 !is_same<unused_type, attribute_type>::value;
/external/pigweed/seed/
D0120.rst149 Attribute(MeasurementType measurement_type, AttributeType attribute_type)
150 : measurement_type(measurement_type), attribute_type(attribute_type) {}
154 attribute_type == rhs.attribute_type &&
160 PW_DASSERT(attribute_type == rhs.attribute_type);
180 AttributeType attribute_type;
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/operator/
Doptional.hpp98 attribute_type; in parse() typedef
101 , traits::is_container<attribute_type>()); in parse()
/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dcreation_error.rs183 attribute_type: NumericType,
364 attribute_type, in fmt()
369 location, shader_type, attribute_type, in fmt()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/core/
Daction.hpp83 attribute_type; in parse() typedef
86 attribute_type attribute{}; in parse()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/core/detail/
Dparse_into_container.hpp152 using attribute_type = typename traits::attribute_of<Parser, Context>::type; in call_synthesize_into_fusion_seq() typedef
153 static_assert(traits::has_size<attribute_type, 2>::value, in call_synthesize_into_fusion_seq()
158 typename fusion::result_of::front<attribute_type>::type>::type; in call_synthesize_into_fusion_seq()
160 attribute_type attr_; in call_synthesize_into_fusion_seq()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/stream/
Dstream.hpp163 typedef typename attribute<Context>::type attribute_type; in generate() typedef
168 ostr << traits::extract_from<attribute_type>(attr, context) << std::flush; in generate()
197 typedef typename attribute<Context>::type attribute_type; in generate() typedef
203 ostr << traits::extract_from<attribute_type>(attr, context) in generate()

1234