提交 a0bc7959 编写于 作者: A A. Unique TensorFlower 提交者: TensorFlower Gardener

Better documenting the use of Hash64.

Change: 119320795
上级 dbc7edb4
......@@ -29,7 +29,10 @@ DataByExample::~DataByExample() {}
// static
DataByExample::Key DataByExample::MakeKey(const string& example_id) {
// Platform agnostic and collision resistant key-generation function.
// Colision resistant key-generation function. It is safe to use a Hash
// function (as opposed to a Fingerprint) since the usage of the resource is
// single machine and the Keys are never persisted anywhere.
//
// The current probability of at least one collision for 1B example_ids is
// approximately 10^-11 (ie 2^60 / 2^97).
//
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册