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