public final class WriteSummary extends PrimitiveOp
operation| Modifier and Type | Method and Description |
|---|---|
static <T> WriteSummary |
create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<T> tensor,
Operand<String> tag,
Operand<String> summaryMetadata)
Factory method to create a class to wrap a new WriteSummary operation to the graph.
|
equals, hashCode, toStringpublic static <T> WriteSummary create(Scope scope, Operand<?> writer, Operand<Long> step, Operand<T> tensor, Operand<String> tag, Operand<String> summaryMetadata)
scope - current graph scopewriter - step - tensor - tag - summaryMetadata - Copyright © 2015–2019. All rights reserved.