Home
last modified time | relevance | path

Searched defs:tile_shape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
Dsharding_builder.cc41 OpSharding Tile(const Shape& tile_shape, in Tile()
55 OpSharding Tile1D(const Shape& tile_shape, int64 num_tiles) { in Tile1D()
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto646 ShapeProto tile_shape = 2; field
/external/tensorflow/tensorflow/compiler/xla/service/
Dsharding_propagation.cc1187 const int64 tile_shape = CeilOfRatio(user.shape().dimensions(cdim), in GetShardingFromUser() local
Dhlo_sharding_util.cc314 const Shape tile_shape = sharding.TileShape(source_shape); in ReshapeSharding() local