| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> DynamicStitch<T> |
Ops.dynamicStitch(Iterable<Operand<Integer>> indices,
Iterable<Operand<T>> data)
Builds an
DynamicStitch operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> DynamicStitch<T> |
DynamicStitch.create(Scope scope,
Iterable<Operand<Integer>> indices,
Iterable<Operand<T>> data)
Factory method to create a class wrapping a new DynamicStitch operation.
|
Copyright © 2015–2019. All rights reserved.