Searched defs:validate_checkpoint_id (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pytorch/torch/distributed/checkpoint/ |
H A D | _fsspec_filesystem.py | 58 def validate_checkpoint_id(cls, checkpoint_id: Union[str, os.PathLike]) -> bool: member in FileSystem 125 def validate_checkpoint_id(cls, checkpoint_id: Union[str, os.PathLike]) -> bool: member in FsspecWriter 136 def validate_checkpoint_id(cls, checkpoint_id: Union[str, os.PathLike]) -> bool: member in FsspecReader
|
H A D | filesystem.py | 371 def validate_checkpoint_id(cls, checkpoint_id: Union[str, os.PathLike]) -> bool: member in FileSystemBase 410 def validate_checkpoint_id(cls, checkpoint_id: Union[str, os.PathLike]) -> bool: member in FileSystem 612 def validate_checkpoint_id(cls, checkpoint_id: Union[str, os.PathLike]) -> bool: member in _FileSystemWriter 706 def validate_checkpoint_id(cls, checkpoint_id: Union[str, os.PathLike]) -> bool: member in FileSystemReader
|
H A D | storage.py | 148 def validate_checkpoint_id(cls, checkpoint_id: Union[str, os.PathLike]) -> bool: member in StorageWriter 279 def validate_checkpoint_id(cls, checkpoint_id: Union[str, os.PathLike]) -> bool: member in StorageReader
|
H A D | format_utils.py | 145 def validate_checkpoint_id(cls, checkpoint_id: Union[str, os.PathLike]) -> bool: member in BroadcastingTorchSaveReader
|
/aosp_15_r20/external/pytorch/test/distributed/checkpoint/ |
H A D | test_checkpoint.py | 196 def validate_checkpoint_id(cls, checkpoint_id: Union[str, os.PathLike]) -> bool: member in FaultyStorageWriter 228 def validate_checkpoint_id(cls, checkpoint_id: Union[str, os.PathLike]) -> bool: member in FaultyStorageReader
|