Packages

object Parsing extends Parsing

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

Type Members

  1. sealed trait Feature extends AnyRef
  2. sealed trait Features[T] extends AnyRef
  3. case class FixedLengthFeature[T](key: String, shape: core.Shape, defaultValue: Option[tensors.Tensor[T]] = None)(implicit evidence$6: core.types.TF[T], evidence$7: core.types.IsStringOrFloatOrLong[T]) extends Feature with Product with Serializable
  4. case class SparseFeature[T](indexKeys: Seq[String], valueKey: String, size: Seq[Long], alreadySorted: Boolean = false)(implicit evidence$10: core.types.TF[T], evidence$11: core.types.IsStringOrFloatOrLong[T]) extends Feature with Product with Serializable
  5. case class VariableLengthFeature[T](key: String, dataType: core.types.DataType[T])(implicit evidence$8: core.types.TF[T], evidence$9: core.types.IsStringOrFloatOrLong[T]) extends Feature with Product with Serializable

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def decodeCSV[T](records: Output[String], recordDefaults: Seq[Output[T]], dataTypes: Seq[core.types.DataType[T]], delimiter: String = ",", useQuoteDelimiters: Boolean = true, name: String = "DecodeCSV")(implicit arg0: core.types.TF[T]): Seq[Output[T]]
    Definition Classes
    Parsing
  7. def decodeJSONExample(jsonExamples: Output[String], name: String = "DecodeJSONExample"): Output[String]
    Definition Classes
    Parsing
  8. def decodeRaw[T](bytes: Output[String], littleEndian: Boolean = true, name: String = "DecodeRaw")(implicit arg0: core.types.TF[T]): Output[T]
    Definition Classes
    Parsing
  9. def decodeTensor[T](data: Output[String], name: String = "DecodeTensor")(implicit arg0: core.types.TF[T]): Output[T]
    Definition Classes
    Parsing
  10. def encodeTensor[T](tensor: Output[T], name: String = "EncodeTensor")(implicit arg0: core.types.TF[T]): Output[String]
    Definition Classes
    Parsing
  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. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def parseExample[T, R](serialized: Output[String], features: T, debugNames: Output[String] = Tensor.fill[String](Shape())("").toOutput, name: String = "ParseExample")(implicit ev: Aux[T, R]): R
    Definition Classes
    Parsing
    Annotations
    @throws(scala.this.throws.<init>$default$1[org.platanios.tensorflow.api.core.exception.InvalidArgumentException])
  20. def parseSingleExample[T, R](serialized: Output[String], features: T, name: String = "ParseSingleExample")(implicit ev: Aux[T, R]): R
    Definition Classes
    Parsing
    Annotations
    @throws(scala.this.throws.<init>$default$1[org.platanios.tensorflow.api.core.exception.InvalidArgumentException])
  21. def stringToNumber[T](data: Output[String], name: String = "StringToNumber")(implicit arg0: core.types.TF[T]): Output[T]
    Definition Classes
    Parsing
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. object Features

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 Parsing

Inherited from AnyRef

Inherited from Any

Ungrouped