Searched defs:forward_helper (Results 1 – 3 of 3) sorted by relevance
428 std::tuple<Tensor, Tensor> RNNImpl::forward_helper( in forward_helper() function in torch::nn::RNNImpl606 std::tuple<Tensor, std::tuple<Tensor, Tensor>> LSTMImpl::forward_helper( in forward_helper() function in torch::nn::LSTMImpl715 std::tuple<Tensor, Tensor> GRUImpl::forward_helper( in forward_helper() function in torch::nn::GRUImpl
9 forward_helper = fake_quantize_function.forward variable
38 def forward_helper(func, expanded_args, expanded_kwargs): function