Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_module_hooks.py190 def test_forward_hooks(self, named_tuple): argument
212 def test_forward_pre_hooks(self, named_tuple): argument
234 def test_full_backward_hooks(self, named_tuple): argument
256 def test_full_backward_pre_hooks(self, named_tuple): argument
296 def test_mixed_hooks(self, named_tuple): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dschema_matching.cpp631 TupleTypePtr named_tuple = nullptr; in packOutputs() local