Home
last modified time | relevance | path

Searched defs:build_plan (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/distributed/_shard/sharding_plan/
Dapi.py77 def build_plan(self, module: nn.Module) -> ShardingPlan: member in ShardingPlanner
/external/pytorch/test/distributed/_shard/sharding_plan/
Dtest_sharding_plan.py42 def build_plan(self, module: nn.Module) -> ShardingPlan: member in ChunkAllShardingPlanner
/external/federated-compute/fcp/artifact_building/
Dfederated_compute_plan_builder.py1475 def build_plan( function