Searched defs:SignatureHashCombiner (Results 1 – 1 of 1) sorted by relevance
116 struct SignatureHashCombiner { struct117 explicit SignatureHashCombiner(const uint64 h) : h(h) {} in SignatureHashCombiner() argument118 uint64 h;119 uint64 operator()(const Tensor& arg) { in operator ()()128 uint64 operator()(const TensorTypeAndShape& arg) { in operator ()()