Searched defs:DoneCallback (Results 1 – 13 of 13) sorted by relevance
61 typedef std::function<void()> DoneCallback; typedef
34 typedef AsyncOpKernel::DoneCallback DoneCallback; typedef
57 typedef std::function<void(const Status&)> DoneCallback; typedef
102 DoneCallback; typedef
883 typedef std::function<void(const Status&)> DoneCallback; typedef
233 typedef std::function<void()> DoneCallback; typedef
51 typedef std::function<void(Status)> DoneCallback; typedef
57 typedef AsyncOpKernel::DoneCallback DoneCallback; typedef
37 typedef std::function<void()> DoneCallback; typedef
47 typedef std::function<void()> DoneCallback; typedef in tensorflow::barrier::Barrier
122 typedef std::function<void(const Status&)> DoneCallback; typedef
566 using DoneCallback = decltype(on_done); in test_async_execute_unary_expr() typedef602 using DoneCallback = decltype(on_done); in test_async_execute_binary_expr() typedef
178 static bool DoneCallback(const MinidumpDescriptor& descriptor, in DoneCallback() function