diff --git a/doc/html/hummingbird/ml/operator_converters/onnx/onnx_operator.html b/doc/html/hummingbird/ml/operator_converters/onnx/onnx_operator.html index a4d297863..5a387b069 100644 --- a/doc/html/hummingbird/ml/operator_converters/onnx/onnx_operator.html +++ b/doc/html/hummingbird/ml/operator_converters/onnx/onnx_operator.html @@ -327,18 +327,10 @@
-def forward(self, x)
+def forward(self, x) -> Callable[..., Any]
Defines the computation performed at every call.
-Should be overridden by all subclasses.
-Note
-Although the recipe for forward pass needs to be defined within
-this function, one should call the :class:Module
instance afterwards
-instead of this since the former takes care of running the
-registered hooks while the latter silently ignores them.
-def forward(self, *x)
+def forward(self, *x) -> Callable[..., Any]
Defines the computation performed at every call.
-Should be overridden by all subclasses.
-Note
-Although the recipe for forward pass needs to be defined within
-this function, one should call the :class:Module
instance afterwards
-instead of this since the former takes care of running the
-registered hooks while the latter silently ignores them.
-def forward(self, x)
+def forward(self, x) -> Callable[..., Any]
Defines the computation performed at every call.
-Should be overridden by all subclasses.
-Note
-Although the recipe for forward pass needs to be defined within
-this function, one should call the :class:Module
instance afterwards
-instead of this since the former takes care of running the
-registered hooks while the latter silently ignores them.
-def forward(self, x)
+def forward(self, x) -> Callable[..., Any]
Defines the computation performed at every call.
-Should be overridden by all subclasses.
-Note
-Although the recipe for forward pass needs to be defined within
-this function, one should call the :class:Module
instance afterwards
-instead of this since the former takes care of running the
-registered hooks while the latter silently ignores them.