conv1d

abstract fun <T : DType, V> conv1d(input: Tensor<T, V>, weight: Tensor<T, V>, bias: Tensor<T, V>? = null, stride: Int = 1, padding: Int = 0, dilation: Int = 1, groups: Int = 1): Tensor<T, V>(source)