kswang
11989b5e30
enable async run
5 years ago
xuanyue
5a83415f07
adjust conv_param initial and add tflite custom parser
5 years ago
mindspore-ci-bot
1b07551bd4
!6853 Add AccumulaterNV2 eliminator pass.
Merge pull request !6853 from 张清华/master2
5 years ago
Zhang Qinghua
216e8fa958
Add AccumulaterNV2 eliminator pass
5 years ago
liubuyu
8af3250477
support dynamic_rnn and dynamic_rnn_grad op
5 years ago
mindspore-ci-bot
a4137dab65
!6775 Support ExtractImagePatches Op
Merge pull request !6775 from liubuyu/op_support
5 years ago
yeyunpeng
738b21c970
change log_adapter
5 years ago
liubuyu
96622fc804
support extract_image_patches op
5 years ago
liangzelang
ca84130080
fix IsInstance op bug when input is tensor
5 years ago
mindspore-ci-bot
806a34116d
!6613 Fix core dump in pynative mode
Merge pull request !6613 from huangbingjian/master
5 years ago
HuangBingjian
d4d8a355dc
fix coredumpd while import regex
5 years ago
mindspore-ci-bot
09c0ce8e7f
!6617 improve keywordarg tostring function
Merge pull request !6617 from zhangbuxue/improve_keywordarg_tostring_function
5 years ago
Wei Luning
cdbd16de0c
fix bug in parameter set & fix code style in pynative_executa.cc
5 years ago
buxue
1c28300d24
improve keywordarg tostring function
5 years ago
mindspore-ci-bot
3aa07a4362
!6320 change mix_precision to c++
Merge pull request !6320 from vlne-v1/pynative_amp
5 years ago
kpy
44c01e27c0
do mixprecision in c++ for pynative
5 years ago
mindspore-ci-bot
8a5e8d0ba8
!6435 Fix the problem of unnecessary recursion when printing tensor.
Merge pull request !6435 from huangbingjian/master
5 years ago
HuangBingjian
1d02488659
fix tensor print
5 years ago
mindspore-ci-bot
c8e9d46391
!6450 Change PS directory.
Merge pull request !6450 from ZPaC/master-change-ps-dir
5 years ago
ZPaC
0b49f0fb57
change PS dir
5 years ago
BowenK
607ea81c7b
fix static check
5 years ago
mindspore-ci-bot
085e454d92
!6348 fix compile warning
Merge pull request !6348 from liubuyu/compile
5 years ago
mindspore-ci-bot
0cbb4f6330
!6317 Add relu6 gpu
Merge pull request !6317 from TuDouNi/relu6
5 years ago
liubuyu
d914f617ed
fix compile warning
5 years ago
mindspore-ci-bot
3fe8916afa
!6241 [bug]add doc for some Parameter property & fix bug for `Isinstance`
Merge pull request !6241 from vlne-v1/I1V5VO-fix-isinstance
5 years ago
Wei Luning
8d17a2b8af
* add doc for some Parameter property.* add export in quant __all__* fix bug for isinstance & add ut for it
5 years ago
mindspore-ci-bot
7cf11b60b4
!6147 fix default value of context in doc
Merge pull request !6147 from fary86/fix_context_default_value_doc
5 years ago
root
d11239f70f
Add relu6 gpu
5 years ago
mindspore-ci-bot
9c896fd22c
!5899 Fix Some bugs and add test cases on Tensor printing.
Merge pull request !5899 from huangbingjian/master
5 years ago
fary86
f2432e58d3
Fix doc of context default value
5 years ago
HuangBingjian
07d1f5ac37
fix tensor.cc
5 years ago
mindspore-ci-bot
8bf5ac1c15
!6032 [bug]add import for ops in ops.py in __init__
Merge pull request !6032 from vlne-v1/change_ops_import
5 years ago
Wei Luning
7b6899fdc0
add import of ops in in ops __init__
5 years ago
mindspore-ci-bot
7a52e30e45
!6092 No broadcast when simplifying constants multiplication
Merge pull request !6092 from thlinh/dev_Sep10_no_broadcast_constant_mul
5 years ago
Hoai Linh Tran
c22d4bb2ac
No broadcast when simplifying constants multiplication
Code cleaning
5 years ago
mindspore-ci-bot
939737c017
!5970 enable debugger by default and set correct log message severity
Merge pull request !5970 from john_tzanakakis/master_ms1_grpc
5 years ago
mindspore-ci-bot
e7ce5b0ae1
!5995 Add check for relugrad
Merge pull request !5995 from riemann_penn/Add_check_for_relugrad
5 years ago
John Tzanakakis
b0a7ebdeb0
enable debugger by default and set correct log message severity
5 years ago
panyifeng
90943f799a
add shape type check for relugrad
5 years ago
mindspore-ci-bot
7152fe04be
!5783 GraphKernel supports GPU
Merge pull request !5783 from DeshiChen/graph_kernel_1.0
5 years ago
dayschan
37a48f6aac
GraphKernel supports GPU
1. Update akg submodule
2. Refactor akg_kernel_build, akg_ascend_kernel_build, akg_gpu_kernel_build
3. Add akg_kernel_json_decoder to support converting kernel_json to AnfNode.
4. Add GraphKernel Cost Model. (mindspore/_extends/graph_kernel)
5. Add some GraphKernel passes to GpuSession, move these passes to backend/optimizer/graph_kernel.
6. Add global id for ir files.
7. Fix bug in ConstInputToAttr.
5 years ago
limingqi107
d712ac0da0
add count of graphs using the parameter
5 years ago
kswang
b5e579567c
fix unnecessary tensor sync
5 years ago
mindspore-ci-bot
b40677002f
!5714 [refine]change top graph and add cell class
Merge pull request !5714 from vlne-v1/change-top-graph
5 years ago
Wei Luning
e6f82af849
add cell class to c++
5 years ago
fary86
9dff320d9c
Fix SparseApplyFtrl ut segmentfault in pynative mode
5 years ago
mindspore-ci-bot
2a491b5f82
!5664 reset tensor device_sync_
Merge pull request !5664 from kisnwang/async-run-graph
5 years ago
kswang
7b3ef5741a
backend executor reset throw exception
5 years ago
mindspore-ci-bot
be3d79cb6b
!4204 add dynamic shape support for GatherV2 and others
Merge pull request !4204 from fary86/adapt_primitive_dynamic_shape
5 years ago
mindspore-ci-bot
59b1358641
!5616 Fix problems in Tensor.from_numpy()
Merge pull request !5616 from hewei/fix_tensor_from_numpy2
5 years ago