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.cc1117 auto* refcounted_done = new ReffedStatusCallback(std::move(done)); in RunMultiDevice() local
1119 refcounted_done->Ref(); in RunMultiDevice()
1136 refcounted_done->UpdateStatus(s); in RunMultiDevice()
1137 refcounted_done->Unref(); in RunMultiDevice()
1144 auto component_fn_callback = [comp_rets, rets, comp_data, refcounted_done, in RunMultiDevice()
1154 refcounted_done->UpdateStatus(Status(status.code(), function_and_msg)); in RunMultiDevice()
1167 refcounted_done->Unref(); in RunMultiDevice()
1198 refcounted_done->Unref(); in RunMultiDevice()
1705 auto* refcounted_done = new ReffedStatusCallback(std::move(done)); in CleanUp() local
1707 refcounted_done->Ref(); in CleanUp()
[all …]