kingxian
545dc83fcb
fix: `cell` does not support deep copy, tensor default dtype -> float32
4 years ago
zhouyaqiang
4e07873378
Tensor support complex input
4 years ago
Zhang Qinghua
a137fa1d0b
Optimize the Executors routines.
- Fix the key generating.
- Distinguish the executors.
4 years ago
ms_yan
36a8886ca2
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
This reverts commit b077aa1cab .
Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"
This reverts commit 4e6f7dc97d .
delete pass_registry_test.cc
comment hiai_nlu_model_multi.pb related line
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
zhouyaqiang
b81ba100b7
add complex number support
4 years ago
Zhang Qinghua
f91c697efc
Support the tensor of string dtype.
4 years ago
yepei6
81789ffb5d
augassign
4 years ago
l00591931
923dd4b77a
enable zero dimension tensor when input is data
5 years ago
l00591931
bd777e0710
throw exception when tensor has zero in shape
5 years ago
HuangBingjian
265a6d61b6
reverse fix shape=0
5 years ago
HuangBingjian
4477fcfe19
fix shape bug.
5 years ago
He Wei
27721ff4ea
Fix Tensor.from_numpy() returns wrong type
Tensor.from_numpy() should return mindspore.Tensor not _c_expression.Tensor.
5 years ago
He Wei
d7cdda1cb0
Provide Tensor.from_numpy() to avoid copy
5 years ago
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
6 years ago
zhunaipan
930a1fb0a8
initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
6 years ago