Home
last modified time | relevance | path

Searched refs:TensorProtoHasher (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc113 using TensorProtoHasher = std::function<uint64(const TensorProto&)>; typedef
117 uint64 AttrValueHash(const AttrValue& a, const TensorProtoHasher& tensor_hash) { in AttrValueHash()