| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number,U extends Number> |
Ops.unsortedSegmentJoin(Operand<String> inputs,
Operand<T> segmentIds,
Operand<U> numSegments,
UnsortedSegmentJoin.Options... options)
Builds an
UnsortedSegmentJoin operation |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number,U extends Number> |
UnsortedSegmentJoin.create(Scope scope,
Operand<String> inputs,
Operand<T> segmentIds,
Operand<U> numSegments,
UnsortedSegmentJoin.Options... options)
Factory method to create a class wrapping a new UnsortedSegmentJoin operation.
|
Copyright © 2015–2019. All rights reserved.