Package

com.spotify.scio

tensorflow

Permalink

package tensorflow

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

Type Members

  1. class SeqTFExampleSCollectionFunctions[T <: Example] extends Serializable

    Permalink
  2. case class TFExampleIO(path: String) extends TestIO[Example] with Product with Serializable

    Permalink
  3. class TFExampleSCollectionFunctions[T <: Example] extends AnyRef

    Permalink
  4. class TFFileStorageFunctions extends AnyRef

    Permalink

    File storage functions for Tensorflow TFRecord files.

  5. case class TFRecordFileTap(path: String) extends Tap[Array[Byte]] with Product with Serializable

    Permalink

    Tap for Tensorflow TFRecord files.

  6. case class TFRecordIO(path: String) extends TestIO[Array[Byte]] with Product with Serializable

    Permalink
  7. class TFRecordSCollectionFunctions[T <: Array[Byte]] extends AnyRef

    Permalink
  8. sealed trait TFRecordSpec extends AnyRef

    Permalink

    Contains metadata about TFRecords.

    Contains metadata about TFRecords. Useful to read the records later on.

  9. final class TFScioContextFunctions extends AnyVal

    Permalink
  10. class TensorFlowSCollectionFunctions[T] extends Serializable

    Permalink

    Enhanced version of SCollection with TensorFlow methods.

Value Members

  1. object TFRecordSpec

    Permalink
  2. implicit def makeSeqTFExampleSCollectionFunctions[T <: Example](s: SCollection[Seq[T]]): SeqTFExampleSCollectionFunctions[T]

    Permalink

    Implicit conversion from SCollection to TFExampleSCollectionFunctions.

  3. implicit def makeTFExampleSCollectionFunctions[T <: Example](s: SCollection[T]): TFExampleSCollectionFunctions[T]

    Permalink

    Implicit conversion from SCollection to TFExampleSCollectionFunctions.

  4. implicit def makeTFRecordSCollectionFunctions[T <: Array[Byte]](s: SCollection[T]): TFRecordSCollectionFunctions[T]

    Permalink

    Implicit conversion from SCollection to TFRecordSCollectionFunctions.

  5. implicit def makeTFScioContextFunctions(s: ScioContext): TFScioContextFunctions

    Permalink

    Implicit conversion from ScioContext to TFScioContextFunctions.

  6. implicit def makeTensorFlowSCollectionFunctions[T](s: SCollection[T])(implicit arg0: ClassTag[T]): TensorFlowSCollectionFunctions[T]

    Permalink

    Implicit conversion from SCollection to TensorFlowSCollectionFunctions.

Inherited from AnyRef

Inherited from Any

Ungrouped