| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
ShardedFilename |
Ops.shardedFilename(Operand<String> basename,
Operand<Integer> shard,
Operand<Integer> numShards)
Adds an
ShardedFilename operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static ShardedFilename |
ShardedFilename.create(Scope scope,
Operand<String> basename,
Operand<Integer> shard,
Operand<Integer> numShards)
Factory method to create a class to wrap a new ShardedFilename operation to the graph.
|
Copyright © 2015–2019. All rights reserved.