HomeSort by relevance Sort by last modified time
    Searched refs:Participant (Results 1 - 13 of 13) sorted by null

  /external/tensorflow/tensorflow/contrib/nccl/kernels/
nccl_manager.cc 93 // A participant in a Collective. See <Collective> below.
94 struct NcclManager::Participant {
95 Participant(const Tensor* in_t, Tensor* out_t, EventMgr* event_mgr,
157 std::vector<std::unique_ptr<Participant>> participants;
183 [](const std::unique_ptr<Participant>& a,
184 const std::unique_ptr<Participant>& b) {
306 std::unique_ptr<Participant> participant(
307 new Participant(in_t, out_t, event_mgr, tensor_stream, executor,
309 AddParticipant(num_devices, key, std::move(participant), in_t->dtype()
    [all...]
nccl_manager.h 44 // Add one participant to an all-reduce, sending in data from <in_t> and
46 // participant is managed by <executor>, and its events are polled by
104 struct Participant;
109 std::unique_ptr<Participant> participant,
  /libcore/ojluni/src/main/java/java/util/concurrent/
Exchanger.java 106 * and a participant (caller) with an item:
175 * participant notices that bound has been updated (in either
321 static final class Participant extends ThreadLocal<Node> {
328 private final Participant participant; field in class:Exchanger
360 Node p = participant.get();
452 Node p = participant.get();
521 participant = new Participant();
  /external/kotlinc/
LICENSE     [all...]
NOTICE     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 

Completed in 500 milliseconds