Home
last modified time | relevance | path

Searched defs:DoneCallback (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dincremental_barrier.h61 typedef std::function<void()> DoneCallback; typedef
/external/tensorflow/tensorflow/core/framework/
Dqueue_interface.h34 typedef AsyncOpKernel::DoneCallback DoneCallback; typedef
Ddevice.h57 typedef std::function<void(const Status&)> DoneCallback; typedef
Drendezvous.h102 DoneCallback; typedef
Dfunction.h821 typedef std::function<void(const Status&)> DoneCallback; typedef
Dop_kernel.h222 typedef std::function<void()> DoneCallback; typedef
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.h51 typedef std::function<void(Status)> DoneCallback; typedef
/external/tensorflow/tensorflow/core/kernels/
Dconditional_accumulator_base.h57 typedef AsyncOpKernel::DoneCallback DoneCallback; typedef
Dconditional_accumulator_base_op.h37 typedef std::function<void()> DoneCallback; typedef
Dbarrier_ops.cc46 typedef std::function<void()> DoneCallback; typedef in tensorflow::barrier::Barrier
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.h120 typedef std::function<void(const Status&)> DoneCallback; typedef
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc178 static bool DoneCallback(const MinidumpDescriptor& descriptor, in DoneCallback() function