This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Commit 2fbec60
graph executor c api removal (#18598)
* add default ctx to cachedop fwd
* add test
* perl fix
* initial commit
* update sparse tests
* add aux_states
* fix aux-state type
* fix some tests
* fix check symbolic forwrad/backward
* fix symbolic grad check
* arg_dict fixes
* support init ops
* support forward only graph
* fix check symbolic backward stype
* add missing file
* replace extension test bind
* replace bind with _bind
* simplify backward_mul implementation
* small fix
* drop contrib.sparseembedding
* remove simple_bind in test sparse ops
* use simple_bind
* replave simple bind in quantization
* fix aux index
* update amp simple_bind calls
* drop ifft
* fix a bug found in subgraph op
* add aux_array method
* replace symbols
* minor fix
* fix executor default context
* fix import
* bug fix for nd.where
* add subgraph test
* fix forward grad req
* fix batch dot dtype
* remove unused code
* fix slice dtype
* fix attach grad
* remove tests for non-existing sparse ops
* MXCachedOpGetOptimizedSymbol
* fix foreach test
* enhance err msg
* skip failed test
* add docs
* add docs
* fix lint
* fix lint, remove quantization
* fix lint
* fix lint
* fix lint
* fix build and import
* fix import
* remove scala, R, julia, perl bindings
* remove cpp, matlab bindings
* fix perl call
* fix test
* remove perl binding
* remove reshape test
* fix profiler, trt
* remove tensorrt test
* remove quantization tests
* fix import
* fix conflcit
* fix lint
* skip buggy test
* remove clojure
* remove executor c api
* remove amalgamation
* fix build
* move executor folder
* fix import
* fix lint
* fix cpp pcakge
* fix predict cpp
* fix cpp make
* remove jnilint
* remove cpp package tset
* remove julia test pipeline
* disable numpy tests
* disable compat test for delete
Co-authored-by: EC2 Default User <[email protected]>
Co-authored-by: Lin <[email protected]>1 parent c1098aa commit 2fbec60
File tree
719 files changed
+141
-99737
lines changed- R-package
- R
- demo
- src
- tests/testthat
- vignettes
- amalgamation
- jni
- org/dmlc/mxnet
- python
- ci
- docker
- jenkins
- publish
- website
- contrib/clojure-package
- examples
- infer
- objectdetector
- scripts
- src/infer
- test/infer
- predictor
- scripts
- src/infer
- neural-style
- src/neural_style
- test/neural_style
- pre-trained-models
- src/pre_trained_models
- profiler
- src/profiler
- test
- scripts
- tutorial
- src/tutorial
- resources
- scripts
- infer
- src
- dev
- org/apache/clojure_mxnet
- gen
- test
- dev
- org/apache/clojure_mxnet
- infer
- cpp-package
- example
- feature_extract
- inference
- include/mxnet-cpp
- scripts
- tests
- travis
- docker/install
- docs/static_site/src/pages
- api
- faq
- r
- get_started
- example
- image-classification/predict-cpp
- multi_threaded_inference
- include/mxnet
- julia
- deps
- docs
- src
- api
- user-guide
- examples/imagenet/ijulia-pretrained-predict
- models/Inception
- plugins
- io
- src
- ndarray
- optimizers
- symbolic-node
- test
- unittest
- matlab
- +mxnet
- private
- tests
- python/mxnet
- scala-package
- .mvn/wrapper
- assembly
- src/main/assembly
- core
- scripts
- src
- main/scala/org/apache/mxnet
- annotation
- contrib
- io
- javaapi
- module
- optimizer
- util
- test
- java/org/apache/mxnet/javaapi
- resources
- scala/org/apache/mxnet
- gpu
- util
- deploy
- dev
- examples
- scripts
- benchmark
- customop
- infer
- bert
- imageclassifier
- objectdetector
- predictor
- module
- neuralstyle_end2end
- profiler
- rnn
- src
- main
- java/org/apache/mxnetexamples/javaapi
- benchmark
- infer
- bert
- objectdetector
- predictor
- resources
- scala/org/apache/mxnetexamples
- benchmark
- customop
- infer
- imageclassifier
- objectdetector
- predictor
- multitask
- neuralstyle
- end2end
- profiler
- test
- java/org/apache/mxnetexamples/javaapi/infer/predictor
- resources
- scala/org/apache/mxnetexamples
- customop
- infer/objectdetector
- neuralstyle
- profiler
- externalPom
- src/main/deploy
- infer
- src
- main/scala/org/apache/mxnet/infer
- javaapi
- test
- java/org/apache/mxnet/infer/javaapi
- resources
- scala/org/apache/mxnet/infer
- init-native
- src/main/native
- init
- src/main/scala/org/apache/mxnet/init
- macros
- src
- main/scala/org/apache/mxnet
- javaapi
- utils
- test
- resources
- scala/org/apache/mxnet
- mxnet-demo
- java-demo
- bin
- src/main/java/mxnet
- scala-demo
- bin
- src/main/scala/sample
- native
- src/main/native
- packageTest
- core
- examples
- infer
- spark
- bin
- src/main/scala/org/apache/mxnet/spark
- io
- transformer
- utils
- src
- c_api
- common
- executor
- imperative
- nnvm
- operator
- fusion
- subgraph
- tests
- cpp
- operator
- thread_safety
- nightly
- python
- gpu
- predict
- unittest
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
719 files changed
+141
-99737
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
901 | | - | |
902 | | - | |
903 | | - | |
904 | | - | |
905 | | - | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | 901 | | |
910 | 902 | | |
911 | 903 | | |
912 | 904 | | |
913 | | - | |
| 905 | + | |
914 | 906 | | |
915 | 907 | | |
916 | 908 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 51 | | |
56 | 52 | | |
57 | 53 | | |
| |||
463 | 459 | | |
464 | 460 | | |
465 | 461 | | |
466 | | - | |
| 462 | + | |
467 | 463 | | |
468 | 464 | | |
469 | 465 | | |
| |||
663 | 659 | | |
664 | 660 | | |
665 | 661 | | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | 662 | | |
673 | 663 | | |
674 | 664 | | |
675 | 665 | | |
676 | 666 | | |
677 | 667 | | |
678 | 668 | | |
679 | | - | |
| 669 | + | |
680 | 670 | | |
681 | 671 | | |
682 | | - | |
| 672 | + | |
683 | 673 | | |
684 | 674 | | |
685 | 675 | | |
| |||
727 | 717 | | |
728 | 718 | | |
729 | 719 | | |
730 | | - | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
736 | | - | |
737 | | - | |
738 | | - | |
739 | | - | |
740 | | - | |
741 | | - | |
742 | | - | |
743 | | - | |
744 | | - | |
745 | | - | |
746 | | - | |
747 | | - | |
748 | | - | |
749 | | - | |
750 | | - | |
751 | | - | |
752 | 720 | | |
753 | 721 | | |
754 | 722 | | |
| |||
770 | 738 | | |
771 | 739 | | |
772 | 740 | | |
773 | | - | |
| 741 | + | |
774 | 742 | | |
775 | 743 | | |
776 | 744 | | |
777 | 745 | | |
778 | 746 | | |
779 | 747 | | |
780 | | - | |
781 | 748 | | |
782 | 749 | | |
783 | 750 | | |
784 | | - | |
| 751 | + | |
785 | 752 | | |
786 | 753 | | |
787 | 754 | | |
788 | 755 | | |
789 | 756 | | |
790 | 757 | | |
791 | | - | |
792 | 758 | | |
793 | 759 | | |
794 | 760 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments