Home
last modified time | relevance | path

Searched defs:DoneCallback (Results 1 – 13 of 13) 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.h883 typedef std::function<void(const Status&)> DoneCallback; typedef
Dop_kernel.h233 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.cc47 typedef std::function<void()> DoneCallback; typedef in tensorflow::barrier::Barrier
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.h122 typedef std::function<void(const Status&)> DoneCallback; typedef
/external/eigen/unsupported/test/
Dcxx11_tensor_executor.cpp566 using DoneCallback = decltype(on_done); in test_async_execute_unary_expr() typedef
602 using DoneCallback = decltype(on_done); in test_async_execute_binary_expr() typedef
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc178 static bool DoneCallback(const MinidumpDescriptor& descriptor, in DoneCallback() function