Home
last modified time | relevance | path

Searched defs:check_forward_input (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/modules/
H A Drnn.cpp862 void RNNCellImplBase<Derived>::check_forward_input( in check_forward_input() function in torch::nn::detail::RNNCellImplBase
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/dynamic/modules/
H A Drnn.py1014 def check_forward_input(self, input): member in RNNCellBase