Home
last modified time | relevance | path

Searched defs:GetAttr (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dcell.h47 ValuePtr GetAttr(const std::string &attr_name) const { in GetAttr() function
Dprimitive.h79 ValuePtr GetAttr(const std::string &attrName) const { in GetAttr() function
Danf.h307 ValuePtr GetAttr(const std::string &name) const { in GetAttr() function
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dservice_provider_dir.cc27 zx_status_t ServiceProviderDir::GetAttr( in GetAttr() function in flutter_runner::ServiceProviderDir
/third_party/mindspore/include/api/
Dkernel.h106 std::string GetAttr(const std::string &key) const { in GetAttr() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/
Dgpu_kernel.h128 inline T GetAttr(const CNodePtr &kernel_node, const std::string &key) const { in GetAttr() function
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc482 static PyObject* GetAttr(CMessageClass* self, PyObject* name) { in GetAttr() function
2584 PyObject* GetAttr(PyObject* pself, PyObject* name) { in GetAttr() function