Commit Graph

4495 Commits (e1ed3b9c15eb1e99d981f0a9e6d9fb29a997290f)

Author SHA1 Message Date
hesham 7120c66998 Add SubsetSampler
4 years ago
TFBunny 6cd7dc42e9 add testcases and dynamic shape to reduce ops
4 years ago
mindspore-ci-bot 4cd6588af0 !11393 Migrating cache transform pass from execution tree to IR tree
4 years ago
tronzhang d078cbfa99 support parallel fusion
4 years ago
mindspore-ci-bot b9e1c3f045 !11530 support call inner net attr
4 years ago
zhangzhewei 22ca18fe1d add bce cpu ops
4 years ago
buxue 3d33c4fed3 support call inner net attr
4 years ago
mindspore-ci-bot 59e5be7ae0 !11635 【MD】【BUG】Add parameter verification for getROI function
4 years ago
mindspore-ci-bot f2fd357ffc !11623 fix issues of MD
4 years ago
mindspore-ci-bot 007bd6c7d3 !11656 add dtype shape and value in __str__ and __repr__ of Parameter
4 years ago
mindspore-ci-bot 58b8d8cd02 !11677 add isfinite grad
4 years ago
mindspore-ci-bot 682cbb7671 !11494 Mod CPU conv2D pooling and Add CTCloss
4 years ago
buxue 7c4b7203b0 add dtype shape and value in __str__ and __repr__ of Parameter
4 years ago
luoyang 415c8b08a5 fix issues of MD:
4 years ago
jiangzhenguang de8c2c95d1 add isfinite grad
4 years ago
xulei2020 de630f1cb1 Add parameter verification for getROI function
4 years ago
Lixia Chen 922e1f4f36 Migrate CacheTransformPass
4 years ago
mindspore-ci-bot 3708624a25 !11559 [MD] Change the default spill location of cache server
4 years ago
mindspore-ci-bot 5a4a23cbb0 !11627 fix argmaxwithvalue Precision failure
4 years ago
mindspore-ci-bot 52707ba76e !10916 Add some logs for collecting graph and using summary operators
4 years ago
hebotao d86a8ea367 Add EluGrad for CPU.
4 years ago
ougongchang c6e4b0c85f Add more log when collect graph and use summary operators
4 years ago
wanyiming 727c7a4668 mod_conv2d_pool_add_ctcloss
4 years ago
Lixia Chen be6d310946 Default to memory-only cache server
4 years ago
mindspore-ci-bot c37aa71009 !11409 [cpu] Add LogicalNot, LogicalAnd, LogicalOr op
4 years ago
Jonathan Yan 18f67c61c2 return minimal index for argmaxwithvalue
4 years ago
mindspore-ci-bot 6d2ed6cafc !11401 Add Elu For CPU
4 years ago
chendongsheng c7fe82b43d Custom data transmission format
4 years ago
xsmq 73b7154e55 fix cmakelint error
4 years ago
mindspore-ci-bot 8170669909 !11174 add_mish_mulnonan_selu_operations
4 years ago
mindspore-ci-bot f8f6421459 !10968 Add dynamic shape support for the operator Concat
4 years ago
mindspore-ci-bot b8ba05333e !11372 [Numpy-Native] Api docstring bug fix
4 years ago
mindspore-ci-bot ba6c885962 !11561 dataset: Resolve protected parent_access from DeepCopyPass
4 years ago
mindspore-ci-bot eee528f273 !11558 Fix conv2d NHWC filter shape
4 years ago
tom__chen f34934a317 fix conv2d NHWC filter shape and cyclomatics errors
4 years ago
Cathy Wong a3b10213b7 dataset: Resolve protected parent_access from DeepCopyPass
4 years ago
mindspore-ci-bot e33d1f2152 !11474 add auto-mix precision smoke test cases
4 years ago
xiefangqi 3f76abcdee minddata err msg add file path
4 years ago
zhushujing 61a43cd6eb add new auto mix presicion testcase and check the cast num
4 years ago
mindspore-ci-bot fd6dc1b060 !11177 modify Tensor
4 years ago
jiangzhenguang 991fb122f3 add_mish_mulnonan_selu_operations
4 years ago
mindspore-ci-bot 2beb916bf5 !11427 TextOp decoupling
4 years ago
mindspore-ci-bot fcc4a4eaea !11397 add GetDatasetSize to concat_node
4 years ago
mohammad b5e91139e2 add GetDatasetSize to concat node
4 years ago
yanglf1121 eab5ecf21a Fix bugs in np.atleastxd, np.xstack and format api docstrings
4 years ago
mindspore-ci-bot 6394ba3974 !11499 delete useless params in pipeline parallel
4 years ago
hedongdong 8241dfa443 Add dynamic shape support for the operator Concat
4 years ago
mindspore-ci-bot f07bb3bd04 !11089 General reduction with hybrid mode
4 years ago
mindspore-ci-bot 0c5b6107a7 !11475 support dict for isinstance
4 years ago
yangzhenzhang cbca482e59 delete useless parameter in pipeline parallel
4 years ago
lilei 7d9f5f6dba modify Tensor
4 years ago
buxue 2ea8b9e738 add dict for isinstance
4 years ago
mindspore-ci-bot 0641940b87 !11472 support to checkpoint group info
4 years ago
yangzhenzhang 7303c3d3b8 add group ckpt
4 years ago
xulei2020 de6356ebfa add warp affine
4 years ago
alex-yuyue a8675f8227 TextOp decoupling
4 years ago
mindspore-ci-bot abc380fba7 !11256 add hsigmoid hswish cpu op
4 years ago
mindspore-ci-bot ddf84551ab !11328 OneHot int64 input support
4 years ago
mindspore-ci-bot 868f0e9361 !11247 Add dynamic shape support to GPU BiasAdd
4 years ago
TFBunny 6a58479e42 add dynamic shape and testcases to GPU biasadd
4 years ago
mindspore-ci-bot 55594db01c !11348 add check for outermost net inputs type and support isinstance first arg is an empty list
4 years ago
mindspore-ci-bot d8323b5d51 !11342 Support device memeory profiling
4 years ago
buxue e8cd572bc2 add check for outermost net inputs type and support isinstance first arg an empty list
4 years ago
mindspore-ci-bot e3f150d329 !11384 update some op's attr name
4 years ago
mindspore-ci-bot 775d71f9c1 !11408 Update PP example
4 years ago
yuchaojie 1932d87a26 update some op's attr name
4 years ago
Jonathan Yan 6c8f275bdd redcution v1
4 years ago
Zichun Ye ca316f4422 update doc example in probability
4 years ago
mindspore-ci-bot 50ae1f6855 !11357 add Dropout3d ops for aicpu
4 years ago
x00540480 5f43f08a5d add elu for cpu
4 years ago
mindspore-ci-bot 60feffad20 !11332 update Pooling's attr kernel_size, pad_mode
4 years ago
yanzhenxiang2020 f8147aa57d add Dropout3d ops for aicpu
4 years ago
yanglf1121 9c21f78f16 Add cpu op LogicalAnd, LogicalOr, LogicalNot
4 years ago
yanghaitao1 8d147deb07 profiler memory
4 years ago
mindspore-ci-bot c155dfee7a !11329 [MD] Rename SamplerObj::Build() to SamplerBuild()
4 years ago
mindspore-ci-bot a31544fd41 !11395 Fix Drop() function for IR tree
4 years ago
mindspore-ci-bot 45e03742d2 !11392 TileOp gpu int64 input support
4 years ago
Lixia Chen 273865a72b Rename SamplerObj::Build() to SamplerBuild()
4 years ago
mindspore-ci-bot 91842af2ad !11245 Pushing down pipeline json serializer logic to C++ IR - PART II
4 years ago
mindspore-ci-bot 6d0c0157aa !11213 Add dynamic shape support to GPU ReduceMean
4 years ago
Lixia Chen 3c5917a03d Fix IR node Drop()
4 years ago
Peilin Wang 945ef9ff89 initial commit
4 years ago
buxue 15593dc98f improve isinstance function in graph mode
4 years ago
mindspore-ci-bot 3e662805f8 !11180 Add CPU Gelu and LayerNorm
4 years ago
Peilin Wang 386b219ffc initial commit
4 years ago
yuchaojie b51b3a6764 update Pool's attr kernel_size, pad_mode
4 years ago
mindspore-ci-bot e214c69bc2 !11195 develop dice loss
4 years ago
mindspore-ci-bot 8008843562 !11327 Dynamic shape support for Conv2d Op
4 years ago
buxue 69d9a33ddb show line of code when parse or resolve phase exception
4 years ago
Jiaqi 87ecd44f67 develop dice loss
4 years ago
tom__chen 2ff5f9f1bc dynamic shape support for conv2d op
4 years ago
TinaMengtingZhang d3fdbceb61 [Part II] Push down json save logic to IR and add getter to each IR node
4 years ago
mindspore-ci-bot be14046b0e !11290 Add dynamic shape support & testcases to MatMul, BatchMatMul gpu
4 years ago
mindspore-ci-bot cb58b5baa5 !11211 Provide functions for modifying IR tree (Insert/Drop/Append nodes)
4 years ago
Nat Sutyanyong e28fb6ce4d Tested with new test cases and all dataset UTs passed
4 years ago
mindspore-ci-bot 94cd1cbfa8 !11287 Add dynamic shape testcase for tensoradd gpu
4 years ago
zhaoting 3a6d63ab02 add some CPU operators
4 years ago
yangzhenzhang 38ea8784c6 update infer mirror ops
4 years ago
mindspore-ci-bot dfa6daaa57 !11249 【MD】fix bug for extractchannel when type is UINT16
4 years ago
mindspore-ci-bot eacc8bac89 !10755 [Numpy-Native] Add new numpy-native interfaces to mindspore.numpy
4 years ago
TFBunny c994eab732 add dynamic shape and testcases to MatMul & BatchMatMul
4 years ago
mindspore-ci-bot 581789c252 !11246 add num_epochs to CPP API Dataset::CreateIterator()
4 years ago
mindspore-ci-bot a2d9c5914a !10944 Tensor op decoupling stage 2
4 years ago
TFBunny 07de432deb add dynamic shape testcase to tensoradd
4 years ago
alex-yuyue b54e01bfb4 Tensor op decoupling stage 2
4 years ago
mindspore-ci-bot 8ef663fa68 !11248 dataset: Use int32_t for text's vocab_size
4 years ago
mindspore-ci-bot 26ebec42ae !11253 modify yolov3-resnet18 test case
4 years ago
mindspore-ci-bot eab76cc09f !11270 remove attr support_non_tensor_input of cell
4 years ago
mindspore-ci-bot a1cb402763 !11120 [cpu] add P.FloorDiv to cpu
4 years ago
mindspore-ci-bot 59551879a0 !11021 Add new nn layer InstanceNorm2d
4 years ago
buxue 7eaf84d07a remove attr support_non_tensor_input of cell
4 years ago
zhouyuanshen 26f6daa850 add new op instancenorm2d
4 years ago
yanglf1121 72903c11c8 add array_ops, math_ops and tensor ops
4 years ago
mindspore-ci-bot 44507b4a64 !11200 support non tensor inputs for ms_function and grad of net
4 years ago
wuxuejian 77900cf938 add hsigmoid hswis cpu op
4 years ago
mindspore-ci-bot 151c0e2977 !11132 modify batchnormal and fusedbatchnormal
4 years ago
chengxianbin 5afa307d7e modify yolov3 test case
4 years ago
xulei2020 5dd651f1a5 fix bug for extractchannel when type is UINT16
4 years ago
buxue acec35d4d4 support non tensor inputs
4 years ago
mindspore-ci-bot f802f3b3ff !11030 Change tag name of profiling reporter
4 years ago
Cathy Wong 4b1ccf9dd5 dataset: Use int32_t for text's vocab_size
4 years ago
Zirui Wu fa553956ef add num_epochs to CPP API Dataset::CreateIterator(columns,num_epochs)
4 years ago
mindspore-ci-bot e5afc028f6 !11168 Add a testcase for P.mul dynamic shape
4 years ago
lilei 9a45c4419c modify batch_normal
4 years ago
yanglf1121 4a0fe13430 add floordiv kernel to cpu
4 years ago
mindspore-ci-bot 1dd600d416 !11114 add perplexity metric
4 years ago
TFbunny d0b2f17445 add dynamic shape to GPU ReduceMean with testcases
4 years ago
TinaMengtingZhang 4812fece80 [Part I] Push down json save logic to IR and add getter to each IR node
4 years ago
mindspore-ci-bot 9646953465 !11034 Migrate GeneratorDataset reset logic to IR optimizer
4 years ago
Jiaqi d6f4421a1d perplexity
4 years ago
caifubi ab07dbdff2 Change profiling reporter tag
4 years ago
TFbunny 503c38ca1a add testcase for dynamic shape GPU P.Mul
4 years ago
mindspore-ci-bot a477a97278 !10799 make user-facing headers standalone for minddata
4 years ago
Nat Sutyanyong 686772cce7 Migrate GeneratorOp resetting logic to IR optimizer (incl. debug code)
4 years ago
mindspore-ci-bot fb97aa327c !10881 add the tensor collection feature when record summary
4 years ago
mohammad f48ab2b5c9 make MD public headers standalone
4 years ago
mindspore-ci-bot f912912c2e !11128 Add grad of Sort operator.
4 years ago
mindspore-ci-bot ec556edde7 !11140 Fix matrix inverse ops st.
4 years ago
mindspore-ci-bot 6eb4634ba2 !10946 Switch bare pointer to shared_ptr
4 years ago
jiangshuqiang ab5cc10250 add the tensor collection feature when record summary
4 years ago
linqingke b9467e5340 fix matrix inverse ops st.
4 years ago
mindspore-ci-bot 256a1ef5c8 !11095 Modify dot opt to support pynative mode
4 years ago
liuxiao93 aacad990c3 Add grad of sort.
4 years ago
chendongsheng 048534b75e Switch bare pointer to shared_ptr
4 years ago
mindspore-ci-bot 7957a3b6f5 !10988 Tensor op decoupling stage 1
4 years ago
Eric be46ccf721 Started vision decoupling
4 years ago
mindspore-ci-bot b355f5402b !10309 Port over getter pass and tensor fusion pass to IR
4 years ago
mindspore-ci-bot db741b2fb7 !10826 cpp st framework and script
4 years ago
mindspore-ci-bot 8c54a87bca !11070 fix bug of LessEqual kernel info on CPU
4 years ago
mindspore-ci-bot e341b7ee97 !10335 bleu score
4 years ago
xutianming 1e7f18a097 Modify dot opt to support pynative mode
4 years ago
shibeiji 984f31e901 fix bug of supported data type for LessEqual on CPU
4 years ago
Zirui Wu 0e68575e77 port over getter pass
4 years ago
mindspore-ci-bot 6d6ed86a9d !10427 RangeOp new gpu kernel
4 years ago
Jiaqi f6de97fc27 bleu_score
4 years ago
mindspore-ci-bot 62888f23b8 !10400 roc and auc
4 years ago
zhoufeng a5b2b08035 cpp st fwk and script
4 years ago
mindspore-ci-bot 274e0aa750 !10885 add nll_loss operation
4 years ago
mindspore-ci-bot 1276715c11 !10939 surface distance
4 years ago
Jiaqi ef3f6d62db auc_roc
4 years ago
mindspore-ci-bot 09848d7ef3 !9083 add dice and hausdroff
4 years ago
mindspore-ci-bot 67296c08c7 !9502 add hausdroff distance
4 years ago
mindspore-ci-bot 25d5d43dea !10746 [cpu] Add type support for concat, reshape, transpose, tile, squeeze, expandims cpu op
4 years ago
mindspore-ci-bot cdeacdf5c7 !9809 Add int8 uint8 type support to GPU ScatterAdd
4 years ago
Peilin Wang 507cc4ab15 range past segfault addressed comments
4 years ago
mindspore-ci-bot 5a70853392 !10332 add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad.
4 years ago
mindspore-ci-bot 1c942ce49f !10221 support grad accumulation for auto parallel
4 years ago
mindspore-ci-bot 1f06cd63f3 !10436 Support to control whether to throw runtime exceptions in SummaryRecord
4 years ago
yanglf1121 75aa938ee6 add type support for concat, reshape, transpose, tile, squeeze, expandims cpu op
4 years ago
mindspore-ci-bot 1d1f6841b9 !10937 keep consistent in Graph mode and PyNative mode for 'isinstance'
4 years ago
ougongchang 06be546b52 Support to control whether raise RuntimeError exception in SummaryRecord
4 years ago
mindspore-ci-bot abb86381ac !10985 Refactor cpu ops Concat to support morn than 4D inputs
4 years ago
yangzhenzhang 9da3f9bec9 mini step grad accumulation
4 years ago
jiangzhenguang d3f42e7d6b add nll_loss operation.
4 years ago
mindspore-ci-bot 03e655f14a !10070 Fixing GetDatasetSize issue with chained samplers
4 years ago
mindspore-ci-bot 9f44599abd !9806 equal op gpu kernel support int64/uint8
4 years ago
mindspore-ci-bot 5fd77356c9 !9687 Adding AddChild functionality to SamplerObj
4 years ago
buxue 6d395c1d3f keep consistent in Graph mode and PyNative mode for 'isinstance'
4 years ago
yuanwei66 cc6a2df435 cpu op concat refactor to support more than 4D inputs
4 years ago
mindspore-ci-bot a531628dd5 !10325 modify MetaTensor and Tensor
4 years ago
Jiaqi 29cd33a542 3d
4 years ago
Jiaqi 9a5b9525de hausdorff_distance
4 years ago
Jiaqi ed7cf87d0b surface distance
4 years ago
mindspore-ci-bot a5869f2984 !10142 dataset CPP UT: Updates for ExecTree to IRTree Support
4 years ago
Nat Sutyanyong 7c5b2de1ec dataset CPP UT: Updates for ExecTree to IRTree Support
4 years ago
lilei b858097ae4 modify MetaTensor and Tensor
4 years ago
mindspore-ci-bot c10e3645b0 !10681 Add summary st for summary operators
4 years ago
mindspore-ci-bot 666ab8f105 !10850 Conversion weights type when compute weights loss
4 years ago
mindspore-ci-bot 4ceb9e633c !10829 Modify Split Kernel for CPU
4 years ago
xuguoyang 7dcc3d89c3 Conversion weights type when compute weights loss
4 years ago
mindspore-ci-bot efd22c96ad !10895 add timedistributed pynative mode
4 years ago
mindspore-ci-bot 57f4d6b4c9 !10853 getitem: bool index expand dims
4 years ago
dinglongwei 23707e9be4 add pynative and Tensor
4 years ago
mindspore-ci-bot 275da50b32 !10474 Add recomputed pass
4 years ago
yujianfeng 7b412d7cb2 add recompute nodes
4 years ago
mindspore-ci-bot e849b370ec !10863 add dot opt into composite.__init__.py
4 years ago
Payne b12ca2165c add bool expand dims and wait to test
4 years ago
shaoxiangdong 7ef1f4c52f Modify split Kernel for CPU
4 years ago
xutianming 37f185b12b add dot opt into composite.__init__.py
4 years ago
shibeiji b2d98d2751 add tbe fusion operators LambApplyOptimizerAssign and LambApplyWeightAssign for lamb optimizer
4 years ago