object Parsing extends Parsing
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Parsing
- Parsing
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Feature extends AnyRef
- case class FixedLengthFeature[T](shape: core.Shape, defaultValue: tensors.Tensor[T] = null)(implicit evidence$6: core.types.TF[T]) extends Feature with Product with Serializable
- case class FixedLengthSequenceFeature[T](shape: core.Shape, allowMissing: Boolean = false, defaultValue: tensors.Tensor[T] = null)(implicit evidence$7: core.types.TF[T]) extends Feature with Product with Serializable
- case class SparseFeature[T](indexKey: Seq[String], valueKey: String, size: Seq[Int], alreadySorted: Boolean = false)(implicit evidence$8: core.types.TF[T]) extends Feature with Product with Serializable
- case class VariableLengthFeature(dataType: core.types.DataType[_]) extends Feature with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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
-
def
decodeJSONExample(jsonExamples: Output[String], name: String = "DecodeJSONExample"): Output[String]
- Definition Classes
- Parsing
-
def
decodeRaw[T](bytes: Output[String], littleEndian: Boolean = true, name: String = "DecodeRaw")(implicit arg0: core.types.TF[T]): Output[T]
- Definition Classes
- Parsing
-
def
decodeTensor[T](data: Output[String], name: String = "DecodeTensor")(implicit arg0: core.types.TF[T]): Output[T]
- Definition Classes
- Parsing
-
def
encodeTensor[T](tensor: Output[T], name: String = "EncodeTensor")(implicit arg0: core.types.TF[T]): Output[String]
- Definition Classes
- Parsing
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
stringToNumber[T](data: Output[String], name: String = "StringToNumber")(implicit arg0: core.types.TF[T]): Output[T]
- Definition Classes
- Parsing
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )