Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/data/
Dserialization_utils.cc42 if (!str_util::StartsWith(key, data::kFullNameRandomHex)) { in GetIteratorName()
/external/tensorflow/tensorflow/core/framework/
Ddataset.h83 constexpr char kFullNameRandomHex[] = "60d899aa0d8ce4351e7c3b419e92d25b"; variable
Ddataset.cc453 return strings::StrCat(kFullNameRandomHex, kPipe, prefix, kColon, name); in FullName()