Searched refs:TensorProtoHasher (Results 1 – 1 of 1) sorted by relevance
131 using TensorProtoHasher = std::function<uint64(const TensorProto&)>; typedef133 uint64 AttrValueHash(const AttrValue& a, const TensorProtoHasher& tensor_hash) { in AttrValueHash()