API symbolsnn
Copy
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
modulewith 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.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?

