Home
last modified time | relevance | path

Searched defs:send_function (Results 1 – 7 of 7) 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
/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()
/aosp_15_r20/external/scapy/scapy/
H A Dansmachine.py36 send_function = staticmethod(send) variable in AnsweringMachine
/aosp_15_r20/external/scapy/scapy/layers/
H A Ddhcp.py315 send_function = staticmethod(sendp) variable in BOOTP_am
H A Dl2.py550 send_function = staticmethod(sendp) variable in ARP_am
H A Ddhcp6.py1201 send_function = staticmethod(send) variable in DHCPv6_am
/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
954 def _verify_graph_for_rpc_call_exec(self, send_function): argument