Searched refs:dump_option (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/ |
D | parallel_cost_model.cc | 34 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()
|
D | graph_kernel_helper.h | 81 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…
|
D | graph_kernel_expander.cc | 107 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()
|
D | graph_kernel_helper.cc | 101 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()
|
D | graph_kernel_splitter.cc | 726 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/ |
D | akg_kernel_json_generator.h | 92 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/ |
D | main.c | 349 static struct dump_option dump_opt = { in f2fs_parse_options() 710 struct dump_option *opt = (struct dump_option *)c.private; in do_dump()
|
D | fsck.h | 242 struct dump_option { struct
|