Searched refs:cleanup_items (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_function_library_runtime.cc | 1066 std::vector<std::unique_ptr<CleanUpItem>>* cleanup_items, in RunMultiDevice() argument 1194 RunInternal(opts_copy, handle, comp_args.args, comp_rets, cleanup_items, in RunMultiDevice() 1408 auto* cleanup_items = new std::vector<std::unique_ptr<CleanUpItem>>; in Run() local 1409 done = ApplyCleanUpToDoneCallback(cleanup_items, std::move(done), in Run() 1462 return RunMultiDevice(new_opts, handle, function_rets, cleanup_items, in Run() 1469 RunInternal(new_opts, handle, local_args, function_rets, cleanup_items, in Run() 1477 std::vector<std::unique_ptr<CleanUpItem>>* cleanup_items, in RunInternal() argument 1560 cleanup_items->emplace_back(std::move(cleanup_item)); in RunInternal() 1675 auto* cleanup_items = new std::vector<std::unique_ptr<CleanUpItem>>; in Run() local 1676 done = ApplyCleanUpToDoneCallback(cleanup_items, done, opts.step_id, in Run() [all …]
|
D | process_function_library_runtime.h | 311 std::vector<std::unique_ptr<CleanUpItem>>* cleanup_items, 395 std::vector<std::unique_ptr<CleanUpItem>>* cleanup_items,
|