Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dcollective.h300 explicit Handle(CollectiveExecutor* ce, bool inherit_ref) : ce_(ce) { in Handle() argument
301 if (!inherit_ref) ce->Ref(); in Handle()