| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.io |
| Modifier and Type | Method and Description |
|---|---|
<T> DeserializeManySparse<T> |
IoOps.deserializeManySparse(Operand<String> serializedSparse,
Class<T> dtype)
Builds an
DeserializeManySparse operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> DeserializeManySparse<T> |
DeserializeManySparse.create(Scope scope,
Operand<String> serializedSparse,
Class<T> dtype)
Factory method to create a class wrapping a new DeserializeManySparse operation.
|
Copyright © 2015–2019. All rights reserved.