ggml_conv_1d_dw: Depthwise 1D Convolution (Graph)

View source: R/operations.R

ggml_conv_1d_dwR Documentation

Depthwise 1D Convolution (Graph)

Description

Applies depthwise 1D convolution: each input channel is convolved with its own kernel.

Usage

ggml_conv_1d_dw(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.