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

Function HashSubgraph

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

Source from the content-addressed store, hash-verified

509}
510
511uint64 HashSubgraph(const GraphDef& g, const NodeDef* node) {
512 std::vector<std::string> visited;
513 absl::flat_hash_map<std::string, uint64> cache;
514 return HashSubgraphImpl(grappler::GraphView(&g), node, &visited, &cache);
515}
516
517
518VariantTensorDataReader::VariantTensorDataReader(

Callers 2

TESTFunction · 0.85
GraphHashFunction · 0.85

Calls 2

HashSubgraphImplFunction · 0.85
GraphViewClass · 0.50

Tested by 1

TESTFunction · 0.68