Packages

class DatasetIterator[T] extends AnyRef

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

Instance Constructors

  1. new DatasetIterator(handle: Output[core.types.Resource])(_outputDataTypes: Any, _outputShapes: Any, name: String = "DatasetIterator")
    Attributes
    protected[data]

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. val _outputDataTypes: Any
    Attributes
    protected
  5. val _outputShapes: Any
    Attributes
    protected
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def createInitializer[D, S](dataset: Dataset[T], name: String = s"$name/Initializer")(implicit evOutputToDataType: Aux[T, D], evOutputToShape: Aux[T, S]): Op[(Output[core.types.Variant], Output[core.types.Resource]), Unit]
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  9. def createInitializerFromHandle(datasetHandle: Output[core.types.Variant], name: String = s"$name/Initializer"): Op[(Output[core.types.Variant], Output[core.types.Resource]), Unit]
  10. def dispose(name: String = s"$name/Dispose"): Op[Output[core.types.Resource], Unit]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. val handle: Output[core.types.Resource]
    Attributes
    protected
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val name: String
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def next[D, S](name: String = s"$name/Next")(implicit evOutputToDataType: Aux[T, D], evOutputToShape: Aux[T, S]): T
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def outputDataTypes[D](implicit ev: Aux[T, D]): D
  23. def outputShapes[S](implicit ev: Aux[T, S]): S
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def toStringHandle(name: String = s"$name/ToStringHandle"): Output[String]
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. 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 AnyRef

Inherited from Any

Ungrouped