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 wrapping a new WriteSummary operation.
|
equals, hashCode, op, toStringpublic static <T> WriteSummary create(Scope scope, Operand<?> writer, Operand<Long> step, Operand<T> tensor, Operand<String> tag, Operand<String> summaryMetadata)
scope - current scopewriter - step - tensor - tag - summaryMetadata - Copyright © 2015–2019. All rights reserved.