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