kingfo
577535b387
fix gradients issue in pynative
5 years ago
Wei Luning
a05c38bb63
make python Parameter inherit from Tensor
5 years ago
He Wei
a0623e1528
Fix bool type tensor problem
...
Problem: Create 'uint8' type tensor from float data raise RuntimeError;
Fix: Use same internal data type for 'uint8' and 'bool' tensor and allows
convert float data to bool tensor.
5 years ago
kingfo
078738adc5
add tensor mod & floordiv operation
5 years ago
kingfo
358982a98f
fix hook and bprop debug issue
5 years ago
buxue
66bbdb4a31
change tensor dtype and shape from function to attr
5 years ago
jinyaohui
86d197dfeb
clean pylint
5 years ago
“liuxiao”
18f0af0529
pylint clean
5 years ago
candanzg
2cc85bdc93
Support weight compile according to shape
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
jinyaohui
26fd75895d
pylint waring clean
5 years ago
kingfo
75fec82b52
resolve pynative operator issue
5 years ago
Wei Luning
73ba399364
remove ge depend in cpu
5 years ago
zhunaipan
930a1fb0a8
initial version
...
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
5 years ago