| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.io |
| Modifier and Type | Method and Description |
|---|---|
ShardedFilename |
IoOps.shardedFilename(Operand<String> basename,
Operand<Integer> shard,
Operand<Integer> numShards)
Builds an
ShardedFilename operation |
| 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 wrapping a new ShardedFilename operation.
|
Copyright © 2015–2019. All rights reserved.