Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc766 auto* refcounted_done = new ReffedStatusCallback(std::move(done)); in RunMultiDevice() local
768 refcounted_done->Ref(); in RunMultiDevice()
788 [comp_rets, rets, comp_data, refcounted_done](const Status& status) { in RunMultiDevice()
791 refcounted_done->UpdateStatus(status); in RunMultiDevice()
799 refcounted_done->Unref(); in RunMultiDevice()
802 refcounted_done->Unref(); in RunMultiDevice()