MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Replicate

Method Replicate

tensorflow/compiler/xla/service/hlo_sharding.h:45–45  ·  view source on GitHub ↗

Creates a trivial sharding that replicates a maximal tile across all devices.

Source from the content-addressed store, hash-verified

43 // Creates a trivial sharding that replicates a maximal tile across all
44 // devices.
45 static HloSharding Replicate() { return HloSharding(); }
46
47 // Creates a sharding that emulates device placement; a tile shape equal to
48 // the input shape (one tile) assigned to a single device.

Callers

nothing calls this directly

Calls 1

HloShardingClass · 0.85

Tested by

no test coverage detected