Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/docs/source/
H A Ddistributed.pipelining.rst284 (emb): InterpreterModule()
286 (0): InterpreterModule(
287 (lin): InterpreterModule()
293 (1): InterpreterModule(
294 (lin): InterpreterModule()
297 (lm): InterpreterModule(
298 (proj): InterpreterModule()
/aosp_15_r20/external/pytorch/torch/distributed/pipelining/
H A D_IR.py20 InterpreterModule,
513 elif isinstance(submod, InterpreterModule):
930 if isinstance(_mod, (fx.GraphModule, InterpreterModule)):
/aosp_15_r20/external/pytorch/torch/export/
H A Dunflatten.py92 class InterpreterModule(torch.nn.Module): class
742 self.module = InterpreterModule(torch.fx.Graph())
1246 if isinstance(module, InterpreterModule):