Packages

object Data extends Data

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Data
  2. Data
  3. Experimental
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def chooseFromDatasets[T](selectorDataset: Dataset[Output[Long]], inputDatasets: Seq[Dataset[T]], name: String = "ChooseFromDatasets")(implicit arg0: OutputStructure[T]): Dataset[T]
    Definition Classes
    Experimental
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def datasetFromDynamicTFRecordFiles(filename: Output[String], compressionType: CompressionType = NoCompression, bufferSize: Long = 256 * 1024, name: String = "TFRecordsDataset"): Dataset[Output[String]]
    Definition Classes
    Data
  8. def datasetFromDynamicTextFiles(filenames: Output[String], compressionType: CompressionType = NoCompression, bufferSize: Long = 256 * 1024, name: String = "TextLinesDataset"): Dataset[Output[String]]
    Definition Classes
    Data
  9. def datasetFromFixedLengthRecordFiles(filenames: Seq[String], recordNumBytes: Long, headerNumBytes: Long, footerNumBytes: Long, bufferSize: Long = 256 * 1024, name: String = "FixedLengthRecordDataset"): Dataset[Output[String]]
    Definition Classes
    Data
  10. def datasetFromGenerator[T, V, D, S](generator: () => Iterable[V], outputDataType: D, outputShape: S = null)(implicit evTensorToOutput: Aux[V, T], evOutputToDataType: Aux[T, D], evDataTypeToShape: Aux[D, S], evOutputToShape: Aux[T, S], evOutputStructure: OutputStructure[T]): Dataset[T]
    Definition Classes
    Data
  11. def datasetFromOutputSlices[T](data: T, name: String = "TensorSlicesDataset")(implicit arg0: OutputStructure[T]): Dataset[T]
    Definition Classes
    Data
  12. def datasetFromOutputs[T](data: T, name: String = "TensorDataset")(implicit arg0: OutputStructure[T]): Dataset[T]
    Definition Classes
    Data
  13. def datasetFromRange(start: Long, limit: Long, delta: Long = 1L, name: String = "RangeDataset"): Dataset[Output[Long]]
    Definition Classes
    Data
  14. def datasetFromTFRecordFiles(filename: String, compressionType: CompressionType = NoCompression, bufferSize: Long = 256 * 1024, name: String = "TFRecordsDataset"): Dataset[Output[String]]
    Definition Classes
    Data
  15. def datasetFromTensorSlices[T, V, DD, SS](data: V, name: String = "TensorSlicesDataset")(implicit evTensorToOutput: Aux[V, T], evTensorToDataType: Aux[V, DD], evTensorToShape: Aux[V, SS], evOutputStructure: OutputStructure[T]): Dataset[T]
    Definition Classes
    Data
  16. def datasetFromTensors[T, V, DD, SS](data: V, name: String = "TensorDataset")(implicit evTensorToOutput: Aux[V, T], evTensorToDataType: Aux[V, DD], evTensorToShape: Aux[V, SS], evOutputStructure: OutputStructure[T]): Dataset[T]
    Definition Classes
    Data
  17. def datasetFromTextFiles(filenames: Seq[String], compressionType: CompressionType = NoCompression, bufferSize: Long = 256 * 1024, name: String = "TextLinesDataset"): Dataset[Output[String]]
    Definition Classes
    Data
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def randomDataset(seed: Option[Int] = None, name: String = "RandomDataset"): Dataset[Output[Long]]
    Definition Classes
    Data
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. 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 Data

Inherited from Experimental

Inherited from AnyRef

Inherited from Any

Ungrouped