ggml_conv_1d: 1D Convolution (Graph)

View source: R/operations.R

ggml_conv_1dR Documentation

1D Convolution (Graph)

Description

Applies 1D convolution to input data.

Usage

ggml_conv_1d(ctx, a, b, s0 = 1L, p0 = 0L, d0 = 1L)

Arguments

ctx

GGML context

a

Convolution kernel tensor

b

Input data tensor

s0

Stride (default 1)

p0

Padding (default 0)

d0

Dilation (default 1)

Value

Convolved tensor


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