Home
last modified time | relevance | path

Searched refs:Receive (Results 1 – 25 of 70) sorted by relevance

123

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nccl/
Dnccl_recv_gpu_kernel.cc21 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/
Dactor.h114 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()
Dactorapp.h56 void Receive(const std::string &msgName, void (T::*method)(const AID &, std::unique_ptr<M>)) { in Receive() function
/third_party/node/src/inspector/
Dworker_agent.cc21 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/
Dhandler.go79 Receive = Direction(false) const
86 case Receive:
Djsonrpc2.go188 ctx = h.Response(ctx, c, Receive, response)
360 reqCtx = h.Request(reqCtx, c, Receive, &req.WireRequest)
/third_party/mindspore/tests/st/nccl/
Dtest_nccl_send_recv_op.py24 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/
Dhandler.go79 Receive = Direction(false) const
86 case Receive:
Djsonrpc2.go188 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/
Dhandler.go79 Receive = Direction(false) const
86 case Receive:
Djsonrpc2.go188 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/
D05_parser_streams.qbk16 * 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/
Dhcom_receive.h38 MS_HCCL_REG_KERNEL(Receive, HcomReceiveKernel);
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_msg.cc33 Status CachePerfMsg::Receive(int32_t qID) { in Receive() function in mindspore::dataset::CachePerfMsg
Dcache_msg.h71 Status Receive(int32_t qID);
/third_party/mindspore/mindspore/boost/
Dadasum.py24 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/
Dxml.sax.handler.rst195 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/
Dprotocol.go45 if direction == jsonrpc2.Receive && r.Method == "$/cancelRequest" {
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dprotocol.go45 if direction == jsonrpc2.Receive && r.Method == "$/cancelRequest" {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dprotocol.go45 if direction == jsonrpc2.Receive && r.Method == "$/cancelRequest" {
/third_party/mindspore/mindspore/core/mindrt/src/actor/
Dactormgr.h46 static void Receive(std::unique_ptr<MessageBase> msg) { in Receive() function
/third_party/boost/boost/graph/distributed/detail/
Dmpi_process_group.ipp502 // 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/
Dgrad_comm_ops.py30 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/
Dtls_wrap.h159 static void Receive(const v8::FunctionCallbackInfo<v8::Value>& args);
/third_party/openssl/ssl/statem/
DREADME14 - Receive a message first and then work out whether that is a valid

123