Searched refs:send_function (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/pytorch/test/cpp/dist_autograd/ |
H A D | test_dist_autograd.cpp | 45 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 D | devious_baton.cc | 176 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 D | devious_baton.h | 61 SendFunction send_function);
|
/aosp_15_r20/external/scapy/scapy/ |
H A D | ansmachine.py | 36 send_function = staticmethod(send) variable in AnsweringMachine 101 self.send_function(reply, **self.optsend)
|
/aosp_15_r20/external/scapy/scapy/layers/ |
H A D | l2.py | 550 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 D | dhcp.py | 315 send_function = staticmethod(sendp) variable in BOOTP_am
|
H A D | dhcp6.py | 1201 send_function = staticmethod(send) variable in DHCPv6_am
|
/aosp_15_r20/external/python/bumble/bumble/transport/ |
D | common.py | 390 self.send_function = send 402 await self.send_function(packet)
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/ |
H A D | dist_autograd_test.py | 910 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 D | automaton.py | 36 self.send_function = send_func
|