Home
last modified time | relevance | path

Searched defs:check_forward_args (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/dynamic/modules/
H A Drnn.py274 def check_forward_args( member in RNNBase
635 def check_forward_args( # type: ignore[override] member in LSTM
818 def check_forward_args( member in GRU
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/modules/
H A Drnn.cpp343 void RNNImplBase<Derived>::check_forward_args( in check_forward_args() function in torch::nn::detail::RNNImplBase
580 void LSTMImpl::check_forward_args( in check_forward_args() function in torch::nn::LSTMImpl
/aosp_15_r20/external/pytorch/torch/nn/modules/
H A Drnn.py358 def check_forward_args( member in RNNBase
994 def check_forward_args( member in LSTM
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/reference/modules/
H A Drnn.py519 def check_forward_args( # type: ignore[override] member in LSTM