| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.io |
| Modifier and Type | Method and Description |
|---|---|
<T> SerializeSparse<String> |
IoOps.serializeSparse(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape)
Builds an
SerializeSparse operation |
<U,T> SerializeSparse<U> |
IoOps.serializeSparse(Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
Class<U> outType)
Builds an
SerializeSparse operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> SerializeSparse<String> |
SerializeSparse.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape)
Factory method to create a class wrapping a new SerializeSparse operation using default output types.
|
static <U,T> SerializeSparse<U> |
SerializeSparse.create(Scope scope,
Operand<Long> sparseIndices,
Operand<T> sparseValues,
Operand<Long> sparseShape,
Class<U> outType)
Factory method to create a class wrapping a new SerializeSparse operation.
|
Copyright © 2015–2019. All rights reserved.