# tensorplay.nn.utils.stateless.functional_call

Source: https://www.tensorplay.cn/docs/generated/tensorplay.nn.utils.stateless.functional_call.html

```python
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)
```

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.
