Home
last modified time | relevance | path

Searched refs:per_device_xla_shape (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.cc163 xla::Shape per_device_xla_shape = in RewriteLayoutWithShardedShape() local
167 XLAShapeToTensorShape(per_device_xla_shape, &per_device_tensor_shape)); in RewriteLayoutWithShardedShape()
170 TF_ASSIGN_OR_RETURN(per_device_xla_shape, in RewriteLayoutWithShardedShape()
173 *xla_shape->mutable_layout() = per_device_xla_shape.layout(); in RewriteLayoutWithShardedShape()