mirror of https://github.com/Jittor/Jittor
update version to 1.3.5.15:
1. pretty-print jt.Var 2. support area mode in interpolate 3. support reshape empty var with uncertain dimension
This commit is contained in:
parent
e050dd6dc9
commit
1a91f1dd01
|
@ -9,7 +9,7 @@
|
||||||
# file 'LICENSE.txt', which is part of this source code package.
|
# file 'LICENSE.txt', which is part of this source code package.
|
||||||
# ***************************************************************
|
# ***************************************************************
|
||||||
|
|
||||||
__version__ = '1.3.5.14'
|
__version__ = '1.3.5.15'
|
||||||
from jittor_utils import lock
|
from jittor_utils import lock
|
||||||
with lock.lock_scope():
|
with lock.lock_scope():
|
||||||
ori_int = int
|
ori_int = int
|
||||||
|
|
Loading…
Reference in New Issue