Home
last modified time | relevance | path

Searched refs:PythonUDF (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/rpc/
H A Dapi.py40 PythonUDF,
684 PythonUDF(func, args, kwargs)
740 PythonUDF(func, args, kwargs)
H A Dinternal.py284 PythonUDF = collections.namedtuple("PythonUDF", ["func", "args", "kwargs"]) variable
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/
H A Drpc_test.py25 PythonUDF,
152 PythonUDF(my_tensor_function, (torch.ones(2, 2), torch.ones(2, 2)), None)