Skip to content

Instantly share code, notes, and snippets.

View Zhong-Zhang's full-sized avatar

Zhong Zhang (张众) Zhong-Zhang

  • University of Electronic Science and Technology of China
  • Chengdu, P.R. China
View GitHub Profile
@t-vi
t-vi / __init__.pyi
Last active July 13, 2023 09:11
PyTorch Type Hints work in progress (put into python3.x/dist-packages/torch/ directory to try)
from typing import List, Tuple, Optional, Union, Any, ContextManager, Callable, overload
import builtins
import math
import pickle
class dtype: ...
_dtype = dtype