Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/exir/emit/
H A D_emitter.py162 _PythonValue: TypeAlias = Union[bool, int, float, torch.Tensor, List["_PythonValue"]] variable
173 _Target: TypeAlias = Union[Callable[..., _PythonValue], str]