You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CompiledModel object contains both ForgeGraphModule and CompiledGraphState objects for each graph (fwd, bwd and opt). Both of these classes essentially encapsulate Graph with additional info.
We should figure out a way to reorganize this. Possibly swap these out with new runtime structures that are coming with the runtime refactoring /runtime stitching/new tensor changes.
The text was updated successfully, but these errors were encountered:
The
CompiledModel
object contains bothForgeGraphModule
andCompiledGraphState
objects for each graph (fwd, bwd and opt). Both of these classes essentially encapsulateGraph
with additional info.We should figure out a way to reorganize this. Possibly swap these out with new runtime structures that are coming with the runtime refactoring /runtime stitching/new tensor changes.
The text was updated successfully, but these errors were encountered: