Home
last modified time | relevance | path

Searched defs:load_from (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/src/serialize/
H A Dinput-archive.cpp94 void InputArchive::load_from( in load_from() function in torch::serialize::InputArchive
100 void InputArchive::load_from( in load_from() function in torch::serialize::InputArchive
106 void InputArchive::load_from( in load_from() function in torch::serialize::InputArchive
136 void InputArchive::load_from( in load_from() function in torch::serialize::InputArchive
/aosp_15_r20/external/skia/third_party/icu/
H A DSkLoadICU.cpp102 static bool load_from(const std::wstring& dir) { in load_from() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Dentry.rs138 pub unsafe fn load_from(path: impl AsRef<OsStr>) -> Result<Self, LoadingError> { in load_from() method