Packages

p

lamp.nn

graph

package graph

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. graph
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class GCN[M <: Module](transform: M with Module) extends GraphModule with Product with Serializable
  2. case class Graph(nodeFeatures: Variable, edgeFeatures: Variable, edgeI: STen, edgeJ: STen, vertexPoolingIndices: STen) extends Product with Serializable
  3. case class GraphAttention(wNodeKey1: Constant, wNodeKey2: Constant, wEdgeKey: Constant, wNodeValue: Constant, wAttention: Option[Constant], nonLinearity: Boolean, dropout: Dropout, numHeads: Int) extends GenericModule[Graph, Graph] with Product with Serializable
  4. type GraphModule = GenericModule[Graph, Graph]
  5. case class MPNN[M1 <: Module, M2 <: Module](messageTransform: M1 with Module, vertexTransform: M2 with Module, degreeNormalizeI: Boolean = true, degreeNormalizeJ: Boolean = true, aggregateJ: Boolean = true) extends GraphModule with Product with Serializable

Value Members

  1. object GCN extends Serializable
  2. object GraphAttention extends Serializable
  3. object MPNN extends Serializable
  4. object VertexPooling

Inherited from AnyRef

Inherited from Any

Ungrouped