Home
last modified time | relevance | path

Searched defs:attrs_ (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/coder/opcoders/custom/
Dcustom_coder.h45 std::map<std::string, std::string> attrs_; variable
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/expanders/
Dutils.h48 graphkernel::DAttrs attrs_; variable
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.h112 std::unordered_map<std::string, ValuePtr> attrs_; variable
/third_party/mindspore/include/api/
Dkernel.h128 std::map<std::string, std::string> attrs_; variable
/third_party/mindspore/mindspore/lite/examples/runtime_extend/src/
Dcustom_add_kernel.cc107 std::map<std::string, std::string> attrs_; member in mindspore::kernel::CustomAddKernel
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/model/
Dnode.h105 DAttrs attrs_; variable
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dprim_bprop_optimizer.cc323 auto attrs_ = prim->attrs(); in GetOptBpfgFromCache() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.h230 std::unordered_map<std::string, ValuePtr> attrs_; variable
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h365 std::unordered_map<std::string, ValuePtr> attrs_; variable
Danf.h371 std::unordered_map<std::string, ValuePtr> attrs_; variable
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/
Dpipeline_split_utils.cc510 OperatorAttrs attrs_; in LastStageEndNode() local