mindspore-ci-bot
b83d921735
!3317 add check for stridedslice when choose aicpu or aicore
...
Merge pull request !3317 from zhangbuxue/add_check_for_stridedslice_when_choose_aicpu_or_aicore
5 years ago
mindspore-ci-bot
93a4b1200b
!6225 Allow both images.idx3-ubte and images-idx-ubyte file name for MNIST
...
Merge pull request !6225 from ZiruiWu/mnist_parse_file_name_with_dot
5 years ago
mindspore-ci-bot
b4d527e198
!6223 Fix Memory leak in callback_manager
...
Merge pull request !6223 from ZiruiWu/fix_memory_leak_in_callback
5 years ago
gukecai
41a62c7757
fix codex
5 years ago
mindspore-ci-bot
759876f5bf
!6154 Remove the timeout function in kernel build client.
...
Merge pull request !6154 from 张清华/master2
5 years ago
Zirui Wu
61004697c0
allow both image-idx and image.idx in mnist
5 years ago
Zirui Wu
ce87f703f4
use raw pointer in callback_manager
5 years ago
Lixia Chen
b5b333726f
Leaf ops do self-reset.
5 years ago
root
d11239f70f
Add relu6 gpu
5 years ago
Margaret_wangrui
96daa72f20
fix DumpIR arg
5 years ago
mindspore-ci-bot
f7691335eb
!6167 fused select and greater op to improve bert perfermance on GPU
...
Merge pull request !6167 from ZengZitao/fuse_greater_select_ms
5 years ago
mindspore-ci-bot
8f6c5e3cc2
!6160 open graph kernel expander opt for gpu
...
Merge pull request !6160 from r1chardf1d0/expander
5 years ago
mindspore-ci-bot
ce0c7a66cd
!6176 serving: support scalar input with no shape
...
Merge pull request !6176 from 徐永飞/master
5 years ago
shenwei41
d10d4433cf
Modify alarm
5 years ago
laiyongqiang
4063a69846
clean codex warning
5 years ago
chujinjin
51e1d6096b
fix deeplabv3 error in pynative
5 years ago
Zhang Qinghua
8f72f28180
Remove the timeout function in kernel build client.
5 years ago
mindspore-ci-bot
ea53848333
!6049 Replace unsafe function "memcpy" with "memcpy_s"
...
Merge pull request !6049 from maning202007/restore_debugger
5 years ago
mindspore-ci-bot
546b5a23f9
!6126 [AutoParallel] Added dimension check for elementwise op with implicit broadcast
...
Merge pull request !6126 from Chong/reshape-test-mul-broadcast
5 years ago
mindspore-ci-bot
9c896fd22c
!5899 Fix Some bugs and add test cases on Tensor printing.
...
Merge pull request !5899 from huangbingjian/master
5 years ago
xuyongfei
f5d60dad7e
serving: support scalar for tensors input
5 years ago
zengzitao
a38d6139fa
fused select and greater op to improve bert perfermance on GPU
5 years ago
mindspore-ci-bot
234b7a6033
!6131 fix gpu pynative eval
...
Merge pull request !6131 from panfengfeng/fix_pynative_gpu_eval
5 years ago
zjun
5bc855416c
fix export print AIR model files
...
Signed-off-by: zjun <zhangjun0@huawei.com>
fix graphengine commit
Signed-off-by: zjun <zhangjun0@huawei.com>
5 years ago
mindspore-ci-bot
bb4dbf4989
!5803 Combine Async Dump with E2e Dump
...
Merge pull request !5803 from caifubi/dump
5 years ago
r1chardf1d0
88de0cffa9
open graph kernel expander opt for gpu
5 years ago
caifubi
372c2e7951
Combine Async Dump and E2E Dump
5 years ago
mindspore-ci-bot
f450d324bb
!6090 [MD] Temporarily disable DatasetCache for the current release
...
Merge pull request !6090 from lixiachen/disable_cache
5 years ago
mindspore-ci-bot
37e3b6082f
!6002 Reduce inline passes traversal by skipping inline action if no pre-ad python pass exists
...
Merge pull request !6002 from BowenK/pre_ad
5 years ago
panfengfeng
db558cd01b
fix pynative gpu eval
5 years ago
maning202007
00ad38d78d
replace unsafe funtion 'memcpy' with 'memcpy_s'.
5 years ago
mindspore-ci-bot
91b2591b08
!6079 1.Fix codex of PS module. 2.Use std::vector instead of std::shared_ptr. 3.Optimize some code.
...
Merge pull request !6079 from ZPaC/master-1.0-optimize-ps
5 years ago
mindspore-ci-bot
84240b5a5c
!6121 avoid momory ascend for multi model.train or model.eval
...
Merge pull request !6121 from anzhengqi/avoid-memory-ascend-lenet
5 years ago
mindspore-ci-bot
2b9a8422ba
!6123 [MD] fix bug in normalize op
...
Merge pull request !6123 from liyong126/fix_bug_normalize
5 years ago
mindspore-ci-bot
ea34af54bd
!6116 [MD] fix mindrecord log
...
Merge pull request !6116 from liyong126/fix_bug_log
5 years ago
Sheng
fcbd85d79d
check dim for refer tensor when broadcasting
5 years ago
liyong
8ef8b02add
fix bug in normalize op
5 years ago
mindspore-ci-bot
1a5d4b8ed1
!6120 Fix c api of ImageFolderDataset probably fails in unit testing
...
Merge pull request !6120 from jiangzhiwen/fix/prob_nullptr
5 years ago
mindspore-ci-bot
3ed015e645
!6109 [MD] replace snprinf with snprintf_s
...
Merge pull request !6109 from magemomou/print_s
5 years ago
anzhengqi
21f25cbbb6
avoid memory ascend for multi model.train or model.eval
5 years ago
HuangBingjian
07d1f5ac37
fix tensor.cc
5 years ago
mayang
56acc65619
[MD] Replace the unsafe func 'snprintf' with a safe one 'snprintf_s' in soft_dp_log.h
5 years ago
jiangzhiwen
2a59596fe6
fix ImageFolderDataset probability failure
5 years ago
mindspore-ci-bot
8bf5ac1c15
!6032 [bug]add import for ops in ops.py in __init__
...
Merge pull request !6032 from vlne-v1/change_ops_import
5 years ago
liyong
2e5a809933
fix mindrecord log
5 years ago
ZPaC
4c1f9983d7
Optimize PS code.
5 years ago
mindspore-ci-bot
9223915fb2
!6096 [Data] add RBGA TO RGB support for mindspore lite
...
Merge pull request !6096 from xulei/lite_test0905
5 years ago
mindspore-ci-bot
2ff6dd3b77
!5861 [MD] Change return val of GetNextRow in c-api
...
Merge pull request !5861 from luoyang/c-api-pyfunc
5 years ago
Wei Luning
7b6899fdc0
add import of ops in in ops __init__
5 years ago
mindspore-ci-bot
a0e3fd6bf3
!6021 merge the right branch first in dx+addn+drelu fusion
...
Merge pull request !6021 from guoqi/master
5 years ago
mindspore-ci-bot
ec9a34b3cd
!6064 Fix dataset api get nullptr of iterator when occur runtime error
...
Merge pull request !6064 from jiangzhiwen/fix/iter_null_ptr
5 years ago
luoyang
581335453e
Change return val of GetNextRow
5 years ago
mindspore-ci-bot
f16ad7aa27
!6089 Extend watchpoint support in debugger to all tensor types
...
Merge pull request !6089 from HarshvardhanGupta/add-more-dtypes-wp
5 years ago
mindspore-ci-bot
3ec9214d0a
!6093 debugger UI does not know whether the training is done
...
Merge pull request !6093 from john_tzanakakis/origin/is_training_done
5 years ago
mindspore-ci-bot
31fa3edb96
!5962 fix mobilenetv2 loss error in pynative mode
...
Merge pull request !5962 from chujinjin/fix_mobilenetv2_loss_error
5 years ago
mindspore-ci-bot
a6812d6270
!6075 akg json creation bugfix
...
Merge pull request !6075 from Gaoxiong/master
5 years ago
mindspore-ci-bot
bc8115ae66
!6061 fix for thread log lock
...
Merge pull request !6061 from kisnwang/fix-fork-thread-lock
5 years ago
mindspore-ci-bot
3c0aa0a6e4
!6069 support function as condition of if
...
Merge pull request !6069 from zhangbuxue/support_function_as_condition_of_if
5 years ago
mindspore-ci-bot
9a12ad1fdc
!6097 fix build get time error
...
Merge pull request !6097 from kisnwang/fix-build-gettime-error
5 years ago
mindspore-ci-bot
cdb4fb815a
!6072 fix bug of kernel select
...
Merge pull request !6072 from lianliguang/fix-bug-of-kernel-select
5 years ago
kswang
80f6c084d8
fix build -p on gettime error
5 years ago
xulei2020
153672b8d3
add code
5 years ago
mindspore-ci-bot
cd2646c98e
!6005 Optimize ROI Align kernel
...
Merge pull request !6005 from JonathanY/rcnn
5 years ago
mindspore-ci-bot
a084196300
!6094 Adding input checks to C API
...
Merge pull request !6094 from EricZ/add_input_check_capi
5 years ago
mindspore-ci-bot
eb049b0e93
!5842 [Dataset] dataset op log changes
...
Merge pull request !5842 from luoyang/pylint
5 years ago
mindspore-ci-bot
461eeaf70d
!6076 [Data]reame the lite of minddata tar name
...
Merge pull request !6076 from xulei/lite_test0905
5 years ago
eric
cd5af9472e
Added input check
5 years ago
lichen_101010
dffa61b228
send info when training is done
5 years ago
Zirui Wu
d54ba374b9
order dict by column_id in create_dict_iterator()
...
fix CI
5 years ago
Lixia Chen
30a2cce595
Disable cache
5 years ago
Harshvardhan Gupta
18d1e8795a
extend wp support to all types
5 years ago
YangLuo
f5a85510f2
[MD] dataset op log changes
5 years ago
mindspore-ci-bot
8fe3cf6991
!5737 Add support for more watchpoint conditions in debugger.
...
Merge pull request !5737 from HarshvardhanGupta/add-new-wp
5 years ago
mindspore-ci-bot
939737c017
!5970 enable debugger by default and set correct log message severity
...
Merge pull request !5970 from john_tzanakakis/master_ms1_grpc
5 years ago
xulei2020
72861a68f3
add code
5 years ago
Gaoxiong
301a9c4e88
akg json creation bugfix
5 years ago
WilliamLian
e9d9101ba2
fix bug of kernel select index mathed error
5 years ago
mindspore-ci-bot
cd988cb694
!6046 check column name for bucket_batch_by_length
...
Merge pull request !6046 from yanghaitao/yht_bucket_batch_by_length
5 years ago
buxue
b9c9046b93
support function as condition of if
5 years ago
mindspore-ci-bot
4d84170eef
!6045 fix code check warnings
...
Merge pull request !6045 from yihuaijie/master
5 years ago
mindspore-ci-bot
7d3a9d78b7
!6024 Fix CodeDEX issues in DuplexPipe.
...
Merge pull request !6024 from 张清华/master2
5 years ago
chujinjin
62bfaf7e91
fix mobilenetv2 loss error in pynative mode
5 years ago
jiangzhiwen
0e9fbf6970
fix iterator get null when occur runtimer error
5 years ago
mindspore-ci-bot
aa96c1aadf
!5949 add gpu timeline.
...
Merge pull request !5949 from yuximiao/gpu_timeline
5 years ago
kswang
32a7af79b6
fix fork thread lock
5 years ago
Zhang Qinghua
4c81588371
Fix CodeDEX issues in DuplexPipe.
...
Remove reentrant function in signal handler;
Just close self in client when timeout during transaction;
5 years ago
mindspore-ci-bot
fda52b50df
!6028 Fix codedex issues in tensor_py.cc
...
Merge pull request !6028 from hewei/fix_codedex_0911
5 years ago
mindspore-ci-bot
5b4642d10a
!4950 Fixing Minddata profiling monitor
...
Merge pull request !4950 from anthonyaje/monitor_fix
5 years ago
yanghaitao
92eb17d982
checkou colums names for bucket_batch_by_length
5 years ago
guoqi
dbd8036751
fusion the right branch first in dx+addn+drelu fusion
5 years ago
Yi Huaijie
0d478130f6
fix code check error
5 years ago
mindspore-ci-bot
3c7b668d63
!5955 Cuda and ascend run package version checking && temporary environment variables auto setting
...
Merge pull request !5955 from zhoufeng/version_check
5 years ago
mindspore-ci-bot
9a5e074c48
!5058 remove backend/session dependency on python
...
Merge pull request !5058 from xychow/remove-backend-py-dependency-1
5 years ago
mindspore-ci-bot
5247fe7315
!6015 Adding md dependency fetching from ms lib server
...
Merge pull request !6015 from EricZ/fix_md_submodule
5 years ago
He Wei
5ddc6266b2
Fix codedex issue in tensor_py.cc
5 years ago
buxue
08059f5c61
add check for stridedslice when choose aicpu or aicore
5 years ago
mindspore-ci-bot
2dfb2f3578
!6009 Add Affine transformation ut for Lite Dataset
...
Merge pull request !6009 from jiangzhiwen/lite/affine_ut
5 years ago
John Tzanakakis
b0a7ebdeb0
enable debugger by default and set correct log message severity
5 years ago
mindspore-ci-bot
7b3873559f
!5883 support for frac_zn_lstm
...
Merge pull request !5883 from liubuyu/master
5 years ago
mindspore-ci-bot
1593eb27c0
!5980 Delete the openssl related code to restore debugger
...
Merge pull request !5980 from maning202007/restore_debugger
5 years ago
mindspore-ci-bot
483b364d92
!5984 Add CPU kernels: Sub, Square
...
Merge pull request !5984 from huanghui/cpu-basic-kernel
5 years ago
zhousiyi
ab74dfc839
refact backend/session from python
5 years ago
Harshvardhan Gupta
e751c2e069
add more wp conditions
5 years ago
mindspore-ci-bot
a778868a5a
!5929 BucketBatchByLength column issue
...
Merge pull request !5929 from MahdiRahmaniHanzaki/bucket_batch_by_length_fix
5 years ago
Eric
2a1bcddd69
Added check for ms server
...
Added open cv options from ms server
Fixed struct declaration
5 years ago
jiangzhiwen
d4ce668b9b
add Affine ut
5 years ago
yuximiao
e9add03ca8
add gpu timeline
5 years ago
mindspore-ci-bot
77e05e32a4
!6001 raise exception when use HookBackward in graph mode
...
Merge pull request !6001 from zhangbuxue/check_is_graph_mode_for_HookBackward
5 years ago
mindspore-ci-bot
eedbbb3649
!5958 Modify interface for function and remove duplicated def
...
Merge pull request !5958 from lilei/modify_bug
5 years ago
mindspore-ci-bot
82eb2634a0
!5739 change debug_name to full name in mindspore side
...
Merge pull request !5739 from lichen_101010/debugname_to_fullname
5 years ago
huanghui
a82577c00e
Add CPU kernels: TensorAdd, Sub, Mul, Div
5 years ago
Jonathan Yan
2ca0718da6
optimize ROIAlign kernel
5 years ago
liubuyu
c5f8849d03
version check
5 years ago
buxue
3fd73f9d08
raise exception when use HookBackward in graph mode
5 years ago
BowenK
e482e4e8bf
reduce pass traversals if no pre-ad python pass exists
5 years ago
mindspore-ci-bot
6568904078
!5973 score + 1 when match output format with pri_format
...
Merge pull request !5973 from lianliguang/fix-maskrcnn
5 years ago
mindspore-ci-bot
c882e4863c
!5961 [Data]Add lite_cv lib for mindspore lite data preprocessing
...
Merge pull request !5961 from xulei/lite_test0905
5 years ago
mindspore-ci-bot
c7ff3bd7ed
!5985 fix parallel optimizer problem, assign is removed unexpectly
...
Merge pull request !5985 from gziyan/fix_parallel_optimizer
5 years ago
mindspore-ci-bot
ea94756839
!5605 Introduce usage flag to MNIST and CIFAR dataset
...
Merge pull request !5605 from ZiruiWu/add_usage_to_cifar_mnist_coco
5 years ago
xulei2020
b356211413
add init code
5 years ago
mindspore-ci-bot
ae7e8a7492
!5964 GeneratorDataset continue to send remain data when release gpu resource for GPU
...
Merge pull request !5964 from anzhengqi/I1TK0O-close-gpu2
5 years ago
Ziyan
644b680df3
fix parallel optimizer bug and add st testcase
5 years ago
maning202007
af9c9b5129
Delete the openssl related code to restore debugger
5 years ago
mindspore-ci-bot
47ca1e3128
!5950 set depend abstract
...
Merge pull request !5950 from Margaret_wangrui/depend_abstract
5 years ago
WilliamLian
3b1dded345
add output score when matched output format with infer
5 years ago
mindspore-ci-bot
7152fe04be
!5783 GraphKernel supports GPU
...
Merge pull request !5783 from DeshiChen/graph_kernel_1.0
5 years ago
anthonyaje
2d08d83247
Fixed connector_size and monitor.
5 years ago
mindspore-ci-bot
87d0d0bf8d
!5754 adding int32 support for Greater gpu kernel
...
Merge pull request !5754 from Peilin/add-type-support-for-greater
5 years ago
Zirui Wu
1bb93580dd
Add usage flag to MNIST/CIFAR
...
ci fix 1
fix ci 2
fix ci 3
fix ci 4
fix ci 5
fix ci 6
fix ci 7
change var name in CelebA from dataset_type to usage
address review cmts
fix cpp ut fail
change mode to usage in VOCDataset
fix cmts
fix ci test case fail
5 years ago
anzhengqi
d2ba20bdbc
continue to send remain data when release gpu resource
5 years ago
mindspore-ci-bot
a2b329828d
!5944 [bug]fix bug in cell copy & test case
...
Merge pull request !5944 from vlne-v1/bug-cell-copy
5 years ago
lilei
71adabd944
modify_bug
5 years ago
mindspore-ci-bot
aac698bb76
!5948 fix sample seed
...
Merge pull request !5948 from baihuawei/sample-seed
5 years ago
dayschan
37a48f6aac
GraphKernel supports GPU
...
1. Update akg submodule
2. Refactor akg_kernel_build, akg_ascend_kernel_build, akg_gpu_kernel_build
3. Add akg_kernel_json_decoder to support converting kernel_json to AnfNode.
4. Add GraphKernel Cost Model. (mindspore/_extends/graph_kernel)
5. Add some GraphKernel passes to GpuSession, move these passes to backend/optimizer/graph_kernel.
6. Add global id for ir files.
7. Fix bug in ConstInputToAttr.
5 years ago
mindspore-ci-bot
81c847374a
!5936 fix CPU BatchNorm infer error
...
Merge pull request !5936 from zhaoting/mobilenet
5 years ago
Wei Luning
249382899b
fix bug in cell pickle and copy
5 years ago
baihuawei
8a101524da
fix seed
5 years ago
mindspore-ci-bot
fc8bd0dd03
!5933 Fix pserver error and optimize worker and server log.
...
Merge pull request !5933 from ZPaC/master-fix-error-when-pserver-finish-training
5 years ago
mindspore-ci-bot
f480e48271
!5913 add count of graphs using the parameter
...
Merge pull request !5913 from limingqi107/master
5 years ago
mindspore-ci-bot
2350a5990b
!5885 [doc]add some document for composite op
...
Merge pull request !5885 from vlne-v1/add-doc-for-composite-op
5 years ago
mindspore-ci-bot
a0d5ec0af3
!5921 Add find CuDNN module in CMakeLists.txt
...
Merge pull request !5921 from zyli2020/refine_cmake_find_cuda_cudnn
5 years ago
mindspore-ci-bot
0c316e522d
!5866 clean idle mem at proper time
...
Merge pull request !5866 from liangzelang/fix_global_step_error
5 years ago
Margaret_wangrui
4ebe9f4dab
set depend abstract
5 years ago
lizhenyu
dc315df9bc
Add find CuDNN module in CMakeLists.txt
5 years ago
mindspore-ci-bot
25a528ae12
!5736 Add device specific config key checking
...
Merge pull request !5736 from fary86/add_device_specific_config_check
5 years ago
limingqi107
d712ac0da0
add count of graphs using the parameter
5 years ago
zhaoting
a149784db0
fix CPU BatchNorm infer error
5 years ago
mindspore-ci-bot
0aa9f900dd
!5749 Support multi grad
...
Merge pull request !5749 from amongo/SupportPyantiveMultiGrad
5 years ago
Wei Luning
8c6475fd0b
add composite op doc
5 years ago
mindspore-ci-bot
31844bff2e
!5902 GPU add support device
...
Merge pull request !5902 from VectorSL/format
5 years ago
mindspore-ci-bot
c45f79d36b
!5384 [MD]-Api changes
...
Merge pull request !5384 from nhussain/api_changes
5 years ago
mindspore-ci-bot
88f5cbe5db
!5692 Add requires_grad option for python pass
...
Merge pull request !5692 from BowenK/pre_ad
5 years ago
ZPaC
7002939540
1.Fix error when pserver finishes training.
...
2.Optimize worker and server log.
3.Try Catch ps-lite exceptions.
5 years ago
mindspore-ci-bot
2e6a5a90f0
!5891 fix unnecessary data sync
...
Merge pull request !5891 from kisnwang/async-run-graph
5 years ago
Peilin Wang
f020e19636
add int32 support to greater gpu kernel
...
fix ci
5 years ago
mahdi
a152a65227
Fixed the column problem in BucketBatchByLength
5 years ago
Zirui Wu
bde9f18f5a
update lookup api to take in a type
...
ci
add test case
address some of the review cmts
address review cmts
5 years ago
nhussain
3bac9d3713
switch input columns and operation
...
change ImagefolderDV2 name
change ds.transforms.vision to ds.vision
change batch api to match map api more closely
compose op changes
test_pylint
remove compose op from vision, move to transform module, refactor map and batch to use column_order
5 years ago
liangzelang
4c7291078c
clean idle mem in the beginning of ascend session
5 years ago
mindspore-ci-bot
75045e3e2a
!5884 Modify alarm
...
Merge pull request !5884 from shenwei41/sw_master
5 years ago
mindspore-ci-bot
6fdb43d22d
!5895 gpu maximum minimum absgrad kernel fix
...
Merge pull request !5895 from chenweifeng/maximum-fix
5 years ago
mindspore-ci-bot
98725bc865
!5790 [MS][GPU][CUDA] Dedicated new user facing Pad API kernel
...
Merge pull request !5790 from danishnxt/GPU_three
5 years ago
mindspore-ci-bot
b717a686cf
!5690 ROIAlign kernel memory leak
...
Merge pull request !5690 from JonathanY/rcnn
5 years ago
mindspore-ci-bot
65c5663c8f
!5886 fix use “delete this” in graph_data_server.h
...
Merge pull request !5886 from heleiwang/fix_delete_this
5 years ago
VectorSL
197b00331e
tensorcore can only used in Volta or newer devices
5 years ago
fary86
b0f89685b4
Add device specific config check
5 years ago
mindspore-ci-bot
2a9c458870
!5812 Add PS context.
...
Merge pull request !5812 from ZPaC/master-context-for-ps
5 years ago
huangdongrun
341b8468eb
add support for pynative multicases
...
clear df builder
add testcases
5 years ago
heleiwang
858e7c98b0
fix delete this
5 years ago
kswang
b5e579567c
fix unnecessary tensor sync
5 years ago
mindspore-ci-bot
cf34a744c2
!5844 serving handle exception
...
Merge pull request !5844 from 徐永飞/master
5 years ago
xuyongfei
28746d6e57
serving: handle exception
5 years ago
wilfChen
3b54e55223
gpu maximum & minimum kernel with fp16 input
5 years ago
mindspore-ci-bot
21c5207ca0
!5879 fix cpplint
...
Merge pull request !5879 from riemann_penn/fix_pclint
5 years ago
liubuyu
23a298ca81
support new format frac_zn_lstm
5 years ago
mindspore-ci-bot
c415e8ceda
!5860 Fix dataset register occational problem
...
Merge pull request !5860 from xiefangqi/fix_dataset_register_issue
5 years ago
shenwei41
0c6ce88058
Alarm modification
5 years ago
ZPaC
87bf2a7dcd
Add PS context.
5 years ago
mindspore-ci-bot
a838c9bd3d
!5685 update run for br: master
...
Merge pull request !5685 from guozhijian/udpate_run_from_c75b100_to_c75b150_master
5 years ago
mindspore-ci-bot
b40677002f
!5714 [refine]change top graph and add cell class
...
Merge pull request !5714 from vlne-v1/change-top-graph
5 years ago
wuxuejian
bd527a331d
update aicpu proto and update module: graphengine
...
Support Dynamic Shape Aicpu Run Package
adapt tensorengin modify, fix ub fusion
5 years ago
panyifeng
49432d11be
fix cpplint
5 years ago
mindspore-ci-bot
61d5539f8d
!5784 fix codedex & reviewbot
...
Merge pull request !5784 from Margaret_wangrui/codedex_bot
5 years ago
mindspore-ci-bot
2ccb74c913
!5846 fix the bug of get id
...
Merge pull request !5846 from Simson/bugfix
5 years ago
Wei Luning
e6f82af849
add cell class to c++
5 years ago
mindspore-ci-bot
bbafa9dbe4
!5832 Use the unified Execute function to run Graph or Single Graph.
...
Merge pull request !5832 from 张清华/master
5 years ago
mindspore-ci-bot
a3d0ddb4db
!5779 tenoradd profiling
...
Merge pull request !5779 from chenweifeng/broadcast-refactor
5 years ago
xiefangqi
9b8c19d9f1
fix dataset thread register problem
5 years ago
mindspore-ci-bot
72f77bdea7
!4363 export and load model for serving
...
Merge pull request !4363 from hexia/export_and_load_model_for_serving
5 years ago
simson
2b0d88e3e2
fix the bug of get id that string might has conflict with int
5 years ago
wilfChen
6ebe132cd3
broadcast refactor
5 years ago
mindspore-ci-bot
46f6abea2d
!5810 add execution tree state to fix minddata profiling.
...
Merge pull request !5810 from anzhengqi/add-execution-tree-state
5 years ago
Zhang Qinghua
c0070d3d49
Use the unified Execute function to run Graph or Single Op Graph.
5 years ago
mindspore-ci-bot
eface185cd
!5773 [AutoParallel]Fix Reduce_eliminate_pass bug
...
Merge pull request !5773 from lichen/fix_reduce_eliminate_pass
5 years ago
mindspore-ci-bot
d05c22a132
!5741 fix op id issue in pynative mode
...
Merge pull request !5741 from wangqiuliang/fix-net-id-issue
5 years ago
Margaret_wangrui
1f107d5a8a
codedex_bot
5 years ago
lichenever
954cf0aff6
fix reduce_eliminate bug
5 years ago
mindspore-ci-bot
b9345d1d34
!5775 fix categorical in GraphMode
...
Merge pull request !5775 from baihuawei/0902
5 years ago
hexia
2f42466da8
export and load model for serving
5 years ago
mindspore-ci-bot
6ba5cd5750
!5765 modify the log which nodes forming loop
...
Merge pull request !5765 from Margaret_wangrui/get_loop_nodes_log
5 years ago