Package | Description |
---|---|
org.tensorflow.op | |
org.tensorflow.op.xla |
Modifier and Type | Method and Description |
---|---|
<T extends TType> |
XlaOps.spmdFullToShardShape(Operand<T> input,
String manualSharding,
SpmdFullToShardShape.Options... options)
An op used by XLA SPMD partitioner to switch from automatic partitioning to
manual partitioning.
|
Modifier and Type | Method and Description |
---|---|
static SpmdFullToShardShape.Options |
SpmdFullToShardShape.dim(Long dim)
Sets the dim option.
|
SpmdFullToShardShape.Options |
SpmdFullToShardShape.Options.dim(Long dim)
Sets the dim option.
|
static SpmdFullToShardShape.Options |
SpmdFullToShardShape.unspecifiedDims(List<Long> unspecifiedDims)
Sets the unspecifiedDims option.
|
SpmdFullToShardShape.Options |
SpmdFullToShardShape.Options.unspecifiedDims(List<Long> unspecifiedDims)
Sets the unspecifiedDims option.
|
static SpmdFullToShardShape.Options |
SpmdFullToShardShape.unspecifiedDims(Long... unspecifiedDims)
Sets the unspecifiedDims option.
|
SpmdFullToShardShape.Options |
SpmdFullToShardShape.Options.unspecifiedDims(Long... unspecifiedDims)
Sets the unspecifiedDims option.
|
Modifier and Type | Method and Description |
---|---|
static <T extends TType> |
SpmdFullToShardShape.create(Scope scope,
Operand<T> input,
String manualSharding,
SpmdFullToShardShape.Options... options)
Factory method to create a class wrapping a new XlaSpmdFullToShardShape operation.
|
Copyright © 2015–2022. All rights reserved.