lby
618d4b7dfe
move key 'trace' to interface DumpSourceLines
4 years ago
yuchaojie
6a700483c5
add dump flag for transdata which is inserted for multi-output node
4 years ago
i-robot
fa5ea7b3a6
!26370 DynamicRNNGrad support `hidden_size not multiple of 16` scene
Merge pull request !26370 from yuchaojie/ir_fusion4
4 years ago
yuchaojie
b760eba23a
DynamicRNNGrad support `hidden_size not multiple of 16` scene
4 years ago
yuchaojie
c75077cd5a
add dump flag for inserted transdata&cast
4 years ago
yuchaojie
3640c495ad
fix node suspend problem in InsertTransOp&InsertCast
4 years ago
i-robot
17bde519db
!24174 fix TransData insert condition
Merge pull request !24174 from yuchaojie/op_select
4 years ago
zhaosida
85e00ba3ab
self code check
4 years ago
yuchaojie
b8cb98a441
fix TransData insert condition
4 years ago
zhaosida
7bbad8a84e
self code check
4 years ago
yuchaojie
7b3943bc91
DynamicRNN supports scenarios that hidden_size is not multiples of 16
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
He Wei
18adbe3cd2
Fix 'kPrimTransData' from upper case 'K' to lower case 'k'
4 years ago
王南
84f3d499bb
tbe build and transdata adapte dynamic shape
4 years ago
yuchaojie
45810c2adc
fix group FracZ transdata in multi-graph scene
4 years ago
jjfeing
851f4b46dd
fix dynamic parameters
4 years ago
王南
a5a1fb9d01
transdata/cast pass and relu et support dynamicshape
4 years ago
He Wei
121a6a28d9
[auto-monad] Enforce order of exection for Loads user nodes in frontend
5 years ago
dayschan
771e3f61f3
Clean GraphKernel's codes from frontend
1. set class GraphKernel as deprecated, and treat it as Cell
2. set class InplaceAssign as deprecated, suggested using Assign instead.
3. set op_selector as deprecated, removed the _selected_ops and _selected_grad_ops, replaced with real operations
4. removed the two passes of GraphKernel from frontend
5. removed the GraphKernel's codes from other modules
5 years ago
laiyongqiang
1533435015
replace memcpy_async with tensor move
5 years ago
liubuyu
40f34b0d90
3d graph reconstruct
5 years ago
LianLiguang
04c512ea41
add perm attr to transpose when transdata spilt
5 years ago
liubuyu
518818fbef
reshape type for 3d nodes
5 years ago
liu_xiao_93
f37a230fe8
Adapt some ops for 3d format.
5 years ago
He Wei
7d9a783993
[auto-monad] Support side-effects by auto-monad
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.
The ControlDepend primitive is removed and there are two primitives added:
1. UpdateState:
```
a = Assign(para, value)
```
became:
```
a = Assign(para, value, u)
u = UpdateState(u, a)
```
2. Load:
```
x = Add(para, value)
```
became:
```
p = Load(para, u)
x = Add(p, value)
u = UpdateState(u, p)
```
5 years ago
wangnan39@huawei.com
2f79905f60
convert attr from str to enum
5 years ago
liubuyu
91f5b1b68e
update io_format to format
5 years ago
lilei
9a45c4419c
modify batch_normal
5 years ago
liubuyu
119c7010a4
insert reformat op
5 years ago
LianLiguang
7c7da0cb77
split unsupported transdata after ref pass
5 years ago
LianLiguang
393f22ff41
change insert transop of pynative
5 years ago
liubuyu
b2ea8aeae0
support 3D format
5 years ago
liubuyu
e3fa342d72
support 3d format
5 years ago
jjfeing
27257b9901
add trace when mindspore error
5 years ago
liubuyu
23a298ca81
support new format frac_zn_lstm
5 years ago
huanghui
b8e737f66a
fix run error when there is a Depend or ControlDepend on BatchNorm
5 years ago
WilliamLian
097f53bed9
add attr for transdata node
5 years ago
WilliamLian
e95b42496c
fix circle bug of opt depend && merge cast
5 years ago
WilliamLian
601b0b6e4d
remove convert datatype when updateoutputs &&
set parameter device dtype using it's infer dtype && set transdata's abstract
5 years ago
zhousiyi
d0e58dd765
remove ccsrc/common.h
replace frontend/operator/ops.h in backend with base/core_ops.h as
backend should not use any frontend-only primitive
5 years ago
WilliamLian
6760d9976d
add reshape type to tensor
5 years ago
mindspore-ci-bot
52689a7dcf
!3938 decoupling core and context
Merge pull request !3938 from liubuyu/master
5 years ago
zhoufeng
ca7154a548
graph compile performance optimization
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
liubuyu
d81862a916
decoupling core and context
5 years ago
WilliamLian
0179724dcd
spilit unspported transdata to two transdata from special format -> defualt -> default -> special
5 years ago
yujianfeng
4d18e9ec35
Fix internal multiple outputs check
5 years ago
huanghui
b25e114840
add op mapping attr for those pass worked in LeNet
5 years ago
chujinjin
1f809f50e5
fix precision error with fp16 input on PyNative mode
5 years ago
yujianfeng
188d74f15e
Remove transdata and cast for internal outputs
5 years ago