mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
fixed typo error (#162055)
Fixes #162054 Pull Request resolved: https://github.com/pytorch/pytorch/pull/162055 Approved by: https://github.com/RajeshvShiyal, https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
a918bbad6a
commit
5f3cbc9442
@ -33,7 +33,7 @@ class Interpreter:
|
||||
transformations as well as analysis passes.
|
||||
|
||||
Methods in the Interpreter class can be overridden to customize
|
||||
the behavior of execution. The map of overrideable methods
|
||||
the behavior of execution. The map of overridable methods
|
||||
in terms of call hierarchy::
|
||||
|
||||
run()
|
||||
|
Reference in New Issue
Block a user