object PTBLoader extends Loader
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PTBLoader
- Loader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val compressedFilename: String
- val dataPath: String
- def download(path: Path, url: String, bufferSize: Int = 8192): Unit
- Attributes
- protected
- Definition Classes
- Loader
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val googleDriveConfirmTokenRegex: Regex
- Attributes
- protected
- Definition Classes
- Loader
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def load(path: Path, bufferSize: Int = 8192): PTBDataset
- val logger: Logger
- def main(args: Array[String]): Unit
- def maybeDownload(path: Path, url: String, bufferSize: Int = 8192): Boolean
- Definition Classes
- Loader
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val testFilename: String
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tokensToBatchIterable(tokens: Seq[Int], batchSize: Int, numSteps: Int): Iterable[(Tensor[Int], Tensor[Int])]
- def tokensToBatchedTFDataset(tokens: Seq[Int], batchSize: Int, numSteps: Int, name: String): api.ops.API.data.Dataset[(Output[Int], Output[Int])]
- val trainFilename: String
- val url: String
- val validFilename: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])