ggml_win_part: Window Partition (Graph)

View source: R/operations.R

ggml_win_partR Documentation

Window Partition (Graph)

Description

Partitions a tensor into non-overlapping windows of size w.

Usage

ggml_win_part(ctx, a, w)

Arguments

ctx

GGML context

a

Input tensor

w

Window size

Value

Partitioned tensor


ggmlR documentation built on July 14, 2026, 1:08 a.m.