public final class BoostedTreesQuantileStreamResourceDeserialize extends PrimitiveOp
An op that deserializes bucket boundaries and are boundaries ready flag into current QuantileAccumulator.
operation| Modifier and Type | Method and Description |
|---|---|
static BoostedTreesQuantileStreamResourceDeserialize |
create(Scope scope,
Operand<?> quantileStreamResourceHandle,
Iterable<Operand<Float>> bucketBoundaries)
Factory method to create a class to wrap a new BoostedTreesQuantileStreamResourceDeserialize operation to the graph.
|
equals, hashCode, toStringpublic static BoostedTreesQuantileStreamResourceDeserialize create(Scope scope, Operand<?> quantileStreamResourceHandle, Iterable<Operand<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.Copyright © 2015–2019. All rights reserved.