/external/tensorflow/tensorflow/compiler/xla/service/ |
D | collective_ops_utils.cc | 81 std::vector<GlobalDeviceId> participants; in GetParticipatingDevices() local 84 participants.reserve(total_replica_count); in GetParticipatingDevices() 86 participants.emplace_back( in GetParticipatingDevices() 89 return participants; in GetParticipatingDevices() 101 participants.reserve(participating_replicas.size()); in GetParticipatingDevices() 103 participants.emplace_back(device_assignment(replica_id, computation_id)); in GetParticipatingDevices() 105 return participants; in GetParticipatingDevices()
|
/external/webrtc/modules/audio_mixer/ |
D | audio_mixer_impl_unittest.cc | 127 std::vector<MockMixerAudioSource> participants(num_audio_sources); in MixAndCompare() local 130 participants[i].fake_frame()->CopyFrom(frames[i]); in MixAndCompare() 131 participants[i].set_fake_info(frame_info[i]); in MixAndCompare() 135 EXPECT_TRUE(mixer->AddSource(&participants[i])); in MixAndCompare() 136 EXPECT_CALL(participants[i], GetAudioFrameWithInfo(kDefaultSampleRateHz, _)) in MixAndCompare() 144 mixer->GetAudioSourceMixabilityStatusForTest(&participants[i])) in MixAndCompare() 167 MockMixerAudioSource participants[kAudioSources]; in TEST() local 170 ResetFrame(participants[i].fake_frame()); in TEST() 174 participants[i].fake_frame()->mutable_data()[80] = i; in TEST() 176 EXPECT_TRUE(mixer->AddSource(&participants[i])); in TEST() [all …]
|
/external/tensorflow/tensorflow/core/nccl/ |
D | nccl_manager.cc | 175 participants.reserve(num_local_devices_in); in Collective() 203 std::vector<std::unique_ptr<Participant>> participants; member 271 std::sort(collective->participants.begin(), collective->participants.end(), in GetCommunicator() 315 collective->participants[i]->executor) { in GetCommunicator() 355 auto* executor = collective->participants[i]->executor; in GetCommunicator() 370 nccl_stream->stream = collective->participants[i]->context->nccl_stream(); in GetCommunicator() 387 devices[i] = collective->participants[i]->gpu_device_id; in GetCommunicator() 405 const int rank = collective->participants[i]->global_rank >= 0 in GetCommunicator() 406 ? collective->participants[i]->global_rank in GetCommunicator() 558 collective->participants.size() >= collective->num_local_devices) { in AddParticipant() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | nccl_collective_thunk.cc | 74 std::vector<GlobalDeviceId> participants, in ExecuteOnStream() 78 if (IsGlobalNcclConfig() && (participants.size() != config().replica_count)) { in ExecuteOnStream() 86 GetLocalParticipants(participants, params.gpu_global_device_ids)); in ExecuteOnStream() 89 RendezvousKey rendezvous_key(params.run_id, std::move(participants), in ExecuteOnStream()
|
D | nccl_utils.cc | 259 const std::vector<GlobalDeviceId>& participants, in GetLocalParticipants() argument 263 absl::flat_hash_map<GlobalDeviceId, int> device_ranks(participants.size()); in GetLocalParticipants() 264 for (int rank = 0; rank < participants.size(); ++rank) { in GetLocalParticipants() 265 auto result = device_ranks.emplace(participants[rank], rank); in GetLocalParticipants() 278 local_participants.reserve(participants.size()); in GetLocalParticipants() 279 for (int rank = 0; rank < participants.size(); ++rank) { in GetLocalParticipants() 280 int device_ordinal = participants[rank].value(); in GetLocalParticipants()
|
D | nccl_utils.h | 109 const std::vector<GlobalDeviceId>& participants,
|
/external/lottie/ |
D | CODE_OF_CONDUCT.md | 13 …Code of Conduct is to increase open source citizenship by encouraging participants to recognize an… 17 …rt to ensure our community is welcoming, friendly, and encourages all participants to contribute t… 27 * Be mindful of your surroundings and of your fellow participants. Alert community leaders if you… 70 We expect all community participants (contributors, paid or otherwise; sponsors; and other guests) …
|
/external/zstd/ |
D | CODE_OF_CONDUCT.md | 3 Facebook has adopted a Code of Conduct that we expect project participants to adhere to.
|
/external/autotest/server/site_tests/enterprise_CFM_MeetingRoomScenario/ |
D | control.join_leave_meeting_with_bots | 17 1) Join an existing meeting with 7 speaking bot participants.
|
/external/curl/docs/ |
D | CODE_OF_CONDUCT.md | 14 Examples of unacceptable behavior by participants include the use of sexual
|
/external/pigweed/ |
D | CODE_OF_CONDUCT.md | 23 Examples of unacceptable behavior by participants include: 70 an environment where participants feel welcome and safe.
|
/external/skia/modules/canvaskit/npm_build/ |
D | CODE_OF_CONDUCT.md | 23 Examples of unacceptable behavior by participants include: 70 an environment where participants feel welcome and safe.
|
/external/skia/modules/pathkit/npm-asmjs/ |
D | CODE_OF_CONDUCT.md | 23 Examples of unacceptable behavior by participants include: 70 an environment where participants feel welcome and safe.
|
/external/skia/modules/pathkit/npm-wasm/ |
D | CODE_OF_CONDUCT.md | 23 Examples of unacceptable behavior by participants include: 70 an environment where participants feel welcome and safe.
|
/external/skqp/modules/pathkit/npm-wasm/ |
D | CODE_OF_CONDUCT.md | 23 Examples of unacceptable behavior by participants include: 70 an environment where participants feel welcome and safe.
|
/external/skqp/experimental/canvaskit/canvaskit/ |
D | CODE_OF_CONDUCT.md | 23 Examples of unacceptable behavior by participants include: 70 an environment where participants feel welcome and safe.
|
/external/deqp-deps/amber/ |
D | CODE_OF_CONDUCT.md | 23 Examples of unacceptable behavior by participants include: 70 an environment where participants feel welcome and safe.
|
/external/llvm-project/llvm/test/Transforms/GlobalDCE/ |
D | comdats.ll | 48 ; dead participants. 53 ; participants that form internal cyclic uses but are never used externally and
|
/external/skqp/modules/pathkit/npm-asmjs/ |
D | CODE_OF_CONDUCT.md | 23 Examples of unacceptable behavior by participants include: 70 an environment where participants feel welcome and safe.
|
/external/okio/docs/ |
D | code_of_conduct.md | 9 This code of conduct outlines our expectations for participants, as well as steps to reporting 55 discrimination based on any of the protected characteristics above, including participants with
|
/external/python/google-api-python-client/ |
D | CODE_OF_CONDUCT.md | 15 Examples of unacceptable behavior by participants include:
|
/external/webrtc/modules/audio_processing/test/conversational_speech/ |
D | README.md | 4 with two or more participants.
|
/external/rust/crates/grpcio/ |
D | CODE_OF_CONDUCT.md | 17 Examples of unacceptable behavior by participants include:
|
/external/python/jinja/ |
D | CODE_OF_CONDUCT.md | 23 Examples of unacceptable behavior by participants include:
|
/external/rust/crates/bitflags/ |
D | CODE_OF_CONDUCT.md | 23 Examples of unacceptable behavior by participants include:
|