| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> SparseToSparseSetOperation<T> |
Ops.sparseToSparseSetOperation(Operand<Long> set1Indices,
Operand<T> set1Values,
Operand<Long> set1Shape,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
SparseToSparseSetOperation.Options... options)
Adds an
SparseToSparseSetOperation operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static SparseToSparseSetOperation.Options |
SparseToSparseSetOperation.validateIndices(Boolean validateIndices) |
SparseToSparseSetOperation.Options |
SparseToSparseSetOperation.Options.validateIndices(Boolean validateIndices) |
| Modifier and Type | Method and Description |
|---|---|
static <T> SparseToSparseSetOperation<T> |
SparseToSparseSetOperation.create(Scope scope,
Operand<Long> set1Indices,
Operand<T> set1Values,
Operand<Long> set1Shape,
Operand<Long> set2Indices,
Operand<T> set2Values,
Operand<Long> set2Shape,
String setOperation,
SparseToSparseSetOperation.Options... options)
Factory method to create a class to wrap a new SparseToSparseSetOperation operation to the graph.
|
Copyright © 2015–2019. All rights reserved.