package events
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AudioEventRecord(wallTime: Double, step: Long, value: AudioValue) extends EventRecord[AudioValue] with Product with Serializable
- case class AudioValue(encodedAudio: ByteString, contentType: String, sampleRate: Float, numChannels: Long, lengthFrames: Long) extends Product with Serializable
- case class CompressedHistogramEventRecord(wallTime: Double, step: Long, value: Seq[HistogramValue]) extends EventRecord[Seq[HistogramValue]] with Product with Serializable
- case class EventAccumulator(path: Path, sizeGuidance: Map[EventType, Int] = ..., histogramCompressionBps: Seq[Int] = ..., purgeOrphanedData: Boolean = true) extends Product with Serializable
- class EventFileReader extends utilities.Closeable with Loader[Event]
- class EventFileWriter extends AnyRef
- 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
- trait EventRecord[T] extends AnyRef
- sealed trait EventType extends AnyRef
- case class HistogramEventRecord(wallTime: Double, step: Long, value: HistogramValue) extends EventRecord[HistogramValue] with Product with Serializable
- case class HistogramValue(min: Double, max: Double, num: Double, sum: Double, sumSquares: Double, bucketLimits: Seq[Double], buckets: Seq[Double]) extends Product with Serializable
- case class ImageEventRecord(wallTime: Double, step: Long, value: ImageValue) extends EventRecord[ImageValue] with Product with Serializable
- case class ImageValue(encodedImage: ByteString, width: Int, height: Int, colorSpace: Int) extends Product with Serializable
- case class ScalarEventRecord(wallTime: Double, step: Long, value: Float) extends EventRecord[Float] with Product with Serializable
- class SummaryFileWriter extends EventFileWriter
- case class TensorEventRecord(wallTime: Double, step: Long, value: TensorProto) extends EventRecord[TensorProto] with Product with Serializable
Value Members
- object AudioEventType extends EventType with Product with Serializable
- object CompressedHistogramEventType extends EventType with Product with Serializable
- object EventAccumulator extends Serializable
- object EventFileWriter
- object EventMultiplexer extends Serializable
- object EventPluginUtilities
- object GraphEventType extends EventType with Product with Serializable
- object HistogramEventType extends EventType with Product with Serializable
- object ImageEventType extends EventType with Product with Serializable
- object MetaGraphEventType extends EventType with Product with Serializable
- object RunMetadataEventType extends EventType with Product with Serializable
- object ScalarEventType extends EventType with Product with Serializable
- object SummaryFileWriter
- object SummaryFileWriterCache
- object TensorEventType extends EventType with Product with Serializable