| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> SparseConcat<T> |
Ops.sparseConcat(Iterable<Operand<Long>> indices,
Operand<T> values,
Iterable<Operand<Long>> shapes,
Long concatDim)
Adds an
SparseConcat operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <T> SparseConcat<T> |
SparseConcat.create(Scope scope,
Iterable<Operand<Long>> indices,
Operand<T> values,
Iterable<Operand<Long>> shapes,
Long concatDim)
Factory method to create a class to wrap a new SparseConcat operation to the graph.
|
Copyright © 2015–2019. All rights reserved.