Searched defs:MixedPrecision (Results 1 – 8 of 8) sorted by relevance
/external/pytorch/test/distributed/fsdp/ |
D | test_fsdp_unshard_params.py | 122 mixed_precision: Optional[MixedPrecision], 284 mixed_precision: Optional[MixedPrecision], 371 mixed_precision: Optional[MixedPrecision],
|
D | test_fsdp_pure_fp16.py | 99 mixed_precision: MixedPrecision,
|
D | test_fsdp_fine_tune.py | 339 mixed_precision: MixedPrecision,
|
/external/pytorch/torch/distributed/_composable/ |
D | fully_shard.py | 54 mixed_precision: Optional[MixedPrecision] = None,
|
/external/pytorch/torch/distributed/fsdp/ |
D | api.py | 112 class MixedPrecision: class
|
D | _init_utils.py | 432 mixed_precision: Optional[MixedPrecision],
|
D | fully_sharded_data_parallel.py | 421 mixed_precision: Optional[MixedPrecision] = None,
|
/external/pytorch/torch/testing/_internal/ |
D | common_fsdp.py | 1205 mixed_precision: Optional[MixedPrecision] = None, 1295 mixed_precision: Optional[MixedPrecision] = None,
|