Home
last modified time | relevance | path

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.py58 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 Dfilesystem.py371 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 Dstorage.py148 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 Dformat_utils.py145 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 Dtest_checkpoint.py196 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