Searched refs:Notification (Results 76 - 100 of 133) sorted by relevance

123456

/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session.h169 Notification executors_done;
249 ::tensorflow::Status WaitForNotification(Notification* n,
H A Dprocess_function_library_runtime_test.cc69 Notification done;
93 Notification done2;
/external/tensorflow/tensorflow/core/kernels/data/
H A Dcaptured_function.cc213 Notification n;
247 Notification n;
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1110 class Notification { class in namespace:testing::internal
1112 Notification() : notified_(false) { function in class:testing::internal::Notification
1115 ~Notification() {
1144 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1173 // Notification thread_can_start;
1187 UserThreadFunc func, T param, Notification* thread_can_start)
1218 Notification* const thread_can_start_;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1202 class Notification { class in namespace:testing::internal
1204 Notification() : notified_(false) { function in class:testing::internal::Notification
1207 ~Notification() {
1236 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1265 // Notification thread_can_start;
1279 UserThreadFunc func, T param, Notification* thread_can_start)
1310 Notification* const thread_can_start_;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1098 class Notification { class in namespace:testing::internal
1100 Notification() : notified_(false) {} function in class:testing::internal::Notification
1117 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1146 // Notification thread_can_start;
1160 UserThreadFunc func, T param, Notification* thread_can_start)
1191 Notification* const thread_can_start_;
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1090 class Notification { class in namespace:testing::internal
1092 Notification() : notified_(false) {} function in class:testing::internal::Notification
1109 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
1138 // Notification thread_can_start;
1152 UserThreadFunc func, T param, Notification* thread_can_start)
1183 Notification* const thread_can_start_;
/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dmaster_test.cc259 Notification n;
312 Notification extend_done;
313 Notification extend_can_start;
H A Dcluster_function_library_runtime_test.cc76 Notification done;
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionThreadPool.h51 MaxSizeVector<Notification*>* kernel_notifications;
52 const MaxSizeVector<Notification*>* lhs_notifications;
398 Notification done_;
839 MaxSizeVector<Notification*> lhs_notifications(num_threads, nullptr);
843 MaxSizeVector<Notification*> kernel_notifications(num_kernel_notifications,
869 kernel_notifications[notification_id] = new Notification();
/external/tensorflow/tensorflow/core/framework/
H A Drendezvous_test.cc162 Notification done;
291 Notification n;
H A Dreader_base.cc203 Notification n;
H A Drendezvous.cc120 Notification n;
/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dshared_batch_scheduler.h326 Notification* empty_notification_ GUARDED_BY(mu_) = nullptr;
637 Notification empty;
/external/tensorflow/tensorflow/contrib/mpi/
H A Dmpi_rendezvous_mgr.h57 Notification n_;
H A Dmpi_rendezvous_mgr.cc243 Notification n;
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Drpc_rendezvous_mgr_test.cc183 Notification n;
/external/tensorflow/tensorflow/core/grappler/
H A Dutils_test.cc165 Notification notification;
/external/tensorflow/tensorflow/core/kernels/
H A Drecord_yielder.cc74 Notification done; // Notified when this shard is done.
H A Ddebug_ops.h81 Notification done_copy;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DAndroidFacade.java20 import android.app.Notification;
861 Notification.Builder builder = new Notification.Builder(mService, CHANNEL_ID);
868 Notification notification = builder.build();
869 notification.flags = Notification.FLAG_AUTO_CANCEL;
/external/tensorflow/tensorflow/cc/training/
H A Dqueue_runner_test.cc232 Notification* join_done) {
260 Notification join_done;
/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_device.cc274 Notification n;
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_transfer_manager.cc84 tensorflow::Notification done_;
/external/tensorflow/tensorflow/core/grappler/clusters/
H A Dsingle_machine.cc317 auto n = std::make_shared<Notification>();

Completed in 537 milliseconds

123456