public final class WriteHistogramSummary 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> values)
Factory method to create a class to wrap a new WriteHistogramSummary operation to the graph.
|
equals, hashCode, toStringpublic static <T extends Number> WriteHistogramSummary create(Scope scope, Operand<?> writer, Operand<Long> step, Operand<String> tag, Operand<T> values)
scope - current graph scopewriter - step - tag - values - Copyright © 2015–2019. All rights reserved.