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

Function HashSubgraphFunction

tensorflow/core/kernels/data/dataset_utils.cc:504–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504uint64 HashSubgraphFunction(const FunctionDefLibrary& library,
505 const FunctionDef* f) {
506 std::vector<std::string> visited;
507 absl::flat_hash_map<std::string, uint64> cache;
508 return HashSubgraphFunctionImpl(library, f, &visited, &cache);
509}
510
511uint64 HashSubgraph(const GraphDef& g, const NodeDef* node) {
512 std::vector<std::string> visited;

Callers 1

TESTFunction · 0.85

Calls 1

HashSubgraphFunctionImplFunction · 0.85

Tested by 1

TESTFunction · 0.68