Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.h343 const Shape& original_base_shape);
Dspmd_partitioner_util.cc1557 const Shape& original_base_shape) { in GetPerGroupBaseShape() argument
1558 auto result = original_base_shape; in GetPerGroupBaseShape()
1561 if (dim >= original_base_shape.rank()) { in GetPerGroupBaseShape()