Home
last modified time | relevance | path

Searched defs:has_attr (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/log/expressions/predicates/
Dhas_attr.hpp134 …tor< aux::unary_function_terminal< has_attribute< AttributeValueT > > > has_attr(attribute_name co… in has_attr() function
145 BOOST_FORCEINLINE phoenix::actor< aux::unary_function_terminal< has_attribute< void > > > has_attr(… in has_attr() function
157 …unction_terminal< has_attribute< typename DescriptorT::value_type > > > has_attr(attribute_keyword… in has_attr() function
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/model/
Dop_node.cc92 bool has_attr = false; in Dump() local
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.cc143 bool FuncGraph::has_attr(const std::string &key) const { in has_attr() function in mindspore::FuncGraph
/third_party/glib/gio/tests/
Dlive-g-file.c387 gboolean has_attr; in test_attributes() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc1967 auto has_attr = AnfAlgo::HasNodeAttr(attr, cnode); in GetBooleanAttr() local