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 D | rnn.py | 274 def check_forward_args( member in RNNBase |
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/modules/ | ||
H A D | rnn.cpp | 343 void RNNImplBase<Derived>::check_forward_args( in check_forward_args() function in torch::nn::detail::RNNImplBase |
/aosp_15_r20/external/pytorch/torch/nn/modules/ | ||
H A D | rnn.py | 358 def check_forward_args( member in RNNBase |
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/reference/modules/ | ||
H A D | rnn.py | 519 def check_forward_args( # type: ignore[override] member in LSTM |