| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> SerializeManySparse<String> |
Ops.serializeManySparse(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape)
Adds an
SerializeManySparse operation to the graph |
<U,T> SerializeManySparse<U> |
Ops.serializeManySparse(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
Class<U> outType)
Adds an
SerializeManySparse operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <T> SerializeManySparse<String> |
SerializeManySparse.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape)
Factory method to create a class to wrap a new SerializeManySparse operation to the graph, using default output types.
|
static <U,T> SerializeManySparse<U> |
SerializeManySparse.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
Class<U> outType)
Factory method to create a class to wrap a new SerializeManySparse operation to the graph.
|
Copyright © 2015–2019. All rights reserved.