Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dscope.cc362 if (check_single_use && single_use_scope()) { in GetUniqueName()
393 if (impl()->single_use_scope()) { in GetUniqueNameForOp()
421 if (impl()->single_use_scope()) { in WithOpNameImpl()
486 if (!impl()->single_use_scope()) { in GetCompositeOpScopes()
Dscope_internal.h91 bool single_use_scope() const { return scope_used_ != nullptr; } in single_use_scope() function