Commit Graph

32109 Commits

Author SHA1 Message Date
i-robot 09098858bb !24416 add eps attr for IOU operator.
Merge pull request !24416 from wangshuide/wsd_master_new
2021-09-30 02:55:34 +00:00
i-robot f06311c5fa !24429 optimize the OMP thread compute and actor run error info
Merge pull request !24429 from limingqi107/new_actor_runtime
2021-09-30 02:46:19 +00:00
oacjiewen afd4958c0e update mindspore/OWNERS. 2021-09-30 02:42:27 +00:00
i-robot c3d8210658 !23879 add detail desciption of sequence length and fix some grammar errors.
Merge pull request !23879 from 吕昱峰(Nate.River)/rnn_doc
2021-09-30 02:32:03 +00:00
i-robot 6f2f35c3a1 !24230 [assistant][AdjustGamma] Modify code of example for AdjustGamma
Merge pull request !24230 from QingfengLi/code_docs_adjust_gamma
2021-09-30 02:08:03 +00:00
i-robot 45b79cc4ac !24271 [assistant][Vol]Enumeration comments supplement
Merge pull request !24271 from QingfengLi/code_docs_vol_enums
2021-09-30 02:07:28 +00:00
i-robot df82354be7 !24366 fix the error message that profiler does not support pynative mode.
Merge pull request !24366 from casgj/master
2021-09-30 01:59:14 +00:00
i-robot 546d40d662 !24422 Add Transformer Example For APIs
Merge pull request !24422 from huangxinjing/add_transformer_examples
2021-09-30 01:49:56 +00:00
i-robot 516036b37a !24424 [MS][LITE]check tflite model when parser
Merge pull request !24424 from mengyuanli/check_third_party_model
2021-09-30 01:27:35 +00:00
i-robot 8c3ddba7f3 !24408 Add new commiter to OWNER files
Merge pull request !24408 from yanghaitao/codex_docs_add_commit_yht
2021-09-30 01:12:45 +00:00
i-robot e2b07117e1 !23949 Add st offline debugger test
Merge pull request !23949 from sabrinasun_59ee/sttest
2021-09-29 22:01:19 +00:00
huangxinjing 827597f6fe Add transformer example 2021-09-29 21:08:27 +08:00
oacjiewen d94e2f7dcd update mindspore/OWNERS. 2021-09-29 12:45:59 +00:00
limingqi107 8179e007a9 optimize the OMP thread compute and actor run error info 2021-09-29 18:15:30 +08:00
mengyuanli d677efb696 add tflite model verify 2021-09-29 18:08:42 +08:00
i-robot 42a780d9af !24342 [MD] fix example issue
Merge pull request !24342 from liyong126/fix_issue
2021-09-29 09:46:48 +00:00
wangshuide2020 b9f54e0b00 add eps attr for IOU operator. 2021-09-29 17:35:26 +08:00
i-robot 00a900297e !24311 codex clean
Merge pull request !24311 from wangyanling/codex
2021-09-29 09:23:18 +00:00
i-robot 9cf07ea45d !24379 add side-effect mark to sponge operators
Merge pull request !24379 from huangbingjian/sponge_v
2021-09-29 09:03:53 +00:00
i-robot d7a08c3e2d !24146 Optimize error log about inspect.getsourcelines fail if run source code in terminal
Merge pull request !24146 from huanghui/optimize-inspect-getsourcelines-fail-log
2021-09-29 09:01:27 +00:00
i-robot bc5ccaa4ba !24348 imporve performance of CPU LSTMGrad
Merge pull request !24348 from limingqi107/bug_fix
2021-09-29 08:47:17 +00:00
i-robot 9d50e0c48a !24376 unified runtime support the scheduler of graph sink
Merge pull request !24376 from limingqi107/new_actor_runtime
2021-09-29 08:36:08 +00:00
i-robot 001304fec8 !24398 reopen tflite posttraining
Merge pull request !24398 from hangq/codex-master
2021-09-29 08:23:21 +00:00
i-robot e099bb52d5 !24280 extract stream manager from stream assign
Merge pull request !24280 from laiyongqiang/master
2021-09-29 08:02:59 +00:00
yanghaitao1 a30b940ad3 add commiter to OWNERS files 2021-09-29 03:48:58 -04:00
i-robot 57dd3a6ed8 !24378 Add HulkTang to OWNERS of ccsrc, core and _extends
Merge pull request !24378 from tanghuikang/add_owner
2021-09-29 07:14:14 +00:00
i-robot 1407dbec37 !21607 [assistant][ops]New operator implementation, Celu
Merge pull request !21607 from yangwm/ops
2021-09-29 06:54:40 +00:00
i-robot c4cc8d8df0 !24326 fix sponge ops
Merge pull request !24326 from jiahongQian/master
2021-09-29 06:37:43 +00:00
hangangqiang 6e8d899f0f reopen tflite posttraining 2021-09-29 14:28:17 +08:00
i-robot 43a525a3f1 !24333 codex: makevalue nullptr check
Merge pull request !24333 from hangq/codex-master
2021-09-29 06:18:27 +00:00
i-robot 43f6739279 !24323 Fix codedex warning in import
Merge pull request !24323 from LiangZhibo/warning
2021-09-29 06:18:22 +00:00
i-robot 68aa0cbd8f !24275 [Debugger] fix reading async data shows device format shape issue
Merge pull request !24275 from TinaMengtingZhang/fix_offline_dbg_async_show_device_shape
2021-09-29 06:18:03 +00:00
i-robot 3948551b1a !24345 fix bug of TaskFailCallback and AicpuExitInfo
Merge pull request !24345 from caifubi/master-fix-aicpu-ds
2021-09-29 06:13:46 +00:00
i-robot 17b8370023 !24369 [MS][LITE]replace kernel init with prepare
Merge pull request !24369 from mengyuanli/remove_kernel_init
2021-09-29 06:10:57 +00:00
i-robot 6c4d42c142 !24385 [MS][LITE] fix albert java
Merge pull request !24385 from yefeng/167-fix_java_albert-master
2021-09-29 06:10:29 +00:00
i-robot 734445684b !24394 static checking
Merge pull request !24394 from lz/master
2021-09-29 06:08:46 +00:00
lz ff8488da0e static checking 2021-09-29 12:33:02 +08:00
limingqi107 0e30316f53 unified runtime support the scheduler of graph sink 2021-09-29 11:56:32 +08:00
yefeng 0304639b89 fix_java_albert-master 2021-09-29 11:41:04 +08:00
tanghuikang 5e5ffab71f Add HulkTang to OWNERS of ccsrc, _extend and core 2021-09-29 10:54:11 +08:00
huangbingjian fac79a10a6 add side-effect mark to sponge operators 2021-09-29 10:50:42 +08:00
mengyuanli 96342bacc9 replace kernel Init with Prepare 2021-09-29 10:49:07 +08:00
i-robot ad88cfcafb !24363 [MS][LITE] add quant params check
Merge pull request !24363 from jianghui58/quant_check_mas
2021-09-29 02:44:10 +00:00
hangangqiang a8ff75b0e8 GetAttr nullptr check 2021-09-29 10:38:41 +08:00
i-robot 338ab157c7 !24193 fix endless loop in analyze phase
Merge pull request !24193 from xychow/fix-analyze-endless-loop
2021-09-29 01:57:57 +00:00
i-robot d5ed36c594 !24298 [lite]fix the bug of setting model's output name
Merge pull request !24298 from 徐安越/master
2021-09-29 01:49:59 +00:00
i-robot 9d46d0fd03 !24316 optimize full quant & fse_encoder nullptr check
Merge pull request !24316 from yeyunpeng2020/master
2021-09-29 01:45:36 +00:00
casgj 92052be1b6 fix the error message that profiler does not support pynative mode. 2021-09-29 01:43:28 +00:00
i-robot f482e2a5fc !23676 [GraphKernel] Limit the number of inputs and outputs for parallel fusion in CUDA.
Merge pull request !23676 from TronZhang/add_parallel_limit
2021-09-29 01:41:59 +00:00
jianghui58 6687e7b85f add quant params check 2021-09-29 09:28:27 +08:00