| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
IdentityReader |
Ops.identityReader(IdentityReader.Options... options)
Adds an
IdentityReader operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static IdentityReader.Options |
IdentityReader.container(String container) |
IdentityReader.Options |
IdentityReader.Options.container(String container) |
static IdentityReader.Options |
IdentityReader.sharedName(String sharedName) |
IdentityReader.Options |
IdentityReader.Options.sharedName(String sharedName) |
| Modifier and Type | Method and Description |
|---|---|
static IdentityReader |
IdentityReader.create(Scope scope,
IdentityReader.Options... options)
Factory method to create a class to wrap a new IdentityReader operation to the graph.
|
Copyright © 2015–2019. All rights reserved.