Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/
H A D__init__.py2286 _InputT = _ParamSpec("_InputT") variable
2292 model: _Callable[_InputT, _RetT],
2421 def fn(model: _Callable[_InputT, _RetT]) -> _Callable[_InputT, _RetT]: