Home
last modified time | relevance | path

Searched refs:AttrTy (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_parser.cc102 enum class AttrTy { enum in xla::tools::__anon9449f1f20111::HloParser
123 AttrTy attr_type; // what type it is
433 attrs["sharding"] = {/*required=*/false, AttrTy::kSharding, &sharding}; in ParseInstruction()
435 attrs["control-predecessors"] = {/*required=*/false, AttrTy::kInstructionList, in ParseInstruction()
438 attrs["metadata"] = {/*required=*/false, AttrTy::kMetadata, &metadata}; in ParseInstruction()
583 attrs["condition"] = {/*required=*/true, AttrTy::kHloComputation, in ParseInstruction()
585 attrs["body"] = {/*required=*/true, AttrTy::kHloComputation, &body}; in ParseInstruction()
596 attrs["channel_id"] = {/*required=*/true, AttrTy::kInt64, &channel_id}; in ParseInstruction()
607 attrs["channel_id"] = {/*required=*/true, AttrTy::kInt64, &channel_id}; in ParseInstruction()
621 attrs["channel_id"] = {/*required=*/true, AttrTy::kInt64, &channel_id}; in ParseInstruction()
[all …]
/external/clang/lib/Analysis/
DThreadSafety.cpp1148 template <typename AttrTy>
1149 static typename std::enable_if<!has_arg_iterator_range<AttrTy>::value,
1151 ClassifyDiagnostic(const AttrTy *A) { in ClassifyDiagnostic()
1157 template <typename AttrTy>
1158 static typename std::enable_if<has_arg_iterator_range<AttrTy>::value,
1160 ClassifyDiagnostic(const AttrTy *A) { in ClassifyDiagnostic()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp250 template <typename AttrTy>
253 if (AttrTy *A = D->getAttr<AttrTy>()) { in checkAttrMutualExclusion()
1877 template <typename AttrTy>
1885 D->addAttr(::new (S.Context) AttrTy(Attr.getRange(), S.Context, Str, in handleAttrWithMessage()