urbanlc.model.pipeline_transforms.AppendBUI.forward#
- AppendBUI.forward(input: Tensor, params: Optional[Dict[str, Tensor]] = None, **kwargs) Tensor #
Perform forward operations.
- Args:
input: the input tensor. params: the corresponding parameters for an operation.
If None, a new parameter suite will be generated.
**kwargs: key-value pairs to override the parameters and flags.
- Note:
By default, all the overwriting parameters in kwargs will not be recorded as in
self._params
. If you wish it to be recorded, you may passsave_kwargs=True
additionally.