wandongdong
|
00bfc1e52f
|
add buffer2image2d2
|
5 years ago |
mindspore-ci-bot
|
a1b517b000
|
!4093 fix add kernel output address
Merge pull request !4093 from sunsuodong/relu6_int8
|
5 years ago |
fuzhiye
|
5dc9d2ea12
|
fix bug
|
5 years ago |
hangq
|
7ebc7ca801
|
remove securec
|
5 years ago |
sunsuodong
|
5c8be15d81
|
fix add kernel output address
|
5 years ago |
mindspore-ci-bot
|
eb4bee3c18
|
!4077 fix anf exporter add concat and transpose populater
Merge pull request !4077 from wangchangkai/master
|
5 years ago |
mindspore-ci-bot
|
6fc6f290a2
|
!3951 add Op_BatchNorm and testcase;
Merge pull request !3951 from songhonglei413/test
|
5 years ago |
mindspore-ci-bot
|
2608dc931e
|
!4079 remove maketuple and getitem in anf_export
Merge pull request !4079 from yankai10/new_merge
|
5 years ago |
panyifeng
|
34e50e5d6e
|
fix cell bprop
|
5 years ago |
yankai
|
050d713da1
|
remove maketuple and getitem
|
5 years ago |
mindspore-ci-bot
|
76668bef16
|
!4006 Second round of the enhancement of API comments
Merge pull request !4006 from Simson/enhancement-API
|
5 years ago |
root
|
3b41023a6b
|
add int32 cal for less gpu
|
5 years ago |
huangxinjing
|
3651581fb0
|
Add synthetic data generate process
|
5 years ago |
songhonglei413
|
1ae2bbe6b6
|
nadd Op_BatchNorm and testcase 3.2
|
5 years ago |
looop5
|
c2b4bad040
|
remove redundant compilation of libtvm.so and mindspore/_akg directory
|
5 years ago |
mindspore-ci-bot
|
40ff2fbabf
|
!4062 [LITE]fix bug: arm cpu fp32 op scale
Merge pull request !4062 from yangruoqi713/fix_bug
|
5 years ago |
mindspore-ci-bot
|
768ff072ad
|
!4010 modify checkpoint config param check
Merge pull request !4010 from changzherui/mod_ckpt_param
|
5 years ago |
mindspore-ci-bot
|
3b7df4e512
|
!4072 Fix a bug in Tensor::equals()
Merge pull request !4072 from hewei/fixbug_tensor_equal
|
5 years ago |
simson
|
a346a1b2b4
|
Second round of the enhancement of API comments
|
5 years ago |
xiefangqi
|
6276c0f22f
|
new c++ api ==> CelebA
|
5 years ago |
lvliang
|
3a61d646d4
|
decoupling-the-interface-of-mallocing-mem
|
5 years ago |
mindspore-ci-bot
|
72d2fc7448
|
!4050 fix unsortedgrad clipbynorm boundingboxdecode
Merge pull request !4050 from fangzehua/unsortedgrad
|
5 years ago |
mindspore-ci-bot
|
ae6f9524dd
|
!4080 add new nets for benchmark
Merge pull request !4080 from andy_wangrui/master
|
5 years ago |
mindspore-ci-bot
|
6123476fcb
|
!4056 fix spelling mistake
Merge pull request !4056 from liubuyu/bug_fix
|
5 years ago |
wangzhe
|
b35c4c53ee
|
add ut for 21 tflite op parsers
|
5 years ago |
kai00
|
88cda696e1
|
add concat transpose populater
|
5 years ago |
peixu_ren
|
eb0cd8b4d3
|
Added notation for graph-level seed access interfaces
|
5 years ago |
peixu_ren
|
60bb6bebda
|
Complement the arg passing conventions in distribution and bijector base classes
|
5 years ago |
andy
|
2fe3b7be1a
|
add new nets
|
5 years ago |
mindspore-ci-bot
|
c68b92e081
|
!4026 fix cmakelist while compiling with debug mode
Merge pull request !4026 from 34bunny/CMake-debug-mode-fix
|
5 years ago |
mindspore-ci-bot
|
8f17535045
|
!3831 CUDA - GPU MirrorPad New Op
Merge pull request !3831 from danishnxt/GPU_One
|
5 years ago |
mindspore-ci-bot
|
c2cd2df9e7
|
!3961 unroll loop for fp32 depth wise convolution to 16
Merge pull request !3961 from lixian/master
|
5 years ago |
lixian
|
48e2f85593
|
optimization for depth wise convolution
|
5 years ago |
Lixia Chen
|
ac85b77b76
|
Maintain epoch/repeat count for ops
|
5 years ago |
mindspore-ci-bot
|
000aa2e17e
|
!4040 add int8 strided_slice kernel
Merge pull request !4040 from sunsuodong/strided_slice_int8
|
5 years ago |
mindspore-ci-bot
|
a1b2f3925b
|
!4071 [MS][LITE] Support broadcast for power op
Merge pull request !4071 from zhanyuan/tmp
|
5 years ago |
nhussain
|
82103a693d
|
restructuring
|
5 years ago |
mindspore-ci-bot
|
7074977645
|
!4070 Add time profile to calculate the running time of the operator.
Merge pull request !4070 from yeyunpeng2020/master_profile
|
5 years ago |
chenzomi
|
b468a8c8b7
|
add test case for opencl
|
5 years ago |
sunsuodong
|
5e188a7503
|
add int8 stride_slice
|
5 years ago |
mindspore-ci-bot
|
a2b3235692
|
!4047 add attr 'shape' and 'dtype' and interface 'asnumpy' for Tensor
Merge pull request !4047 from zhangbuxue/add_attr_dtype_and_shape_and_interface_asnumpy_for_tensor
|
5 years ago |
mindspore-ci-bot
|
470328eeaf
|
!4060 fix do concat in while loop specialize error
Merge pull request !4060 from fary86/fix_while_concat_specialize_error
|
5 years ago |
zhanyuan
|
03b4de2e2c
|
Support broadcast for Power OP
|
5 years ago |
yeyunpeng
|
32d85c0f94
|
add time profile
|
5 years ago |
He Wei
|
d310891eca
|
Fix a bug in Tensor::equals()
1. Check if data_ is null before compare it;
2. Always allocate an array for data_ even if size is zero.
|
5 years ago |
yangruoqi713
|
3bf8d51198
|
fix bug: arm cpu fp32 op scale
|
5 years ago |
mindspore-ci-bot
|
f0cfc42ec2
|
!3967 [refine][api]Init parameter data by default
Merge pull request !3967 from vlne-v1/I1Q23G-pynative-parameter-not-init
|
5 years ago |
mindspore-ci-bot
|
c1b09be81f
|
!3786 add gpu multinomial sample python code
Merge pull request !3786 from baihuawei/multinomial
|
5 years ago |
mindspore-ci-bot
|
bb776efe17
|
!3886 add lite arm op softmax_int8 and fix lrn bugs
Merge pull request !3886 from wangminggui/master
|
5 years ago |
huanghui
|
d7f28a72df
|
fix when ReduceMin's axis set with one int number
|
5 years ago |