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, topP: Double, temperature: Double, vocabSize: Int, noRepeatNgramSize: Int, repetitionPenalty: Double, randomSeed: Option[Long], 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. def createNextTokenLogitsPenalties(inputIds: Seq[Array[Int]], logits: Array[Array[Float]], repetitionPenalty: Double): Array[Array[Float]]
  8. var currentLength: Int
  9. val doSample: Boolean
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val ignoreTokenIds: Array[Int]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val maxNewTokens: Int
  18. val maxTextLength: Int
  19. var nPredictedTokens: Int
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. val noRepeatNgramSize: Int
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def processLogits(batchLogits: Array[Array[Float]], decoderInputIds: Array[Array[Int]]): Array[Array[Int]]
  25. def processLogits(batchLogits: Array[Array[Float]], decoderInputIds: Array[Array[Long]]): Array[Array[Long]]
  26. val randomSeed: Option[Long]
  27. val repetitionPenalty: Double
  28. var sentenceLengths: List[Int]
  29. val sequenceLength: Int
  30. def stopDecoding(decoderInputIds: Array[Array[Long]]): Boolean
  31. def stopDecoding(decoderInputIds: Array[Array[Int]]): Boolean
  32. val stopTokens: Array[Int]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. val temperature: Double
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. val topK: Int
  37. val topP: Double
  38. var unfinishedSentences: List[Int]
  39. val vocabSize: Int
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped