Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dqueue_interface.h34 typedef AsyncOpKernel::DoneCallback DoneCallback; typedef
Drendezvous.h106 DoneCallback; typedef
Dfunction.h642 typedef std::function<void(const Status&)> DoneCallback; typedef
Dop_kernel.h227 typedef std::function<void()> DoneCallback; typedef
/external/tensorflow/tensorflow/core/common_runtime/
Ddevice.h60 typedef std::function<void(const Status&)> DoneCallback; typedef
Dexecutor.h104 typedef std::function<void(const Status&)> DoneCallback; typedef
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.h45 typedef std::function<void(Status)> DoneCallback; typedef
/external/tensorflow/tensorflow/core/kernels/
Dconditional_accumulator_base_op.h37 typedef std::function<void()> DoneCallback; typedef
Dconditional_accumulator_base.h57 typedef AsyncOpKernel::DoneCallback DoneCallback; typedef
Dbarrier_ops.cc46 typedef std::function<void()> DoneCallback; typedef in tensorflow::barrier::Barrier
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc182 static bool DoneCallback(const MinidumpDescriptor& descriptor, in DoneCallback() function