Home
last modified time | relevance | path

Searched refs:extract_input (Results 1 – 3 of 3) sorted by relevance

/external/executorch/exir/verification/
Dverifier.py142 def extract_input(node: torch.fx.Node) -> Optional[FakeTensor]: function
157 extract_input(node)
/external/pytorch/torch/_export/
Dpass_base.py286 def extract_input(node: torch.fx.Node) -> Optional[FakeTensor]: function
312 extract_input(node)
/external/executorch/exir/
Dpass_base.py423 def extract_input(node: torch.fx.Node) -> Optional[FakeTensor]: function
449 extract_input(node)