class SummaryFileWriter extends EventFileWriter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SummaryFileWriter
- EventFileWriter
- 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
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
close(): Unit
- Definition Classes
- EventFileWriter
-
def
closed: Boolean
- Definition Classes
- EventFileWriter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
filenameSuffix: String
- Definition Classes
- SummaryFileWriter → EventFileWriter
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flush(): Unit
- Definition Classes
- EventFileWriter
-
val
flushFrequency: Int
- Definition Classes
- SummaryFileWriter → EventFileWriter
-
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()
-
val
queueCapacity: Int
- Definition Classes
- SummaryFileWriter → EventFileWriter
-
def
reopen(): Unit
- Definition Classes
- EventFileWriter
-
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( ... )
-
val
workingDir: Path
- Definition Classes
- SummaryFileWriter → EventFileWriter
-
def
write(event: Event): Unit
- Definition Classes
- EventFileWriter
- def writeGraph(graph: core.Graph, step: Long = 0L): Unit
- def writeGraphDef(graphDef: GraphDef, step: Long = 0L): Unit
- def writeMetaGraphDef(metaGraphDef: MetaGraphDef, step: Long = 0L): Unit
-
def
writeRunMetadata(runMetadata: RunMetadata, tag: String, step: Long): Unit
- Annotations
- @throws( ... )
- def writeSessionLog(sessionLog: SessionLog, step: Long): Unit
- def writeSummary(summary: Summary, step: Long): Unit
- def writeSummaryString(summary: String, step: Long): Unit