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 wrapping a new BoostedTreesQuantileStreamResourceDeserialize operation.
|
equals, hashCode, op, toStringpublic static BoostedTreesQuantileStreamResourceDeserialize create(Scope scope, Operand<?> quantileStreamResourceHandle, Iterable<Operand<Float>> bucketBoundaries)
scope - current 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.