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

Class Hash

tensorflow/core/graph/graph.h:439–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437 // A hash function for InputTensors. Nodes are hashed based on their pointer
438 // value.
439 struct Hash {
440 uint64 operator()(InputTensor const& s) const;
441 };
442};
443
444// Represents an output of a node, i.e., the `index`-th output of `node`. Note

Callers 2

FlatMapMethod · 0.50
FlatSetMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected