Skip to content

Latest commit

History

History
17 lines (11 loc) 路 321 Bytes

AvgPool.mdx

File metadata and controls

17 lines (11 loc) 路 321 Bytes

import { Callout } from "nextra-theme-docs" import { Tab, Tabs } from "nextra-theme-docs"

AvgPool

Average pooling layer that averages over the penultimate dimension of an input tensor.

AvgPool()

Forward

(x: jaxtyping.Float[Tensor, '... n d']) -> jaxtyping.Float[Tensor, '... d']