TensorPlay
API symbolsnn
Copy
View Markdown

tensorplay.nn.utils.stateless.functional_call

tensorplay.nn.utils.stateless.functional_call(module: Any, parameters_and_buffers: dict[str, Any], args: Any = None, kwargs: dict[str, Any] | None = None, *, tie_weights: bool = True, strict: bool = False)[source]

Calls module with the given parameters and buffers in place of its own.

tensorplay.func.functional_call() is the supported entry point and additionally accepts several dicts; this one exists for the stateless machinery itself.

On this page

Ask DeepWiki