Merge internal commits
Showing
with
168 additions
and
4626 deletions
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.
.clang-format
0 → 100644
.flake8
0 → 100644
.github/ISSUE_TEMPLATE/bug-report.md
0 → 100644
CHANGES
deleted
100644 → 0

67.1 KB
This diff could not be displayed because it is too large.
Docs/api/python/_static/js/option.js
deleted
100644 → 0
Docs/api/python/conf.py
deleted
100644 → 0
Docs/api/python/contents/config.rst
deleted
100644 → 0
Docs/api/python/contents/core.rst
deleted
100644 → 0
Docs/api/python/contents/ops.rst
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Docs/api/python/contents/tools.rst
deleted
100644 → 0
Docs/api/python/contents/utils.rst
deleted
100644 → 0
Docs/api/python/contents/vm.rst
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Docs/api/python/index.rst
deleted
100644 → 0
Dragon/CMakeLists.txt
deleted
100644 → 0
Dragon/include/core/context_cuda.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/include/core/graph_gradient.h
deleted
100644 → 0
Dragon/include/core/mixedmem.h
deleted
100644 → 0
Dragon/include/core/operator.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/include/core/tensor.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/include/core/types.h
deleted
100644 → 0
Dragon/include/core/workspace.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/include/utils/cudnn_device.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/include/utils/eigen_utils.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/include/utils/math_utils.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/include/utils/op_kernel.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/include/utils/proto_utils.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/modules/cxx/CMakeLists.txt
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/modules/cxx/dragon.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/modules/cxx/dragon.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/modules/python/CMakeLists.txt
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/modules/python/py_cuda.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/modules/python/py_module.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/modules/python/py_proto.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/modules/python/py_tensor.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/modules/python/py_types.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/python/dragon/__init__.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/python/dragon/config.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/python/dragon/core/cuda.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/python/dragon/core/helper.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/python/dragon/core/logging.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/python/dragon/core/mapping.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/python/dragon/core/mpi.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/python/dragon/core/scope.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/python/dragon/core/tensor.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/python/dragon/core/tls.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/python/dragon/memonger.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/python/dragon/ops.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/python/dragon/tools/db.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/python/dragon/updaters.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/python/dragon/vm/caffe/net.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/python/dragon/vm/torch/jit.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/python/requirements.txt
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/python/setup.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/src/contrib/rcnn/bbox_utils.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/src/core/graph.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/core/graph_gradient.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/core/graph_optimizer.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/core/mixedmem.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/core/operator.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/core/operator_schema.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/core/workspace.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/src/onnx/onnx_attibute.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/onnx/onnx_backend.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/onnx/onnx_backend.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/onnx/onnx_importer.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/onnx/onnx_initializer.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/src/operators/array/pad_op.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/src/operators/misc/cast_op.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/src/proto/caffemodel.proto
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/proto/dragon.proto
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/proto/onnx.proto
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/utils/cudnn_device.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/utils/logging.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/utils/math_functions.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/utils/math_functions.cu
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Dragon/src/utils/math_utils.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Dragon/src/utils/proto_utils.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Scripts/build_windows_vc12.bat
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Scripts/build_windows_vc14.bat
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Scripts/build_windows_vc141.bat
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ThirdParty/mpi/README.md
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ThirdParty/mpi/build.sh
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ThirdParty/protobuf/README.md
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
caffe/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
caffe/layer.py
0 → 100644
This diff is collapsed.
Click to expand it.
caffe/layers/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
caffe/layers/common.py
0 → 100644
This diff is collapsed.
Click to expand it.
caffe/layers/data.py
0 → 100644
This diff is collapsed.
Click to expand it.
caffe/layers/loss.py
0 → 100644
This diff is collapsed.
Click to expand it.
caffe/layers/neuron.py
0 → 100644
This diff is collapsed.
Click to expand it.
caffe/layers/vision.py
0 → 100644
This diff is collapsed.
Click to expand it.
caffe/net.py
0 → 100644
This diff is collapsed.
Click to expand it.
caffe/net_spec.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
caffe/solver.py
0 → 100644
This diff is collapsed.
Click to expand it.
cmake/Dependencies.cmake
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cmake/FindProtobuf.cmake
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
cmake/LinkLibrary.cmake
0 → 100644
This diff is collapsed.
Click to expand it.
cmake/MiscCheck.cmake
0 → 100644
This diff is collapsed.
Click to expand it.
cmake/SelectCudaArch.cmake
0 → 100644
This diff is collapsed.
Click to expand it.
cmake/StripDebugInfo.cmake
0 → 100644
This diff is collapsed.
Click to expand it.
dali/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dali/_api/ops/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dali/core/context.py
0 → 100644
This diff is collapsed.
Click to expand it.
dali/core/iterator.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dali/core/ops/array.py
0 → 100644
This diff is collapsed.
Click to expand it.
dali/core/ops/builtin.py
0 → 100644
This diff is collapsed.
Click to expand it.
dali/core/ops/color.py
0 → 100644
This diff is collapsed.
Click to expand it.
dali/core/ops/crop.py
0 → 100644
This diff is collapsed.
Click to expand it.
dali/core/ops/decoder.py
0 → 100644
This diff is collapsed.
Click to expand it.
dali/core/ops/fused.py
0 → 100644
This diff is collapsed.
Click to expand it.
dali/core/ops/geometric.py
0 → 100644
This diff is collapsed.
Click to expand it.
dali/core/ops/paste.py
0 → 100644
This diff is collapsed.
Click to expand it.
dali/core/ops/random.py
0 → 100644
This diff is collapsed.
Click to expand it.
dali/core/ops/reader.py
0 → 100644
This diff is collapsed.
Click to expand it.
dali/core/ops/resize.py
0 → 100644
This diff is collapsed.
Click to expand it.
dali/core/pipeline.py
0 → 100644
This diff is collapsed.
Click to expand it.
dali/core/types.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dali/plugin/pytorch.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/_static/favicon.ico
0 → 100644
No preview for this file type
docs/api/_static/images/dragon.png
0 → 100644

64.8 KB
docs/api/_static/images/logo.png
0 → 100644

26.4 KB
docs/api/_static/images/tick.png
0 → 100644

84.2 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/caffe.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/AdamSolver.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/NesterovSolver.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/Net.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/RMSPropSolver.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/SGDSolver.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Accuracy.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/ArgMax.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/BatchNorm.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Cast.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Concat.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Convolution.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Crop.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Data.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Dropout.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/ELU.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Eltwise.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Flatten.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/GroupNorm.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Input.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/LRN.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Normalize.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/PReLU.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Permute.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Pooling.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Power.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Python.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/ROIAlign.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/ROIPooling.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/ReLU.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Reduction.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Reshape.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/SELU.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Scale.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Sigmoid.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Softmax.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/TanH.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/caffe/layers/Tile.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/conf.py
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/Iterator.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/Pipeline.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/device.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/get_device_type.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops/BBoxPaste.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops/BbFlip.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops/Cast.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops/CoinFlip.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops/ExternalSource.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops/Hsv.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops/ImageDecoder.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops/KPLRecordReader.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops/Pad.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops/Paste.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops/RandomBBoxCrop.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops/Reshape.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops/Resize.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops/Slice.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops/TFRecordReader.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dali/ops/Uniform.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/EagerTensor.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/GradientTape.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/Tensor.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/TensorSpec.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/Workspace_.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/arange.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/assign.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/autograph.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/bitwise.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/bitwise/invert.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/broadcast_to.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/cast.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/channel_normalize.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/channel_shuffle.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/concat.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/constant.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/copy.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/create_function.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/cuda.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/cuda/enable_cudnn.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/cuda/is_available.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/cuda/set_device.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/cuda/synchronize.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/device.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/distributed.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/distributed/init.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/dlpack.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/dlpack/to_dlpack.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/eager_mode.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/eager_scope.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/expand_dims.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/eye.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/eye_like.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/fill.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/flatten.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/function.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/get_workspace.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/gradients.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/graph_mode.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/index_select.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/io.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/io/DataReader.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/io/TFRecordWriter.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/load_library.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/logging.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/logging/debug.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/logging/error.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/logging/fatal.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/logging/info.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/logging/warning.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/losses.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/losses/ctc_loss.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/losses/l1_loss.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/losses/l2_loss.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/losses/nll_loss.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/masked_assign.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/masked_select.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/abs.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/accumulate.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/add.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/affine.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/argmax.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/argmin.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/ceil.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/clip.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/cos.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/cumsum.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/div.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/dot.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/equal.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/exp.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/floor.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/greater.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/is_inf.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/is_nan.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/less.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/less_equal.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/log.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/lp_normalize.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/matmul.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/max.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/maximum.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/mean.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/min.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/minimum.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/moments.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/mul.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/negative.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/not_equal.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/pow.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/reciprocal.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/round.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/rsqrt.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/sigmoid.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/sign.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/sin.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/sqrt.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/square.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/sub.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/sum.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/math/tanh.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/metrics.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/metrics/accuracy.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/name_scope.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/GRU.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/LSTM.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/RNN.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/batch_norm.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/bias_add.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/conv2d.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/depth_to_space.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/drop_block2d.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/drop_path.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/dropout.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/elu.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/group_norm.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/instance_norm.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/layer_norm.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/leaky_relu.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/log_softmax.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/pool2d.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/prelu.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/relu.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/relu6.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/selu.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/softmax.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nn/space_to_depth.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/nonzero.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/one_hot.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/ones.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/ones_like.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/pad.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/python_plugin.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/random.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/random/normal.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/random/set_seed.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/random/uniform.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/repeat.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/reset_workspace.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/reshape.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/shape.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/slice.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/split.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/squeeze.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/stack.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/stop_gradient.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/tile.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/transpose.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/updaters.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/updaters/Adam.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/updaters/Nesterov.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/updaters/RMSProp.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/updaters/SGD.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/vision.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/vision/resize.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/vision/roi_align.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/vision/roi_pool.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/where.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/workspace.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/workspace/load.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/workspace/save.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/zeros.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/dragon/zeros_like.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/index.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/onnx.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/onnx/Shell.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/GradientTape.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/TensorSpec.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/bitwise.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/broadcast_to.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/cast.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/clip_by_value.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/concat.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/constant.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/device.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/dtypes.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/dtypes/DType.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/expand_dims.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/eye.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/fill.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/function.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/gather.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/gradients.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/identity.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/initializers.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/keras.rst
0 → 100644
This diff is collapsed.
Click to expand it.
docs/api/python/tensorflow/keras/Input.rst
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment