Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/xnnpack/operators/
H A Dquant_params.py288 def from_outputs(cls, tensor_node: torch.fx.Node) -> Optional[QuantParams]: member in QuantParams
/aosp_15_r20/external/pytorch/torchgen/api/
H A Dpython.py308 def from_outputs(outputs: tuple[PythonArgument, ...]) -> PythonOutArgument | None: member in PythonOutArgument