Home
last modified time | relevance | path

Searched defs:done_callback (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_execute_node.h35 std::function<void(const Status& status, const EnqueueResponse& response)> in RemoteExecuteNode()
/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_reducer.cc140 auto done_callback = [&nccl_done, &nccl_status](const Status& s) { in Run() local
Dconditional_accumulator_base.h94 DoneCallback done_callback; // must be run outside mu_ member
Dqueue_base.h160 DoneCallback done_callback; // must be run outside mu_ member
Dbatch_kernels.cc242 AsyncOpKernel::DoneCallback done_callback) { in RegisterInput()
289 AsyncOpKernel::DoneCallback done_callback; member
982 for (const AsyncOpKernel::DoneCallback& done_callback : in Compute() local
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.h108 DoneCallback done_callback; member
Dnccl_manager.cc618 auto done_callback = [collective, p_idx, nccl_result]() { in LoopKernelLaunches() local
/external/perfetto/src/traced/probes/filesystem/
Dfile_scanner_unittest.cc43 std::function<void()> done_callback) in TestDelegate()
/external/python/cpython3/Lib/asyncio/
Dwindows_events.py604 def _wait_cancel(self, event, done_callback): argument
/external/grpc-grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py149 def done_callback(): function
/external/libchrome/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc1070 auto done_callback = base::Bind( in TEST_F() local