Home
last modified time | relevance | path

Searched refs:communication (Results 1 – 25 of 980) sorted by relevance

12345678910>>...40

/external/tensorflow/tensorflow/python/kernel_tests/
Dcollective_ops_test.py92 combinations.combine(device='CPU', communication='RING', required_gpus=0) +
94 device='GPU', communication=['RING', 'NCCL'], required_gpus=2))
124 def testReduce(self, collective_ops, device, communication): argument
140 communication_hint=communication)
156 communication_hint=communication))
164 communication_hint=communication))
171 def testGather(self, collective_ops, device, communication): argument
187 communication_hint=communication)
203 communication_hint=communication))
211 communication_hint=communication))
[all …]
Dcollective_ops_multi_worker_test.py62 combinations.combine(device="CPU", communication="RING", required_gpus=0) +
64 device="GPU", communication=["RING", "NCCL"], required_gpus=1))
172 def testAbortCommunication(self, device, communication): argument
173 if communication == "NCCL":
191 communication_hint=communication)
209 communication_hint=communication)
219 communication_hint=communication)
231 communication_hint=communication)
233 def testAbortGroupParamsResolution(self, device, communication): argument
234 if communication == "NCCL":
[all …]
/external/tensorflow/tensorflow/python/distribute/v1/
Dcross_device_ops_test.py461 communication=CollectiveCommunication.AUTO, argument
473 comm_options = collective_util.Options(implementation=communication)
486 assert communication != CollectiveCommunication.NCCL
504 comm_options = collective_util.Options(implementation=communication)
532 communication, argument
540 communication=communication,
671 communication, argument
679 communication=communication,
736 communication=CollectiveCommunication.RING,
750 communication=CollectiveCommunication.RING,
[all …]
/external/autotest/client/site_tests/kernel_TPMStress/
Dcontrol7 PURPOSE = "Stress test of communication with the TPM"
8 CRITERIA = "Fails if there are communication errors with the TPM"
17 an attempt to reproduce possible communication errors, either over LPC
/external/autotest/client/site_tests/cellular_MbimComplianceDataTransfer/
Dcontrol.DTS019 communication interface.
22 Validation for alternate setting 1 of the communication interface.
27 communication interface.
/external/rust/crates/vmm_vhost/
DREADME.md22 …otocol](https://qemu.readthedocs.io/en/latest/interop/vhost-user.html#communication) aims to imple…
26 It uses communication over a Unix domain socket to share file descriptors in
29 The protocol defines two sides of the communication, master and slave.
32 or server (listening) in the socket communication.
/external/llvm/lib/Target/ARM/
DLICENSE.TXT15 electronic, verbal, or written communication sent to LLVM or its
16 representatives, including but not limited to communication on electronic
19 the Work, but excluding communication that is conspicuously marked otherwise.
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf-communication.mlir1 // RUN: tf-opt -split-input-file -verify-diagnostics -xla-legalize-tf-communication %s | FileCheck …
208 // Test legalization of multiple TF/XLA communication ops are sequenced with
252 // Test private function with TF/XLA communication op being called by another
287 // Test public function with TF/XLA communication op being called by another
337 // communication ops.
411 // TF/XLA communication ops.
455 // Tests `mhlo.if` with branches populated with TF/XLA communication ops.
518 // communication ops.
569 // communication ops.
697 // Tests nested `mhlo.if` containing TF/XLA communication ops.
[all …]
/external/webrtc/
DCODE_OF_CONDUCT.md11 other WebRTC-supported communication group, as well as any private communication initiated in the
52 WebRTC-supported communication group, including loss of committer status;
/external/tensorflow/tensorflow/python/distribute/
Dcollective_all_reduce_strategy.py239 communication=collective_util.CommunicationImplementation.AUTO, argument
253 implementation=communication)
261 communication=collective_util.CommunicationImplementation.AUTO): argument
263 obj = cls(communication)
280 communication=collective_util.CommunicationImplementation.AUTO, argument
284 implementation=communication)
/external/libnfnetlink/
Dlibnfnetlink.pc.in9 Description: Low-level netfilter netlink communication library
/external/rust/crates/futures-channel/
DMETADATA2 description: "Channels for asynchronous communication using futures-rs."
/external/tensorflow/tensorflow/core/distributed_runtime/
DREADME.md5 communication.
/external/vboot_reference/utility/
Dtpm-dad-lock33 if grep -q communication $e; then
/external/curl/docs/cmdline-opts/
Dftp-ssl-ccc.d9 authenticating. The rest of the control channel communication will be
/external/python/cpython3/Doc/library/
Dipc.rst8 networking and inter-processes communication.
/external/chromium-trace/catapult/third_party/pyserial/
DREADME.chromium11 Library for Python access for the serial port. Used for communication with
/external/pigweed/pw_sys_io_arduino/
Ddocs.rst8 `Arduino's Serial interface <https://www.arduino.cc/reference/en/language/functions/communication/s…
/external/llvm-project/lldb/unittests/debugserver/
DCMakeLists.txt4 # of the debugserver communication path. If you are looking for a non-darwin
/external/autotest/client/site_tests/hardware_EC/
Dcontrol8 CRITERIA = 'Fails if communication with EC does not work.'
/external/ppp/pppd/plugins/radius/etc/
Dradiusclient.conf.in44 # file holding shared secrets used for the communication
56 # file which holds sequence number for communication with the
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dinput_pipeline.proto33 // Indicates if device collective communication is a bottleneck. Possible
36 // A human-readable description of the device collective communication
67 // The device-to-device communication time (in ms).
/external/mockftpserver/tags/1.2/src/site/apt/
Dindex.apt12communication with the FTP server is across the network using sockets, it can be used to test FTP …
/external/python/httplib2/
DSECURITY.md13 If that doesn't work, open Github issue just asking for private communication channel.
/external/nos/host/generic/
DREADME.md16 `libnos` is a C++ library for communication with a Nugget device. It offers an

12345678910>>...40