Packages

class DecoderProcessor extends AnyRef

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

Instance Constructors

  1. new DecoderProcessor(batchSize: Int, maxTextLength: Int, sequenceLength: Int, doSample: Boolean, topK: Int, vocabSize: Int, noRepeatNgramSize: Int, randomSeed: Option[Int], stopTokens: Array[Int], ignoreTokenIds: Array[Int], maxNewTokens: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val batchSize: Int
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. var currentLength: Int
  8. val doSample: Boolean
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val ignoreTokenIds: Array[Int]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val maxNewTokens: Int
  17. val maxTextLength: Int
  18. var nPredictedTokens: Int
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val noRepeatNgramSize: Int
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def processLogits(batchLogits: Array[Array[Float]], decoderInputIds: Array[Array[Int]]): (Array[Array[Int]], Array[Float])
  24. def processLogits(batchLogits: Array[Array[Float]], decoderInputIds: Array[Array[Long]]): (Array[Array[Long]], Array[Float])
  25. val randomSeed: Option[Int]
  26. var sentenceLengths: List[Int]
  27. val sequenceLength: Int
  28. def softmax(scores: Array[Float]): Array[Float]
  29. def stopDecoding(decoderInputIds: Array[Array[Long]]): Boolean
  30. def stopDecoding(decoderInputIds: Array[Array[Int]]): Boolean
  31. val stopTokens: Array[Int]
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. val topK: Int
  35. var unfinishedSentences: List[Int]
  36. val vocabSize: Int
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped