case class Embedding[T](name: String, vocabularySize: Int, embeddingSize: Int, partitionStrategy: ops.Embedding.PartitionStrategy = ops.Embedding.ModStrategy, transformFn: (ops.Output[T]) => ops.Output[T] = null, maxNorm: tensors.Tensor[T] = null)(implicit evidence$1: core.types.TF[T], evidence$2: core.types.IsNotQuantized[T]) extends Layer[ops.Output[Int], ops.Output[T]] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Embedding
  2. Serializable
  3. Product
  4. Equals
  5. Layer
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Embedding(name: String, vocabularySize: Int, embeddingSize: Int, partitionStrategy: ops.Embedding.PartitionStrategy = ops.Embedding.ModStrategy, transformFn: (ops.Output[T]) => ops.Output[T] = null, maxNorm: tensors.Tensor[T] = null)(implicit arg0: core.types.TF[T], arg1: core.types.IsNotQuantized[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: Layer[ops.Output[Int], ops.Output[T]]): Concatenate[ops.Output[Int], ops.Output[T]]
    Definition Classes
    Layer
  4. def ++(others: Seq[Layer[ops.Output[Int], ops.Output[T]]]): Concatenate[ops.Output[Int], ops.Output[T]]
    Definition Classes
    Layer
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >>[S](other: Layer[ops.Output[T], S]): Compose[ops.Output[Int], ops.Output[T], S]
    Definition Classes
    Layer
  7. def apply(input: ops.Output[Int])(implicit mode: Mode): ops.Output[T]
    Definition Classes
    Layer
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def compose[S](other: Layer[ops.Output[T], S]): Compose[ops.Output[Int], ops.Output[T], S]
    Definition Classes
    Layer
  11. def concatenate(others: Layer[ops.Output[Int], ops.Output[T]]*): Concatenate[ops.Output[Int], ops.Output[T]]
    Definition Classes
    Layer
  12. final def currentStep: ops.Output[Long]
    Definition Classes
    Layer
  13. val embeddingSize: Int
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def forward(input: ops.Output[Int])(implicit mode: Mode): ops.Output[T]
    Definition Classes
    Layer
  16. def forwardWithoutContext(input: ops.Output[Int])(implicit mode: Mode): ops.Output[T]
    Definition Classes
    EmbeddingLayer
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getParameter[P](name: String, shape: core.Shape, initializer: Initializer = null, regularizer: Regularizer = null, trainable: Boolean = true, reuse: Reuse = ReuseOrCreateNew, collections: Set[Key[ops.variables.Variable[Any]]] = Set.empty, cachingDevice: (OpSpecification) => String = null)(implicit arg0: core.types.TF[P]): ops.Output[P]
    Definition Classes
    Layer
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val layerType: String
    Definition Classes
    EmbeddingLayer
  21. def map[MR](mapFn: (ops.Output[T]) => MR): Layer[ops.Output[Int], MR]
    Definition Classes
    Layer
  22. val maxNorm: tensors.Tensor[T]
  23. val name: String
    Definition Classes
    EmbeddingLayer
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val partitionStrategy: ops.Embedding.PartitionStrategy
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    Layer → AnyRef → Any
  31. val transformFn: (ops.Output[T]) => ops.Output[T]
  32. val vocabularySize: Int
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Layer[ops.Output[Int], ops.Output[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped