/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nccl/ |
D | nccl_recv_gpu_kernel.cc | 21 MS_REG_GPU_KERNEL_ONE(Receive, KernelAttr().AddAllSameAttr(true).AddOutputAttr(kNumberTypeFloat32),… 23 MS_REG_GPU_KERNEL_ONE(Receive, KernelAttr().AddAllSameAttr(true).AddOutputAttr(kNumberTypeFloat16),… 25 MS_REG_GPU_KERNEL_ONE(Receive, KernelAttr().AddAllSameAttr(true).AddOutputAttr(kNumberTypeInt32), N…
|
/third_party/mindspore/mindspore/core/mindrt/include/actor/ |
D | actor.h | 114 void Receive(const std::string &msgName, ActorFunction &&func); 118 …void Receive(const std::string &msgName, void (T::*method)(mindspore::AID, std::string &&, std::st… in Receive() function 120 Receive(msgName, std::move(func)); in Receive() 125 …void Receive(const std::string &msgName, void (T::*method)(const mindspore::AID &, std::string &&,… in Receive() function 127 Receive(msgName, std::move(func)); in Receive() 136 Receive(msgName, std::move(func)); in ReceiveUdp()
|
D | actorapp.h | 56 void Receive(const std::string &msgName, void (T::*method)(const AID &, std::unique_ptr<M>)) { in Receive() function
|
/third_party/node/src/inspector/ |
D | worker_agent.cc | 21 void Receive(const std::string& id, const std::string& message); 95 workers_->Receive(sessionId, message); in sendMessageToWorker() 144 void NodeWorkers::Receive(const std::string& id, const std::string& message) { in Receive() function in node::inspector::protocol::NodeWorkers
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | handler.go | 79 Receive = Direction(false) const 86 case Receive:
|
D | jsonrpc2.go | 188 ctx = h.Response(ctx, c, Receive, response) 360 reqCtx = h.Request(reqCtx, c, Receive, &req.WireRequest)
|
/third_party/mindspore/tests/st/nccl/ |
D | test_nccl_send_recv_op.py | 24 from mindspore.ops.operations._inner_ops import Send, Receive 51 … self.recv = Receive(sr_tag=0, src_rank=rank-size//2, shape=[3, 3, 3, 3], dtype=mstype.float32,
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
D | handler.go | 79 Receive = Direction(false) const 86 case Receive:
|
D | jsonrpc2.go | 188 ctx = h.Response(ctx, c, Receive, response) 360 reqCtx = h.Request(reqCtx, c, Receive, &req.WireRequest)
|
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
D | handler.go | 79 Receive = Direction(false) const 86 case Receive:
|
D | jsonrpc2.go | 188 ctx = h.Response(ctx, c, Receive, response) 360 reqCtx = h.Request(reqCtx, c, Receive, &req.WireRequest)
|
/third_party/boost/libs/beast/doc/qbk/04_http/ |
D | 05_parser_streams.qbk | 16 * Receive the header first and body later. 18 * Receive a large body using a fixed-size buffer. 20 * Receive a message incrementally: bounded work in each I/O cycle.
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/ |
D | hcom_receive.h | 38 MS_HCCL_REG_KERNEL(Receive, HcomReceiveKernel);
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/ |
D | cache_msg.cc | 33 Status CachePerfMsg::Receive(int32_t qID) { in Receive() function in mindspore::dataset::CachePerfMsg
|
D | cache_msg.h | 71 Status Receive(int32_t qID);
|
/third_party/mindspore/mindspore/boost/ |
D | adasum.py | 24 from mindspore.ops.operations._inner_ops import Send, Receive 226 recv = Receive(sr_tag=recv_tag, src_rank=dest_target, shape=shape, dtype=dtype, 237 recv = Receive(sr_tag=recv_tag, src_rank=dest_target, shape=shape, dtype=dtype,
|
/third_party/python/Doc/library/ |
D | xml.sax.handler.rst | 195 Receive notification of the beginning of a document. 203 Receive notification of the end of a document. 296 Receive notification of character data. 318 Receive notification of ignorable whitespace in element content. 333 Receive notification of a processing instruction. 345 Receive notification of a skipped entity.
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | protocol.go | 45 if direction == jsonrpc2.Receive && r.Method == "$/cancelRequest" {
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | protocol.go | 45 if direction == jsonrpc2.Receive && r.Method == "$/cancelRequest" {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | protocol.go | 45 if direction == jsonrpc2.Receive && r.Method == "$/cancelRequest" {
|
/third_party/mindspore/mindspore/core/mindrt/src/actor/ |
D | actormgr.h | 46 static void Receive(std::unique_ptr<MessageBase> msg) { in Receive() function
|
/third_party/boost/boost/graph/distributed/detail/ |
D | mpi_process_group.ipp | 502 // Receive the size of the data packet 514 // Receive the data packed itself 550 // Receive the message directly off the wire 556 // Receive the message out of the local buffer 578 // Receive the message directly off the wire 604 // Receive the message directly off the wire 610 // Receive the message out of the local buffer 982 // Receive the message data
|
/third_party/mindspore/mindspore/ops/_grad/ |
D | grad_comm_ops.py | 30 from ..operations._inner_ops import Send, Receive 90 send_grad = Receive(self.sr_tag, self.rank, shape, dtype, self.group_back) 99 @bprop_getters.register(Receive)
|
/third_party/node/src/ |
D | tls_wrap.h | 159 static void Receive(const v8::FunctionCallbackInfo<v8::Value>& args);
|
/third_party/openssl/ssl/statem/ |
D | README | 14 - Receive a message first and then work out whether that is a valid
|