Home
last modified time | relevance | path

Searched refs:send_function (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/dist_autograd/
H A Dtest_dist_autograd.cpp45 auto send_function = autogradContext->sendFunctions()[1]; in TEST_F() local
54 EXPECT_THROW(send_function->apply({in1, in2}), c10::Error); in TEST_F()
58 send_function->setGrads({in1, torch::autograd::Variable()}); in TEST_F()
59 EXPECT_THROW(send_function->apply({}), c10::Error); in TEST_F()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Ddevious_baton.cc176 DeviousBatonSessionVisitor::CreateResponseCallback(SendFunction send_function) { in CreateResponseCallback() argument
177 return [this, send_function](std::string data) { in CreateResponseCallback()
187 std::invoke(send_function, this, *value); in CreateResponseCallback()
H A Ddevious_baton.h61 SendFunction send_function);
/aosp_15_r20/external/scapy/scapy/
H A Dansmachine.py36 send_function = staticmethod(send) variable in AnsweringMachine
101 self.send_function(reply, **self.optsend)
/aosp_15_r20/external/scapy/scapy/layers/
H A Dl2.py550 send_function = staticmethod(sendp) variable in ARP_am
588 self.send_function(reply, **self.optsend)
590 self.send_function(reply, iface=self.iff, **self.optsend)
H A Ddhcp.py315 send_function = staticmethod(sendp) variable in BOOTP_am
H A Ddhcp6.py1201 send_function = staticmethod(send) variable in DHCPv6_am
/aosp_15_r20/external/python/bumble/bumble/transport/
Dcommon.py390 self.send_function = send
402 await self.send_function(packet)
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/
H A Ddist_autograd_test.py910 self, send_function, recv_function, t1, t2, ret argument
913 next_funcs = send_function.next_functions
954 def _verify_graph_for_rpc_call_exec(self, send_function): argument
956 next_funcs = send_function.next_functions
/aosp_15_r20/external/scapy/scapy/modules/krack/
H A Dautomaton.py36 self.send_function = send_func