Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dscope.cc41 const char kSuffixSeparator[] = "_"; variable
378 unique_name = strings::StrCat(prefix, kSuffixSeparator, ++entry->second); in GetUniqueName()
489 const string child_op_sep = impl()->name_.empty() ? "" : kSuffixSeparator; in GetCompositeOpScopes()