MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator()

Method operator()

tensorflow/core/graph/tensor_id.h:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 struct Hasher {
53 public:
54 std::size_t operator()(const TensorId& x) const {
55 return Hash32(x.first.data(), x.first.size(), x.second);
56 }
57 };
58};
59

Callers

nothing calls this directly

Calls 3

Hash32Function · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected