Home
last modified time | relevance | path

Searched defs:dump_option (Results 1 – 6 of 6) sorted by relevance

/third_party/f2fs-tools/fsck/
Dfsck.h242 struct dump_option { struct
243 nid_t nid;
244 nid_t start_nat;
245 nid_t end_nat;
246 int start_sit;
247 int end_sit;
248 int start_ssa;
249 int end_ssa;
250 int32_t blk_addr;
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dparallel_cost_model.cc34 DumpOption dump_option; in GetNodeCalAmount() local
54 DumpOption dump_option; in CalFuseInfo() local
Dgraph_kernel_expander.cc107 DumpOption dump_option; in ExpandJsonInfo() local
Dgraph_kernel_helper.cc101 const DumpOption &dump_option, nlohmann::json *op_desc, in GenJson()
494 bool AnfToJsonDesc(const AnfNodePtrList &nodes, const DumpOption &dump_option, nlohmann::json *op_d… in AnfToJsonDesc()
522 bool AnfToJsonDesc(const AnfNodePtrList &nodes, const DumpOption &dump_option, nlohmann::json *op_d… in AnfToJsonDesc()
550 bool AnfToJsonDesc(const std::vector<AnfNodePtrList> &graphs, const DumpOption &dump_option, nlohma… in AnfToJsonDesc()
Dgraph_kernel_splitter.cc726 DumpOption dump_option; in SplitByCostModel() local
/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()