Searched defs:from_params (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pytorch/torch/ao/nn/quantizable/modules/ |
H A D | rnn.py | 125 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 D | java_types.py | 301 def from_params(return_type, param_list): member in JavaSignature
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | dh.rs | 55 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 D | aliro_app_config_params.rs | 175 pub fn from_params(params: &AppConfigParams) -> Option<Self> { in from_params() method
|
H A D | ccc_app_config_params.rs | 174 pub fn from_params(params: &AppConfigParams) -> Option<Self> { in from_params() method
|
H A D | fira_app_config_params.rs | 603 pub fn from_params(params: &AppConfigParams) -> Option<Self> { in from_params() method
|