File size: 89 Bytes
9fb6531
 
 
 
 
 
1
2
3
4
5
6
7
class EmptyTensorError(Exception):
    pass


class NoGradientError(Exception):
    pass