OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Participant
(Results
1 - 10
of
10
) sorted by null
/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/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
...]
/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 4058 milliseconds