xlnstorch.operators.lns_avg_pool1d

Contents

xlnstorch.operators.lns_avg_pool1d#

xlnstorch.operators.lns_avg_pool1d(x, kernel_size, stride=None, padding=0, ceil_mode=False, count_include_pad=True)#

See docs for torch.avg_pool1d() for parameter/return details. Typically, torch.Tensor arguments are the equivalent internal representations of LNStensors.

Parameters:
Return type:

Tensor