| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> Split<T> |
Ops.split(Operand<Integer> axis,
Operand<T> value,
Long numSplit)
Adds an
Split operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <T> Split<T> |
Split.create(Scope scope,
Operand<Integer> axis,
Operand<T> value,
Long numSplit)
Factory method to create a class to wrap a new Split operation to the graph.
|
Copyright © 2015–2019. All rights reserved.