Searched refs:GetAttrs (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/ |
D | tfr_types.h | 58 bool operator==(const KeyTy& attrs) const { return attrs == GetAttrs(); } 60 KeyTy GetAttrs() const { in GetAttrs() function 90 ArrayRef<StringAttr> getAttrKeys() { return Base::getImpl()->GetAttrs(); } in getAttrKeys()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
D | tftext_utils.cc | 262 if (failed(CreateNgramsCustomOption(func, attr.GetAttrs(), in ConvertNgrams() 289 attr.GetAttrs().get("hash_seed").dyn_cast_or_null<ArrayAttr>(); in VerifySgnnProjection() 304 auto buckets = attr.GetAttrs().get("buckets").dyn_cast_or_null<IntegerAttr>(); in VerifySgnnProjection() 342 if (failed(CreateSgnnProjectionCustomOption(func, attr.GetAttrs(), in ConvertSgnnProjection()
|
D | perception_ops_utils.cc | 106 auto attrs = attr_.GetAttrs(); in CreateCustomOptions()
|
D | nms_utils.cc | 93 if (failed(CreateNMSCustomOptions(func_, attr_.GetAttrs(), in RewriteFunc()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_attributes.h | 89 DictionaryAttr GetAttrs() const;
|
D | tf_attributes.cc | 130 DictionaryAttr FuncAttr::GetAttrs() const { in GetAttrs() function in mlir::TF::FuncAttr
|
D | tf_ops.cc | 326 os << "func<" << attr.GetName() << ", " << attr.GetAttrs() << ">"; in PrintFuncAttr()
|
/external/llvm-project/flang/lib/Semantics/ |
D | resolve-names.cpp | 234 Attrs GetAttrs(); 1478 Attrs AttrsVisitor::GetAttrs() { in GetAttrs() function in Fortran::semantics::AttrsVisitor 1483 Attrs result{GetAttrs()}; in EndAttrs() 3170 if (!GetAttrs().HasAny({Attr::POINTER, Attr::ALLOCATABLE})) { // C702 in Post() 3788 auto &symbol{MakeSymbol(name, GetAttrs(), DerivedTypeDetails{})}; in Post() 3870 auto attrs{GetAttrs()}; in Post() 3946 GetAttrs().HasAny({Attr::POINTER, Attr::ALLOCATABLE})); in Pre() 3980 auto attrs{HandleSaveName(name.source, GetAttrs())}; in Post() 4041 if (GetAttrs().test(Attr::DEFERRED)) { // C783 in Post() 4054 if (GetAttrs().test(Attr::DEFERRED)) { in Post() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | export_utils.cc | 133 TF_RETURN_IF_ERROR(ConvertAttributes(attr.GetAttrs().getValue(), in ConvertAttribute()
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | tools.h | 741 template <typename A> semantics::Attrs GetAttrs(const A &x) { in GetAttrs() function 772 return GetAttrs(x).HasAny( in IsAllocatableOrPointer()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | graph_view_internal.h | 232 const AttrSlice& GetAttrs() const { return attrs_; } in GetAttrs() function
|
D | graph_view_test.cc | 740 TYPED_TEST(TypedNodeViewTest, GetAttrs) { in TYPED_TEST() argument 750 const auto& actual_attrs = c_node->GetAttrs(); in TYPED_TEST() 947 for (const auto& expected_attr : expected_node_view.GetAttrs()) { in CompareGraphViewWithGraph()
|