Package

org.platanios.tensorflow.api.io

events

Permalink

package events

Visibility
  1. Public
  2. All

Type Members

  1. case class AudioEventRecord(wallTime: Double, step: Long, value: AudioValue) extends EventRecord[AudioValue] with Product with Serializable

    Permalink
  2. case class AudioValue(encodedAudio: ByteString, contentType: String, sampleRate: Float, numChannels: Long, lengthFrames: Long) extends Product with Serializable

    Permalink
  3. case class CompressedHistogramEventRecord(wallTime: Double, step: Long, value: Seq[HistogramValue]) extends EventRecord[Seq[HistogramValue]] with Product with Serializable

    Permalink
  4. case class EventAccumulator(path: Path, sizeGuidance: Map[EventType, Int] = ..., histogramCompressionBps: Seq[Int] = ..., purgeOrphanedData: Boolean = true) extends Product with Serializable

    Permalink
  5. class EventFileReader extends utilities.Closeable with Loader[Event]

    Permalink
  6. class EventFileWriter extends AnyRef

    Permalink
  7. case class EventMultiplexer(initialRunPaths: Map[String, Path] = Map.empty[String, Path], sizeGuidance: Map[EventType, Int] = ..., histogramCompressionBps: Seq[Int] = ..., purgeOrphanedData: Boolean = true) extends Product with Serializable

    Permalink
  8. trait EventRecord[T] extends AnyRef

    Permalink
  9. sealed trait EventType extends AnyRef

    Permalink
  10. case class HistogramEventRecord(wallTime: Double, step: Long, value: HistogramValue) extends EventRecord[HistogramValue] with Product with Serializable

    Permalink
  11. case class HistogramValue(min: Double, max: Double, num: Double, sum: Double, sumSquares: Double, bucketLimits: Seq[Double], buckets: Seq[Double]) extends Product with Serializable

    Permalink
  12. case class ImageEventRecord(wallTime: Double, step: Long, value: ImageValue) extends EventRecord[ImageValue] with Product with Serializable

    Permalink
  13. case class ImageValue(encodedImage: ByteString, width: Int, height: Int, colorSpace: Int) extends Product with Serializable

    Permalink
  14. case class ScalarEventRecord(wallTime: Double, step: Long, value: Float) extends EventRecord[Float] with Product with Serializable

    Permalink
  15. class SummaryFileWriter extends EventFileWriter

    Permalink
  16. case class TensorEventRecord(wallTime: Double, step: Long, value: TensorProto) extends EventRecord[TensorProto] with Product with Serializable

    Permalink

Ungrouped