Home
last modified time | relevance | path

Searched refs:GetAttrs (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_types.h58 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/
Dtftext_utils.cc262 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()
Dperception_ops_utils.cc106 auto attrs = attr_.GetAttrs(); in CreateCustomOptions()
Dnms_utils.cc93 if (failed(CreateNMSCustomOptions(func_, attr_.GetAttrs(), in RewriteFunc()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_attributes.h89 DictionaryAttr GetAttrs() const;
Dtf_attributes.cc130 DictionaryAttr FuncAttr::GetAttrs() const { in GetAttrs() function in mlir::TF::FuncAttr
Dtf_ops.cc326 os << "func<" << attr.GetName() << ", " << attr.GetAttrs() << ">"; in PrintFuncAttr()
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp234 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/
Dexport_utils.cc133 TF_RETURN_IF_ERROR(ConvertAttributes(attr.GetAttrs().getValue(), in ConvertAttribute()
/external/llvm-project/flang/include/flang/Evaluate/
Dtools.h741 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/
Dgraph_view_internal.h232 const AttrSlice& GetAttrs() const { return attrs_; } in GetAttrs() function
Dgraph_view_test.cc740 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()