x
This commit is contained in:
7
app/_typing/__init__.py
Normal file
7
app/_typing/__init__.py
Normal file
@ -0,0 +1,7 @@
|
||||
from typing import TypeVar
|
||||
import numpy as np
|
||||
from jaxtyping import Float, Int, Bool, Num
|
||||
|
||||
T = TypeVar("T")
|
||||
|
||||
NDArray = np.ndarray
|
||||
Reference in New Issue
Block a user