Searched refs:_PythonValue (Results 1 – 1 of 1) sorted by relevance
162 _PythonValue: TypeAlias = Union[bool, int, float, torch.Tensor, List["_PythonValue"]] variable173 _Target: TypeAlias = Union[Callable[..., _PythonValue], str]