Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/
Dtbe_json_creator.cc99 …rseAttrValue(const std::string &type, const mindspore::ValuePtr &value, nlohmann::json *attr_obj) { in ParseAttrValue()
169 …arseAttrDefaultValue(const std::string &type, const std::string &value, nlohmann::json *attr_obj) { in ParseAttrDefaultValue()
310 nlohmann::json attr_obj; in GenAttrsJson() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_adapter.cc215 nlohmann::json attr_obj; in MaxiOrMinimumGradAttrJsonPass() local
248 nlohmann::json attr_obj; in CastAttrJsonPass() local
452 nlohmann::json attr_obj; in CastAttrJsonPrePass() local
Dtbe_kernel_build.cc558 nlohmann::json attr_obj; in GenTbeAttrJson() local
628 bool ParseListIntAttrValue(const mindspore::ValuePtr &value, nlohmann::json *attr_obj) { in ParseListIntAttrValue()
656 nlohmann::json *attr_obj) { in ParseAttrValue()
710 nlohmann::json *attr_obj) { in ParseAttrDefaultValue()
/third_party/openssl/apps/
Dpkcs12.c928 ASN1_OBJECT *attr_obj; in print_attribs() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc768 auto attr_obj = ast()->obj().attr(attr_name.c_str()); in ParseAttribute() local