Home
last modified time | relevance | path

Searched refs:OutputParameters (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.h92 void OutputParameters(std::ofstream &ofs, const std::vector<AnfNodePtr> &parameters,
Danf_ir_utils.cc421 void AnfExporter::OutputParameters(std::ofstream &ofs, const std::vector<AnfNodePtr> &parameters, in OutputParameters() function in mindspore::AnfExporter
601 OutputParameters(ofs, parameters, &param_map); in ExportOneFuncGraph()