For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo module
pool
Structsβ
Functionsβ
- β
avg_pool: - β
avg_pool_compute: - β
avg_pool_compute_init: - β
avg_pool_cpu: Computes the average pool. - β
avg_pool_gpu: Computes the average pool on GPU. - β
max_pool: - β
max_pool_compute: - β
max_pool_compute_init: - β
max_pool_cpu: Computes fp32 pooling. - β
max_pool_gpu: Computes max pooling on GPU. - β
pool_dim_size: - β
pool_shape: - β
pool_shape_ceil: - β
pool_shape_impl: Compute the output shape of a pooling operation, and assert the inputs are compatible. Works for 2D pool operations only in the NHWC format.