Entry point for running the module. Equivalent to model(x) in Python. In the future, this is where forward hooks will be triggered. Call forward() directly to bypass hooks.
model(x)
forward()
Protected
Entry point for running the module. Equivalent to
model(x)in Python. In the future, this is where forward hooks will be triggered. Callforward()directly to bypass hooks.