Oppublic final class BoostedTreesQuantileStreamResourceDeserialize extends PrimitiveOp
An op that deserializes bucket boundaries and are boundaries ready flag into current QuantileAccumulator.
operation| Modifier and Type | Method | Description |
|---|---|---|
static BoostedTreesQuantileStreamResourceDeserialize |
create(Scope scope,
Operand<?> quantileStreamResourceHandle,
java.lang.Iterable<Operand<java.lang.Float>> bucketBoundaries) |
Factory method to create a class to wrap a new BoostedTreesQuantileStreamResourceDeserialize operation to the graph.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, hashCode, toStringpublic static BoostedTreesQuantileStreamResourceDeserialize create(Scope scope, Operand<?> quantileStreamResourceHandle, java.lang.Iterable<Operand<java.lang.Float>> bucketBoundaries)
scope - current graph scopequantileStreamResourceHandle - resource handle referring to a QuantileStreamResource.bucketBoundaries - float; List of Rank 1 Tensors each containing the bucket boundaries for a feature.