Spaces:
Configuration error
Configuration error
File size: 132 Bytes
3f31c34 |
1 2 3 4 |
from typing import List, Callable, Union, Any, TypeVar, Tuple
# from torch import tensor as Tensor
Tensor = TypeVar('torch.tensor') |