MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Hash64String

Function Hash64String

tensorflow/tools/graph_transforms/transform_utils.cc:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41inline uint64 Hash64String(const string& input) {
42 return Hash64(input.data(), input.size());
43}
44} // namespace
45
46void MatchedNodesAsArray(const NodeMatch& match, std::vector<NodeDef>* result) {

Callers 1

HashNodeDefFunction · 0.85

Calls 3

Hash64Function · 0.50
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected