Commit Graph

62920 Commits

Author SHA1 Message Date
i-robot 13546bd18e
!49640 c_api: Strings Attribute, Get op shape & dimension, Get Tensor by file bug fix.
Merge pull request !49640 from liyejun/c_api_hl
2023-03-08 02:32:25 +00:00
i-robot 5ea0de458e
!49073 [MS][LITE]add python api version
Merge pull request !49073 from luoyuan/add_python_version
2023-03-08 02:25:02 +00:00
i-robot 568adc3562
!49941 Correct rpc recv abs.
Merge pull request !49941 from ZPaC/fix-rpc-recv-infer
2023-03-08 02:24:56 +00:00
i-robot 4d14ae79bd
!49908 codegen bugfix, when no fmk configure, return error
Merge pull request !49908 from zhangyanhui/mas_micro
2023-03-08 02:24:26 +00:00
yefeng ec4051d3ae delete identity node 2023-03-08 10:19:19 +08:00
i-robot c38eb7c236
!49917 [MS][LITE] convert split bugfix
Merge pull request !49917 from Greatpan/convert_split_bugfix_master
2023-03-08 02:11:48 +00:00
huangchengnuo 69fa780966 Add AnyTypeNode and NoneTypeNode 2023-03-08 09:59:01 +08:00
i-robot 243a6a973c
!49863 BatchToSpace算子 动态shape Infer报错
Merge pull request !49863 from Erpim/0306
2023-03-08 01:52:24 +00:00
i-robot fd3bc689af
!49808 change the tensor value type from int32 to int64
Merge pull request !49808 from maoyaomin/mym_fix_step
2023-03-08 01:51:23 +00:00
i-robot 4b7e743ce2
!49901 update ctcloss and unfold doc
Merge pull request !49901 from baihuawei/code_docs_ctcloss_and_undold
2023-03-08 01:49:59 +00:00
i-robot fb6e61fdf6
!49394 modify docs of nn function multi_margin_loss
Merge pull request !49394 from 朱家兴/master
2023-03-08 01:46:52 +00:00
i-robot 0e2267f888
!49922 revert code
Merge pull request !49922 from jjfeing/fix_label_switch
2023-03-08 01:36:07 +00:00
i-robot 7a1dc8e325
!49412 Replace TransData With Transpose
Merge pull request !49412 from jiaorui/replace-transdata-by-transpose
2023-03-08 01:22:26 +00:00
i-robot 85cdc99efd
!49905 fix stub tensor predict output type
Merge pull request !49905 from yangsijia/fix-pred
2023-03-08 01:21:45 +00:00
i-robot 37054b1543
!49889 fix bessel dynamic shape bprop
Merge pull request !49889 from luoyang/fix-bessel
2023-03-08 01:20:22 +00:00
i-robot f1bb1d9130
!49823 fix get_seed graph mode bug
Merge pull request !49823 from YingtongHu/master
2023-03-08 01:17:53 +00:00
i-robot ff8a2d16c6
!49930 Add Python env check before release GIL
Merge pull request !49930 from caifubi/master-pynative-gil-bugfix
2023-03-08 01:15:37 +00:00
i-robot 7408c24826
!49891 Fix CheckAndConvertToDynamicLenSequence error message typo
Merge pull request !49891 from LiangZhibo/message
2023-03-08 01:11:55 +00:00
i-robot 1b6faf50f9
!49895 improve the speed of compile matrix_exp
Merge pull request !49895 from zong_shuai/compile_matrix_exp
2023-03-08 01:08:55 +00:00
Margaret_wangrui 9c92998a79 Support to return isolated node in control flow branches with raise node. 2023-03-08 08:43:24 +08:00
i-robot 10ef7403d3
!49929 Fix tuple to make tuple pass.
Merge pull request !49929 from gaoyong10/dynamic_shape_04
2023-03-07 20:57:48 +00:00
i-robot 634bf8f945
!49928 InPlaceUpdateV2 CPU.
Merge pull request !49928 from gaoyong10/dynamic_shape_02
2023-03-07 17:10:26 +00:00
i-robot e5e55b64df
!49892 添加对gpu的logsoftmax反向的多维支持
Merge pull request !49892 from DavidFFFan/logsoftmax_cudnn
2023-03-07 15:48:11 +00:00
i-robot 1e7b72cdc8
!49720 [MD] Debug Mode: Correct map op input and output column issues
Merge pull request !49720 from cathwong/ckw_debug_mode11_new_map
2023-03-07 15:28:38 +00:00
suxin 2261cf7bca V2 overflow check on Ascend 2023-03-07 23:13:16 +08:00
caifubi 9fcfd6166e Bugfix for PyTrace
1. Handle stub_node exception.
2. Use python infer for StridedSlice.
2023-03-07 22:23:16 +08:00
maoyaomin 67bfdcab09 add pynative mode operator overflow check for dump 2023-03-07 22:16:03 +08:00
lby 99b03c2246 ascend backend support dynamic rank 2023-03-07 22:12:38 +08:00
caiyimeng beb4934b9a Implement rank cpu backend 2023-03-07 21:38:24 +08:00
zhangyanhui 96d1ffef67 codegen bugfix, when no fmk configure, return error 2023-03-07 21:36:34 +08:00
ZPaC 81895a3f14 Correct rpc recv abs. 2023-03-07 21:29:58 +08:00
zong-shuai 83c950922c debug 2023-03-07 21:02:17 +08:00
i-robot f6fa8a0da5
!49859 fix optimizer unify
Merge pull request !49859 from 王禹程/fix_opt
2023-03-07 12:57:48 +00:00
i-robot b4afa4fcd1
!49885 Fix sin onnx ut
Merge pull request !49885 from JuiceZ/dev_sin
2023-03-07 12:52:28 +00:00
maoyaomin e6ad124f3f change the tensor value type from int32 to int64 2023-03-07 20:42:37 +08:00
i-robot d9b4b99117
!49855 fix deform_convd docs
Merge pull request !49855 from zhangyinxia/master
2023-03-07 12:30:40 +00:00
gaoyong10 f2edb0fcbb Fix tuple to make tuple pass. 2023-03-07 20:12:39 +08:00
fandawei 05ecf44ef4 add logsoftmax gpu brop xd support 2023-03-07 19:58:28 +08:00
VectorSL 679cfdb85b add sequenceaddn for aicpu 2023-03-07 19:40:17 +08:00
i-robot fdae7ea46d
!49890 fix model delete segmentation fault and clean code.
Merge pull request !49890 from wangpingan/mmap
2023-03-07 11:39:09 +00:00
gaoyong10 897f264ee3 InPlaceUpdateV2 CPU. 2023-03-07 19:34:37 +08:00
i-robot 2cc4d8044f
!46575 Fetch call node output type by abstract.
Merge pull request !46575 from gaoyong10/dynamic_shape_01
2023-03-07 11:32:36 +00:00
i-robot e6895b7fa3
!49906 takedown testcases to ensure gate stability
Merge pull request !49906 from yanghaoran/takedown_testcases
2023-03-07 11:29:13 +00:00
caifubi ffb5c55b6c Add Python env check for gil 2023-03-07 19:26:03 +08:00
i-robot 4cfe8bb5c3
!49852 Support inplace update v2 gpu kernel.
Merge pull request !49852 from ZPaC/inplace-update-v2
2023-03-07 11:19:23 +00:00
i-robot 0bb22bae26
!49824 fix convert dynamic broadcast to pass
Merge pull request !49824 from 王禹程/fix_dynpass
2023-03-07 11:09:21 +00:00
i-robot a9b46ffb98
!49621 fix ops.eye bug
Merge pull request !49621 from zlq2020/master
2023-03-07 10:52:37 +00:00
i-robot 48cb94e5c6
!49227 Add avgpool args
Merge pull request !49227 from 冯一航/modify_avgpool_args
2023-03-07 09:55:21 +00:00
yuchaojie b86e72e0f4 use original axis attr 2023-03-07 17:25:18 +08:00
i-robot e2ac12b1ad
!49909 fix Transformer docs
Merge pull request !49909 from 吕昱峰(Nate.River)/code_docs_master
2023-03-07 09:14:09 +00:00