Home
last modified time | relevance | path

Searched defs:MyModuleInterface (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/nn/api/
H A Dremote_module_test.py55 class MyModuleInterface: class
208 def run_forward(scripted_remote_module: MyModuleInterface):
726 def run_forward(scripted_remote_module: MyModuleInterface):
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/jit/
H A Drpc_test.py355 class MyModuleInterface(torch.nn.Module): class
389 def script_rref_run_forward_my_script_module(rref: RRef[MyModuleInterface]) -> Tensor:
466 def use_rref_on_owner(rref: RRef[MyModuleInterface]) -> Tensor:
831 ref_script_module: RRef[MyModuleInterface], t: Tensor
/aosp_15_r20/external/pytorch/test/distributed/nn/jit/
H A Dtest_instantiator.py22 class MyModuleInterface: class