Home
last modified time | relevance | path

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

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