mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Formatting fixes (#1606)
This commit is contained in:
committed by
GitHub
parent
cb431dfc9f
commit
d8c824c594
@@ -450,6 +450,7 @@ class AvgPool3d(_Pool3d):
|
||||
>>> pool = nn.AvgPool3d(kernel_size=2, stride=2)
|
||||
>>> pool(x)
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
kernel_size: Union[int, Tuple[int, int, int]],
|
||||
|
||||
Reference in New Issue
Block a user