Packages

class DatasetIterator[T] extends AnyRef

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

Instance Constructors

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

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  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( ... )
  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: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val handle: Output[core.types.Resource]
    Attributes
    protected
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val name: String
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def next[D, S](name: String = s"$name/Next")(implicit evOutputToDataType: Aux[T, D], evOutputToShape: Aux[T, S]): T
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def outputDataTypes[D](implicit ev: Aux[T, D]): D
  24. def outputShapes[S](implicit ev: Aux[T, S]): S
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def toStringHandle(name: String = s"$name/ToStringHandle"): Output[String]
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped