| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
Ops.bucketize(Operand<T> input,
List<Float> boundaries)
Builds an
Bucketize operation |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
Bucketize.create(Scope scope,
Operand<T> input,
List<Float> boundaries)
Factory method to create a class wrapping a new Bucketize operation.
|
Copyright © 2015–2019. All rights reserved.