trait Data extends Experimental
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Data
- Experimental
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
chooseFromDatasets[T](selectorDataset: Dataset[Output[Long]], inputDatasets: Seq[Dataset[T]], name: String = "ChooseFromDatasets")(implicit arg0: OutputStructure[T]): Dataset[T]
- Definition Classes
- Experimental
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def datasetFromDynamicTextFiles(filenames: Output[String], compressionType: CompressionType = NoCompression, bufferSize: Long = 256 * 1024, name: String = "TextLinesDataset"): Dataset[Output[String]]
- def datasetFromFixedLengthRecordFiles(filenames: Seq[String], recordNumBytes: Long, headerNumBytes: Long, footerNumBytes: Long, bufferSize: Long = 256 * 1024, name: String = "FixedLengthRecordDataset"): Dataset[Output[String]]
- def datasetFromGenerator[T, V, D, S](generator: () ⇒ Iterable[V], outputDataType: D, outputShape: S = null)(implicit evTensorToOutput: Aux[V, T], evOutputToDataType: Aux[T, D], evDataTypeToShape: Aux[D, S], evOutputToShape: Aux[T, S], evOutputStructure: OutputStructure[T]): Dataset[T]
- def datasetFromOutputSlices[T](data: T, name: String = "TensorSlicesDataset")(implicit arg0: OutputStructure[T]): Dataset[T]
- def datasetFromOutputs[T](data: T, name: String = "TensorDataset")(implicit arg0: OutputStructure[T]): Dataset[T]
- def datasetFromRange(start: Long, limit: Long, delta: Long = 1L, name: String = "RangeDataset"): Dataset[Output[Long]]
- def datasetFromTFRecordFiles(filenames: Seq[String], compressionType: CompressionType = NoCompression, bufferSize: Long = 256 * 1024, name: String = "TFRecordsDataset"): Dataset[Output[String]]
- def datasetFromTensorSlices[T, V, DD, SS](data: V, name: String = "TensorSlicesDataset")(implicit evTensorToOutput: Aux[V, T], evTensorToDataType: Aux[V, DD], evTensorToShape: Aux[V, SS], evOutputStructure: OutputStructure[T]): Dataset[T]
- def datasetFromTensors[T, V, DD, SS](data: V, name: String = "TensorDataset")(implicit evTensorToOutput: Aux[V, T], evTensorToDataType: Aux[V, DD], evTensorToShape: Aux[V, SS], evOutputStructure: OutputStructure[T]): Dataset[T]
- def datasetFromTextFiles(filenames: Seq[String], compressionType: CompressionType = NoCompression, bufferSize: Long = 256 * 1024, name: String = "TextLinesDataset"): Dataset[Output[String]]
-
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 randomDataset(seed: Option[Int] = None, name: String = "RandomDataset"): Dataset[Output[Long]]
-
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( ... )