VertexPooling

lamp.nn.graph.VertexPooling$
object VertexPooling

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Mean extends PoolType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PoolType
class Object
trait Matchable
class Any
Show all
Self type
Mean.type
sealed trait PoolType

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Mean.type
object Sum.type
case object Sum extends PoolType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PoolType
class Object
trait Matchable
class Any
Show all
Self type
Sum.type

Value members

Concrete methods

def apply[S : Sc](x: Graph, pooling: PoolType): Variable