Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/distributed/nn/api/
H A Dremote_module.py87 instantiator.instantiate_scriptable_remote_module_template(
485 generated_module = instantiator.instantiate_scriptable_remote_module_template(
/aosp_15_r20/external/pytorch/test/distributed/nn/jit/
H A Dtest_instantiator.py61 generated_module = instantiator.instantiate_scriptable_remote_module_template(
/aosp_15_r20/external/pytorch/torch/distributed/nn/jit/
H A Dinstantiator.py100 def instantiate_scriptable_remote_module_template( function