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