Home
last modified time | relevance | path

Searched defs:to_std (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/elastic/multiprocessing/
H A Dapi.py137 def to_std(v: str) -> Std: # type: ignore[return] function
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/
Dtime_delta.rs428 pub const fn to_std(&self) -> Result<Duration, OutOfRangeError> { in to_std() method