conv1d

fun DagBuilder.conv1d(input: GraphValue<*>, weight: GraphValue<*>, bias: GraphValue<*>, stride: Int, padding: Int, dilation: Int, groups: Int = 1, id: String = ""): GraphValue<*>

DSL extension for conv1d.