Commit Graph

2399 Commits

Author SHA1 Message Date
i-robot 845866ea8d
!40394 【算子众智】【电子科技大学】【数据算子】【read_file】read a file in binary mode
Merge pull request !40394 from dengjian/upstream_read_file
2022-11-04 07:08:26 +00:00
i-robot 2d2bdb4c78
!44019 format minddata log
Merge pull request !44019 from luoyang/err_struct
2022-11-04 03:16:18 +00:00
uestc_dengjian 3583d4e952 [feat] [assistant] [I4S2F6] add new data operator read_file 2022-11-03 12:43:55 -04:00
YangLuo 60b8e3d985 format minddata log 2022-11-03 21:02:01 +08:00
i-robot 0d0e70a433
!44973 Report parallel strategy data to Ascend Profiler.
Merge pull request !44973 from 裘凯达/parallel_strategy
2022-11-03 11:28:16 +00:00
qiukaida 3b45ae8d7c Report parallel strategy data to Ascend Profiler. 2022-11-03 10:46:59 +08:00
yao_yf 4a8329acb6 add parallel scatter ops 2022-11-02 14:16:58 +08:00
luoyang dde5ee68ed minddata code review 2022-11-01 21:24:02 +08:00
i-robot a356f6812e
!44786 Shape join correct
Merge pull request !44786 from chenfei_mindspore/shape-join-dyn-shape-2
2022-10-31 13:07:06 +00:00
i-robot b74d5da22d
!42670 [assistant][ops] Add new video operator Rotate
Merge pull request !42670 from Maeyon-Z/rotate
2022-10-31 11:12:48 +00:00
gaoyong10 b7ee2a280b Runtime support user data. 2022-10-29 15:30:02 +08:00
chenfei 2e4d0e830f correct shape join rules 2022-10-29 11:01:24 +08:00
deng jian d3c2378956 [feat] [assistant] [I4S2FA] add new data operator write_file 2022-10-28 04:42:21 -04:00
hangangqiang 33fdb3b7db add fakequantparam & quantdtype for quant-mindir 2022-10-26 19:23:07 +08:00
i-robot e0546b70aa
!44432 ACL support input/attr convert.
Merge pull request !44432 from linqingke/acl_op
2022-10-25 07:29:15 +00:00
gaoyong10 0863234588 Add ut test for runtime. 2022-10-25 09:45:03 +08:00
linqingke c8a5f7e8ea ACL support input/attr convert. 2022-10-24 20:22:08 +08:00
i-robot 90f66d904d
!44214 [MS][Kernel]add log_unform_candidate_sampler primitive
Merge pull request !44214 from zhaizhiqiang/master
2022-10-24 07:31:33 +00:00
zhaizhiqiang a254fee827 add log_uniform_candidate_sampler op 2022-10-24 09:16:07 +08:00
baihuawei ba7788e34a enable communication lib 2022-10-23 16:44:21 +08:00
i-robot 3b6370e2e1
!43890 Add api mindspore.jit and mindspore.jit_class.
Merge pull request !43890 from huangbingjian/jit_decorator
2022-10-21 07:11:17 +00:00
i-robot 7fa11d0958
!40682 【算子众智】【电子科技大学】【数据算子】【encode_jpeg】encode a image as jpeg
Merge pull request !40682 from dengjian/upstream_encode_jpeg
2022-10-21 03:36:12 +00:00
i-robot 5117b4fe91
!42374 Delete Bucket
Merge pull request !42374 from caifubi/master-pynative-delete-old-code
2022-10-21 02:34:56 +00:00
huangbingjian b98fc0021a Add api mindspore.jit and mindspore.jit_class.
1、ms_function will be removed in a future version and replaced with jit.
2、ms_class will be removed in a future version and replaced with
jit_class.
2022-10-21 10:17:44 +08:00
i-robot 774826dcbd
!44255 Remove the default_value option in the MapParameter.get() interface; Provide three Tensor interfaces in MapTensor.
Merge pull request !44255 from Margaret_wangrui/MapParameter
2022-10-21 01:54:34 +00:00
deng jian 832489a372 [feat] [assistant] [I4S2F8] add new data operator encode_jpeg 2022-10-20 11:38:58 -04:00
Margaret_wangrui daf0805ee8 Remove the default_value option in the MapParameter.get() interface; provide three Tensor interfaces in MapTensor. 2022-10-20 19:47:28 +08:00
Xiao Tianci 560f3672c5 rectify terminology from operator to operation 2022-10-20 11:39:24 +08:00
caifubi 45206e51a1 Remove old code 2022-10-20 10:01:31 +08:00
i-robot c44b10b386
!44209 Code refactor for PS
Merge pull request !44209 from chengang/code_clean
2022-10-20 01:26:10 +00:00
cristoval da4426a1ba clean code 2022-10-19 18:48:21 +08:00
i-robot 2e5c712ebd
!44097 [revert] Onehot Dynamic Compile Static
Merge pull request !44097 from jiaoy1224/onehot
2022-10-19 08:41:51 +00:00
i-robot 0728f8ebb3
!42912 del map operation param column_order
Merge pull request !42912 from guozhijian/del_map_parameter
2022-10-19 01:53:03 +00:00
i-robot 2d696d1e36
!44069 Make MapTensor inherit Tensor to adapt to the backend.
Merge pull request !44069 from Margaret_wangrui/map_parameter
2022-10-19 01:42:11 +00:00
i-robot 0245490acb
!43657 remove usage of ScalarToArray
Merge pull request !43657 from zhujingxuan/replace
2022-10-19 01:23:45 +00:00
jonyguo 911cbd7f6a del: column_order in map 2022-10-18 21:07:38 +08:00
Yang Jiao 8ca2f04f6f Revert "!41872 Onehot Dynamic Compile Static"
This reverts commit d9020bc117, reversing
changes made to 987685cb31.
2022-10-18 16:14:53 +08:00
Margaret_wangrui 1006878920 Make MapTensor inherit Tensor to adapt to the backend. 2022-10-18 11:48:00 +08:00
i-robot d57236a794
!43038 change default mode to PyNative
Merge pull request !43038 from chujinjin/change_default_mode_to_pynative_for_master
2022-10-17 09:18:34 +00:00
zjun da1541e523 Fix grad param
Signed-off-by: zjun <zhangjun0@huawei.com>
2022-10-15 15:46:08 +08:00
i-robot 67524daccb
!43750 format some op and function name
Merge pull request !43750 from laiyongqiang/rename
2022-10-15 03:09:53 +00:00
chujinjin 3711a83f76 change default mode to pynative 2022-10-13 19:48:38 +08:00
zhujingxuan 1fd6d59f90 remove usage of ScalarToArray 2022-10-13 14:34:06 +08:00
i-robot 203eea3362
!43487 实现Embedding Stroe相关接口及周边适配
Merge pull request !43487 from larryzhangyong/emb-store-impl-withut
2022-10-13 02:25:53 +00:00
LaiYongqiang 88f5703eaa format some op and function name 2022-10-13 10:08:55 +08:00
zhangyong 9c6405fa96 impl emb-store interface 2022-10-12 14:22:31 +08:00
ZPaC 8bac1d81c6 Add place ut cases 2022-10-11 14:55:40 +08:00
i-robot 5f5a23c22c
!43415 fix slice construction in UnsortedSegmentSumDFission
Merge pull request !43415 from yuchaojie/ir_fusion2
2022-10-10 02:46:10 +00:00
yuchaojie f8191e02cc fix slice construction in UnsortedSegmentSumDFission 2022-10-09 17:14:07 +08:00
i-robot 0cad97acb0
!43303 Acl support ge adaptor.
Merge pull request !43303 from linqingke/acl_op
2022-10-09 06:37:15 +00:00