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