Home
last modified time | relevance | path

Searched defs:from_params (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/ao/nn/quantizable/modules/
H A Drnn.py125 def from_params(cls, wi, wh, bi=None, bh=None): member in LSTMCell
186 def from_params(cls, *args, **kwargs): member in _LSTMSingleLayer
/aosp_15_r20/external/cronet/third_party/jni_zero/
H A Djava_types.py301 def from_params(return_type, param_list): member in JavaSignature
/aosp_15_r20/external/rust/crates/openssl/src/
Ddh.rs55 pub fn from_params(p: BigNum, g: BigNum, q: BigNum) -> Result<Dh<Params>, ErrorStack> { in from_params() method
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/params/
H A Daliro_app_config_params.rs175 pub fn from_params(params: &AppConfigParams) -> Option<Self> { in from_params() method
H A Dccc_app_config_params.rs174 pub fn from_params(params: &AppConfigParams) -> Option<Self> { in from_params() method
H A Dfira_app_config_params.rs603 pub fn from_params(params: &AppConfigParams) -> Option<Self> { in from_params() method