Home
last modified time | relevance | path

Searched refs:set_bprop_hash (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h406 void set_bprop_hash(const std::string &bprop_hash) { bprop_hash_ = bprop_hash; } in set_bprop_hash() function
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dkprim.cc151 func_graph->set_bprop_hash(GetBpropHash()); in ExportBpropToMindIR()
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Dmindir_exporter.cc183 graph_proto->set_bprop_hash(func_graph->bprop_hash()); in BuildModel()
/third_party/mindspore/mindspore/core/load_mindir/
Danf_model_parser.cc1053 outputFuncGraph->set_bprop_hash(importProto.bprop_hash()); in BuildFuncGraph()