wenchunjiang
b24943d496
adapte to remove inline
merge me commit for remove inline
deal witch multiple cases of switch in ConstructKernelGraph
deal with switch and call cases in ConstructKernelGraph
fix bug and rebase master
ConstructKernelGraph adapte to remove inline
fix InsertMultipleAssignToGraph bug
add graph input to new graph which is created for switch input
replace CreateNewParameterFromCNode to NewParameter in order to set new
parameter's abstract and kernel_info
avoids create a new switch repeatedly when the cnode is a call switch without real input
null pointer check
update frontend code
Revert "update frontend code"
This reverts commit ce1f600d1e .
update frontend code PR_2948
fix bug of CheckLabalIndex
handle switch_layer in ConstructKernelGraph
add attr for assign node to avoid erasing by cse pass
cherry-pick ms commit[59b35f690d ]:temporary avoid list getitem problem
rebase master
Revert "cherry-pick ms commit[59b35f690d ]:temporary avoid list getitem problem"
This reverts commit 74c258f942 .
Revert "handle switch_layer in ConstructKernelGraph"
This reverts commit cb5367f02d .
Revert "update frontend code PR_2948"
This reverts commit 234ac58340 .
Revert "merge me commit for remove inline"
This reverts commit 55c0ebd42b .
fix diff after rebase master
doing remove inline in me
overwrite FindNodePrimitive
Revert "doing remove inline in me"
This reverts commit b42e893125 .
5 years ago
mindspore-ci-bot
04371f6d38
!4364 add aware quant converter
Merge pull request !4364 from cjh9368/aware_quant
5 years ago
mindspore-ci-bot
103b25ad49
!4215 Add uncertainty toolbox to nn/probability
Merge pull request !4215 from zhangxinfeng3/uncer
5 years ago
mindspore-ci-bot
ddec0c0f96
!4365 Update random uniform op invocation
Merge pull request !4365 from peixu_ren/custom_bijector
5 years ago
mindspore-ci-bot
462fbaf9c6
!4278 Add transforms to nn.probability
Merge pull request !4278 from byweng/transform
5 years ago
mindspore-ci-bot
61a2274787
!4359 fix layernorm grad error in pynative mode
Merge pull request !4359 from chujinjin/fix_layernorm_grad_error_in_pynative
5 years ago
mindspore-ci-bot
64923214f1
!4248 Update RowTensorEliminater and IndexedSliceEliminate to Pattern Matcher
Merge pull request !4248 from Giancarlo/pm_update_sparsetensor
5 years ago
mindspore-ci-bot
9e5f4182a8
!4329 Revert the AdamApplyOneAssign fusion pass before op registration
Merge pull request !4329 from YuJianfeng/adam_assign
5 years ago
mindspore-ci-bot
03210ef166
!2557 Add UnsortedSegmentSum fission pass
Merge pull request !2557 from huanghui/unsorted-segment-sum-fission-pass
5 years ago
mindspore-ci-bot
265064733b
!4340 move cc file that end with py to pybind
Merge pull request !4340 from liubuyu/master
5 years ago
mindspore-ci-bot
f37a2fa402
!4252 Follow up to pr 4025 to Reorganize tests and includes
Merge pull request !4252 from tony_liu2/staging
5 years ago
peixu_ren
3a11d123d4
Update random uniform op invocation
5 years ago
tony_liu2
deb1146474
reorganize headers and tests
remove headers
fix iterator file
fix pr comments
fix new file
5 years ago
mindspore-ci-bot
64b0feb7a2
!4315 support int8, int16, bool types for akg ops GPU
Merge pull request !4315 from JonathanY/akg_ops
5 years ago
cjh9368
18c6ac9988
add quant aware compile success
5 years ago
mindspore-ci-bot
1351d5f431
!4333 Sovled THOR for Resnet50 net train failed
Merge pull request !4333 from wangmin0104/master
5 years ago
mindspore-ci-bot
cfd37ca90d
!4350 fix the bias too big of the caffe model ml_bank_recog by fix qsort of the argmax
Merge pull request !4350 from zhaodezan/master
5 years ago
chujinjin
9cc9f6b470
fix layernorm grad error in pynative
5 years ago
zhaodezan
8eafbc8fb9
using qsort function correctly
5 years ago
zhangxinfeng3
735279a063
add uncertainty toolbox
5 years ago
huanghui
b8d7f6d77f
add UnsortedSegmentSum fission pass
5 years ago
mindspore-ci-bot
874972caf8
!4349 [MS][LITE][Develop]compare ops support quant
Merge pull request !4349 from chenjianping/lite_dev2
5 years ago
mindspore-ci-bot
66d6334791
!4332 fix tools bugs
Merge pull request !4332 from yeyunpeng2020/master_time_profile
5 years ago
mindspore-ci-bot
967a87160e
!4309 fix round divide for int8
Merge pull request !4309 from lixian/master
5 years ago
mindspore-ci-bot
acba17e248
!4320 adjust anf_exporter and anf_importer
Merge pull request !4320 from 徐安越/move_primitive_2
5 years ago
bingyaweng
1b1ad52e7c
add transforms to nn.probability
5 years ago
mindspore-ci-bot
1406ac43c3
!4339 fix multinomial
Merge pull request !4339 from baihuawei/0812
5 years ago
chenjianping
a080fb188a
compare ops support quant
5 years ago
mindspore-ci-bot
363fbb7a79
!4334 [MS][LITE][Develop]cast support data type from float to int32
Merge pull request !4334 from chenjianping/lite_dev
5 years ago
xuanyue
3a07af9633
adjust anf
5 years ago
yeyunpeng
00ecfc3137
fix time_profile and converter bug
5 years ago
mindspore-ci-bot
d7795494e0
!4299 fix caffe eltwise sum parser bug & conv_bn_fusion eps bug
Merge pull request !4299 from wangzhe/master
5 years ago
mindspore-ci-bot
8c20ce4f80
!4325 fix post training quant
Merge pull request !4325 from xutianchun/quant_0811
5 years ago
mindspore-ci-bot
290c93a9a7
!4347 FIxing Bugs
Merge pull request !4347 from zhangzheng/master
5 years ago
zhangz0911gm
a80e0cd111
Fixing bugs
5 years ago
lixian
4b099da68f
fix round divide for int8
5 years ago
chenjianping
4b8c9da7e7
cast support fp32->int
5 years ago
mindspore-ci-bot
a7157c42eb
!4338 Add Inception_v3 Tflite Model
Merge pull request !4338 from jianghui/master
5 years ago
mindspore-ci-bot
0082c0e5df
!3824 Changing folders for several operators
Merge pull request !3824 from zhangzheng/master
5 years ago
baihuawei
216ef0e144
fix multinomial
5 years ago
liubuyu
45b6600001
mv cc file that end with py to pybind
5 years ago
mindspore-ci-bot
5adba834d0
!3819 C++ API Support for CLUE Dataset
Merge pull request !3819 from jiangzhiwen/jzw/c_api_clue
5 years ago
jianghui58
4bbf76cad0
add inception_v3.tflite model
5 years ago
mindspore-ci-bot
0ac47b578d
!4300 fix operator select log imcomplete
Merge pull request !4300 from jjfeing/master
5 years ago
mindspore-ci-bot
d3bdcad61a
!4254 fix subgraph input kernels
Merge pull request !4254 from yangjie159/fix-subgraph-input-kernels
5 years ago
mindspore-ci-bot
d438f620e1
!4327 six caffe models are added as gate
Merge pull request !4327 from zhaodezan/master
5 years ago
mindspore-ci-bot
c0215d4445
!4216 Add arm op Sub supporting int8 and testcases
Merge pull request !4216 from wangminggui/master
5 years ago
wangmin
653bcab1c7
solved thor resnet50 train failed
5 years ago
mindspore-ci-bot
735fc98c78
!4265 support two mstypes do equal.
Merge pull request !4265 from zhangbuxue/support_two_mstypes_do_equal
5 years ago
xutianchun
f32ff96ecd
post training quantization
5 years ago