Home
last modified time | relevance | path

Searched defs:send_func (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Ddtensor_send_recv.cc118 auto send_func = send_cluster->getParentOfType<mlir::func::FuncOp>(); in LowerDTensorSendToXlaOp() local
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/integration_test/
H A Dc_api_multi_client_function_test.cc262 TFE_Op* send_func = TFE_NewOp(ctx, "SendFunction", status); in TEST_P() local
/aosp_15_r20/external/python/cpython3/Lib/test/
D_test_eintr.py231 def _test_send(self, send_func): argument
/aosp_15_r20/external/scapy/scapy/modules/krack/
H A Dautomaton.py34 def __init__(self, send_func, *args, **kwargs): argument