Conv1D

lamp.nn.Conv1D$
See theConv1D companion class
object Conv1D

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Conv1D.type

Members list

Type members

Classlikes

case object Bias extends LeafTag

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LeafTag
trait PTag
class Object
trait Matchable
class Any
Show all
Self type
Bias.type
case object Weights extends LeafTag

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LeafTag
trait PTag
class Object
trait Matchable
class Any
Show all
Self type
Weights.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[S : Sc](inChannels: Long, outChannels: Long, kernelSize: Long, tOpt: STenOptions, bias: Boolean, stride: Long, padding: Long, dilation: Long, groups: Long): Conv1D

Implicits

Implicits

implicit val load: Load[Conv1D]