Home
last modified time | relevance | path

Searched refs:dump_option (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dparallel_cost_model.cc34 DumpOption dump_option; in GetNodeCalAmount() local
35 if (!AnfToJsonDesc(nodes, dump_option, &json_desc)) { in GetNodeCalAmount()
54 DumpOption dump_option; in CalFuseInfo() local
55 if (!AnfToJsonDesc(graphs, dump_option, &json_desc)) { in CalFuseInfo()
Dgraph_kernel_helper.h81 bool AnfToJsonDesc(const AnfNodePtrList &nodes, const DumpOption &dump_option, nlohmann::json *op_d…
82 bool AnfToJsonDesc(const AnfNodePtrList &nodes, const DumpOption &dump_option, nlohmann::json *op_d…
84 bool AnfToJsonDesc(const std::vector<AnfNodePtrList> &graphs, const DumpOption &dump_option, nlohma…
Dgraph_kernel_expander.cc107 DumpOption dump_option; in ExpandJsonInfo() local
108 dump_option.extract_opinfo_from_anfnode = true; in ExpandJsonInfo()
109 kernel::AkgKernelJsonGenerator json_generator(dump_option); in ExpandJsonInfo()
Dgraph_kernel_helper.cc101 const DumpOption &dump_option, nlohmann::json *op_desc, in GenJson() argument
103 kernel::AkgKernelJsonGenerator akg_kernel_json_generator(dump_option); in GenJson()
494 bool AnfToJsonDesc(const AnfNodePtrList &nodes, const DumpOption &dump_option, nlohmann::json *op_d… in AnfToJsonDesc() argument
519 return GenJson(op_nodes, in_and_out, dump_option, op_desc, address_node_map); in AnfToJsonDesc()
522 bool AnfToJsonDesc(const AnfNodePtrList &nodes, const DumpOption &dump_option, nlohmann::json *op_d… in AnfToJsonDesc() argument
547 return GenJson(op_nodes, in_and_out, dump_option, op_desc); in AnfToJsonDesc()
550 bool AnfToJsonDesc(const std::vector<AnfNodePtrList> &graphs, const DumpOption &dump_option, nlohma… in AnfToJsonDesc() argument
555 if (!AnfToJsonDesc(graph_nodes, dump_option, &desc)) { in AnfToJsonDesc()
Dgraph_kernel_splitter.cc726 DumpOption dump_option; in SplitByCostModel() local
727 dump_option.is_before_select_kernel = false; in SplitByCostModel()
728 dump_option.save_ptr_address = true; in SplitByCostModel()
729 if (!AnfToJsonDesc(topo_valid_nodes_, dump_option, &json_desc, &address_node_map)) { in SplitByCostModel()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_generator.h92 explicit AkgKernelJsonGenerator(DumpOption dump_option) : dump_option_(dump_option) { Clear(); } in AkgKernelJsonGenerator() argument
112 void set_dump_option(DumpOption dump_option) { dump_option_ = dump_option; } in set_dump_option() argument
/third_party/f2fs-tools/fsck/
Dmain.c349 static struct dump_option dump_opt = { in f2fs_parse_options()
710 struct dump_option *opt = (struct dump_option *)c.private; in do_dump()
Dfsck.h242 struct dump_option { struct