Home
last modified time | relevance | path

Searched defs:bprop_hash (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h405 std::string bprop_hash() const { return bprop_hash_; } in bprop_hash() function
406 void set_bprop_hash(const std::string &bprop_hash) { bprop_hash_ = bprop_hash; } in set_bprop_hash()
/third_party/mindspore/mindspore/core/proto/
Dmind_ir.proto90 optional string bprop_hash = 7; field
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dkprim.cc116 static std::string bprop_hash = std::string(); in GetBpropHash() local