Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc933 bool is_first_ref = false; in AddFunctionDef() local
963 is_first_ref = registered_function->RefCountIsOne(); in AddFunctionDef()
964 if (is_first_ref) { in AddFunctionDef()
969 if (is_first_ref && !add_to_local_only) { in AddFunctionDef()