Conv2DTransposed

case class Conv2DTransposed(scope: Scope, input: Variable, weight: Variable, bias: Variable, stride: Long, padding: Long, dilation: Long) extends Op
trait Serializable
trait Product
trait Equals
trait Op
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

val batchSize: Long
val imageHeight: Long
val imageWidth: Long
val inputChannels: Long
val kernelSize: Long
val outChannels: Long
override val params: List[(Variable, (STen, STen) => Unit)]