Searched refs:bprop_hash (Results 1 – 5 of 5) sorted by relevance
116 static std::string bprop_hash = std::string(); in GetBpropHash() local117 if (bprop_hash.empty()) { in GetBpropHash()123 bprop_hash = system::sha256::GetHashFromDir(realpath.value()); in GetBpropHash()125 return bprop_hash; in GetBpropHash()139 if (bprop_fg != nullptr && bprop_fg->bprop_hash() != GetBpropHash()) { in ImportBpropFromMindIR()142 << "bprop_fg hash: " << bprop_fg->bprop_hash() << "\n" in ImportBpropFromMindIR()
405 std::string bprop_hash() const { return bprop_hash_; } in bprop_hash() function406 void set_bprop_hash(const std::string &bprop_hash) { bprop_hash_ = bprop_hash; } in set_bprop_hash() argument
90 optional string bprop_hash = 7; field
183 graph_proto->set_bprop_hash(func_graph->bprop_hash()); in BuildModel()
1053 outputFuncGraph->set_bprop_hash(importProto.bprop_hash()); in BuildFuncGraph()