Package

com.spotify.scio

tensorflow

Permalink

package tensorflow

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

Type Members

  1. final class PredictSCollectionFunctions[T] extends AnyRef

    Permalink

    Enhanced version of SCollection with TensorFlow methods.

  2. final class SeqTFExampleSCollectionFunctions[T <: Example] extends AnyVal

    Permalink
  3. final case class TFExampleIO(path: String) extends ScioIO[Example] with Product with Serializable

    Permalink
  4. final class TFExampleSCollectionFunctions[T <: Example] extends AnyVal

    Permalink
  5. class TFFileStorageFunctions extends AnyRef

    Permalink

    File storage functions for Tensorflow TFRecord files.

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

    Permalink

    Tap for Tensorflow TFRecord files.

  7. final case class TFRecordIO(path: String) extends ScioIO[Array[Byte]] with Product with Serializable

    Permalink
  8. final class TFRecordSCollectionFunctions[T <: Array[Byte]] extends AnyVal

    Permalink
  9. final class TFScioContextFunctions extends AnyVal

    Permalink
  10. trait TensorFlowImplicits extends AnyRef

    Permalink

Value Members

  1. object SeqTFExampleSCollectionFunctions

    Permalink
  2. object TFExampleIO extends Serializable

    Permalink
  3. object TFExampleSCollectionFunctions

    Permalink
  4. object TFRecordIO extends Serializable

    Permalink
  5. object TensorFlowImplicits extends TensorFlowImplicits

    Permalink

    This allows to not only use TensorFlowImplicits as:

    This allows to not only use TensorFlowImplicits as:

    import TensorFlowImplicits._

    But also make them available from other places through inheritance, see tensorflow.

  6. implicit val featureTypeCoder: Coder[FeatureType]

    Permalink
    Definition Classes
    TensorFlowImplicits
  7. implicit def makePredictSCollectionFunctions[T](s: SCollection[T])(implicit arg0: ClassTag[T]): PredictSCollectionFunctions[T]

    Permalink

    Implicit conversion from SCollection to PredictSCollectionFunctions.

    Implicit conversion from SCollection to PredictSCollectionFunctions.

    Definition Classes
    TensorFlowImplicits
  8. implicit def makeSeqTFExampleSCollectionFunctions[T <: Example](s: SCollection[Seq[T]]): SeqTFExampleSCollectionFunctions[T]

    Permalink

    Implicit conversion from SCollection to SeqTFExampleSCollectionFunctions.

    Implicit conversion from SCollection to SeqTFExampleSCollectionFunctions.

    Definition Classes
    TensorFlowImplicits
  9. implicit def makeTFExampleSCollectionFunctions[T <: Example](s: SCollection[T]): TFExampleSCollectionFunctions[T]

    Permalink

    Implicit conversion from SCollection to TFExampleSCollectionFunctions.

    Implicit conversion from SCollection to TFExampleSCollectionFunctions.

    Definition Classes
    TensorFlowImplicits
  10. implicit def makeTFRecordSCollectionFunctions[T <: Array[Byte]](s: SCollection[T]): TFRecordSCollectionFunctions[T]

    Permalink

    Implicit conversion from SCollection to TFRecordSCollectionFunctions.

    Implicit conversion from SCollection to TFRecordSCollectionFunctions.

    Definition Classes
    TensorFlowImplicits
  11. implicit def makeTFScioContextFunctions(s: ScioContext): TFScioContextFunctions

    Permalink

    Implicit conversion from ScioContext to TFScioContextFunctions.

    Implicit conversion from ScioContext to TFScioContextFunctions.

    Definition Classes
    TensorFlowImplicits

Inherited from TensorFlowImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped