Home
last modified time | relevance | path

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

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