Realcat's picture
update: lib
09c4be0
raw
history blame contribute delete
89 Bytes
class EmptyTensorError(Exception):
pass
class NoGradientError(Exception):
pass