Commit Graph

57563 Commits

Author SHA1 Message Date
shaojunsong bc783dd49d add tensor.where 2022-11-25 15:03:08 +08:00
i-robot 62d24d2b2a
!45880 add bicubic mode in interpolate
Merge pull request !45880 from 冯一航/add_bicubic_in_interpolate
2022-11-25 06:51:38 +00:00
i-robot 1043db6137
!44061 [assistant][ops] Add uniformReal算子
Merge pull request !44061 from Joseph_Lee/uniformReal
2022-11-25 06:48:22 +00:00
i-robot 70eb88def6
!45624 [assistant][ops] Add SparseTensorDenseMatMul
Merge pull request !45624 from xh/SparseTensorDenseMatmul2
2022-11-25 06:47:11 +00:00
i-robot 95c2260754
!45792 Implementation of DynamicLSTM for GPU
Merge pull request !45792 from liuluobin/lstm_impl
2022-11-25 06:37:31 +00:00
i-robot c82263e31a
!46014 modify doc
Merge pull request !46014 from xumengjuan1/code_docs_x76
2022-11-25 06:33:24 +00:00
i-robot 448f8d18cc
!45734 notice update
Merge pull request !45734 from Henry Shi/notice
2022-11-25 06:28:20 +00:00
i-robot b5049e708b
!45940 fix scatter-nd-binary LongToSize coredump issue
Merge pull request !45940 from yangsijia/fix-scatter-nd-binary
2022-11-25 06:25:49 +00:00
i-robot fa84354e83
!45933 modify infer shape for masked select
Merge pull request !45933 from yangzhenzhang/modify-infer-shape-for-masked-select
2022-11-25 06:23:09 +00:00
i-robot a923e7e98b
!45958 补全kldivlossgrad数据类型
Merge pull request !45958 from 李良灿/DtypeKld
2022-11-25 06:12:15 +00:00
xumengjuan1 568ba40918 modify doc 2022-11-25 14:10:36 +08:00
i-robot 9172c753f1
!45943 解决argminWithValue的index中偶现-1, 以及使接口入参默认值与文字描述对齐
Merge pull request !45943 from 李良灿/fixArgminWithV
2022-11-25 06:05:51 +00:00
i-robot a86ad15939
!39292 [feat][assistant][I4ZZUF] Add new GPU operator NonDeterministicInts
Merge pull request !39292 from 李子亘/NonDeterministicInts
2022-11-25 04:35:15 +00:00
i-robot 293e3fb6dc
!46017 rename ops and function rst
Merge pull request !46017 from 俞涵/code_docs_1110
2022-11-25 03:47:41 +00:00
i-robot 685b659d24
!45959 update comment for ImageNetToMR api
Merge pull request !45959 from guozhijian/code_docs_imagenet_to_mr
2022-11-25 03:27:23 +00:00
i-robot b532cc76e1
!45912 Add super().__init__() for BatchMatMulTestNet.
Merge pull request !45912 from Margaret_wangrui/cell_super
2022-11-25 03:26:16 +00:00
i-robot 09bbcc4306
!45893 Fix map_tensor shape bug during load_mindir.
Merge pull request !45893 from Margaret_wangrui/map_tensor_shape
2022-11-25 03:26:12 +00:00
i-robot 142400c39a
!45987 add infer map of ops
Merge pull request !45987 from jjfeing/dynamic_static_op_bug_fix
2022-11-25 03:09:57 +00:00
i-robot 7831e21c36
!45957 Delete the chinese API note
Merge pull request !45957 from shenwei41/code_docs_master
2022-11-25 03:06:20 +00:00
huodagu c10636d534 rename ops and function 2022-11-25 10:57:29 +08:00
i-robot 585f42c45c
!45920 fix compile cpu & gpu in windows
Merge pull request !45920 from jjfeing/master
2022-11-25 02:45:57 +00:00
i-robot 23c5a9214b
!40615 [feat] [assistant] [ops] [I5EWIV] New GPU operator implementation, include AccumulateNV2
Merge pull request !40615 from 路雄博/AccumulateNV2
2022-11-25 02:44:25 +00:00
i-robot 5b3dbdd137
!45954 修复函数接口lu_unpack对Primitive接口调用错误
Merge pull request !45954 from hedongdong/fix_luunpack
2022-11-25 02:32:41 +00:00
i-robot 971a011766
!38681 [assistant][ops] Add SparseCross
Merge pull request !38681 from 冯钰/sparsecross
2022-11-25 02:32:08 +00:00
i-robot b1fe3bde61
!45976 TooMuchWarning
Merge pull request !45976 from nomindcarry/TooMuchWarning
2022-11-25 02:31:33 +00:00
i-robot b09dd8201c
!46000 fix extract image patches doc and pad error
Merge pull request !46000 from kisnwang/fix_extract_image_patches_error
2022-11-25 02:28:50 +00:00
i-robot cba8130981
!45867 mapparameter support incremental export
Merge pull request !45867 from hangq/fire
2022-11-25 02:27:15 +00:00
i-robot 3852caafa5
!45956 modify mH mm msort mT NanToNum docs
Merge pull request !45956 from 冯一航/code_docs_modify_mH_docs
2022-11-25 02:26:18 +00:00
fengyihang 3e00d8eb82 add bicubic in interpolate 2022-11-25 10:17:17 +08:00
i-robot eed71bf227
!45831 [MD] Doc update: Add in eager mode, non-NumPy input converted to NumPy.
Merge pull request !45831 from cathwong/code_docs_numpy_input
2022-11-25 02:14:06 +00:00
i-robot 71c9fa0ad1
!45969 speed up reshapre transpose fusion pass
Merge pull request !45969 from 王禹程/fix_pass
2022-11-25 02:12:24 +00:00
i-robot c095472abc
!45753 [MindSpore]修复SparseSlice算子不支持多维(3+维度)问题,解决连续多次运行结果不一致问题,新增对uint32 和uint64类型支持。
Merge pull request !45753 from yujialiang/dev_yjl
2022-11-25 02:12:11 +00:00
i-robot 3497838202
!45916 Lgamma中文资料及Init注册
Merge pull request !45916 from haozhang/api_11_23
2022-11-25 02:11:23 +00:00
i-robot 2e080269e3
!45947 fix discription of ops greqf
Merge pull request !45947 from wangmin0104/master
2022-11-25 01:54:55 +00:00
liangcanli f1d3852931 dtype 2022-11-25 09:52:43 +08:00
jonyguo 356d9711b1 update ImageNetToMR api comment 2022-11-25 09:20:36 +08:00
jjfeing 144d1af171 fix compile win in cpu&gpu 2022-11-25 09:01:05 +08:00
kswang 39e701bd3e fix extract image patches doc and pad error 2022-11-24 22:23:22 +08:00
Margaret_wangrui 6468953e25 Fixed map_tensor shape bug during load_mindir. 2022-11-24 19:50:16 +08:00
jjfeing bf7993594b add infer map of SparseApplyProximalAdagradInfer 2022-11-24 19:42:42 +08:00
i-robot 98d9e95256
!43738 GE support pynative ms_fuction
Merge pull request !43738 from liangzelang/ge_support_pynative
2022-11-24 08:50:45 +00:00
nomindcarry f01954db63 fix TooMuchWarning 2022-11-24 16:38:16 +08:00
reku1997 120e8e340d speed up reshapre transpose fusion pass 2022-11-24 15:43:33 +08:00
i-robot ca872c6bd2
!45888 support int input for Unique op
Merge pull request !45888 from xupan/unique_int
2022-11-24 07:29:38 +00:00
i-robot 88213e5a68
!45706 报错信息修改(用户自定义网络,__call__用ms_function装饰,求反向报错)
Merge pull request !45706 from ligan/GradOperation
2022-11-24 07:07:58 +00:00
i-robot 4d460ccc45
!45938 fix api bug of log10, log2
Merge pull request !45938 from ZhidanLiu/code_docs_master
2022-11-24 06:21:18 +00:00
minatofy 760e455142 sparsecross 2022-11-24 12:59:52 +08:00
i-robot 6f023e01a4
!45900 primitve mul support uint32 and uint64 input type
Merge pull request !45900 from zhangzhaoju/ms_master_mul
2022-11-24 03:53:18 +00:00
i-robot 737c80adc3
!43758 [assistant][ops] add new aicpu operator SmoothL1LossV2 and SmoothL1LossV2Grad
Merge pull request !43758 from 杨旭华/SmoothL1LossV2
2022-11-24 03:47:32 +00:00
xh 156a3ae083 Add SparseTensorDenseMatmul 2022-11-24 10:20:10 +08:00