Analysis of information sources in references of the Wikipedia article "PyTorch" in Japanese language version.
Graph
for the particular set of inputs." PyTorch. JIT Technical Overview. 2022-03-19閲覧.torch
library calls" PyTorch. PyTorch 1.10 Release.nn.Module
will inspect the source code, compile it as TorchScript code using the TorchScript compiler, and return a ScriptModule
or ScriptFunction
." PyTorch. TORCH.JIT.SCRIPT. pytorch.org. 2023-08-29閲覧.ScriptFunction
or ScriptModule
. You must provide example inputs, and we run the function, recording the operations performed on all the tensors." Python. TORCH.JIT.TRACE. pytorch.org. 2023-08-29閲覧.nn.Module
instances." PyTorch. TORCH.FX. 2022-03-23閲覧.torch.fx.symbolic_trace()
... can’t handle control flow" PyTorch. Why do you need another way of optimizing PyTorch code? - Getting Started - TorchDynamo Overview. pytorch.org. 2023-08-28閲覧.