| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.math |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
MathOps.bincount(Operand<Integer> arr,
Operand<Integer> size,
Operand<T> weights)
Builds an
Bincount operation |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
Bincount.create(Scope scope,
Operand<Integer> arr,
Operand<Integer> size,
Operand<T> weights)
Factory method to create a class wrapping a new Bincount operation.
|
Copyright © 2015–2019. All rights reserved.