LICENSE
MANIFEST.in
NOTICE
setup.py
systemds/__init__.py
systemds/project_info.py
systemds.egg-info/PKG-INFO
systemds.egg-info/SOURCES.txt
systemds.egg-info/dependency_links.txt
systemds.egg-info/requires.txt
systemds.egg-info/top_level.txt
systemds/context/__init__.py
systemds/context/systemds_context.py
systemds/examples/__init__.py
systemds/examples/tutorials/__init__.py
systemds/examples/tutorials/mnist.py
systemds/matrix/__init__.py
systemds/matrix/federated.py
systemds/matrix/matrix.py
systemds/onnx_systemds/__init__.py
systemds/onnx_systemds/convert.py
systemds/onnx_systemds/onnx_helper.py
systemds/onnx_systemds/operator_gen.py
systemds/onnx_systemds/render.py
systemds/onnx_systemds/util.py
systemds/operator/__init__.py
systemds/operator/algorithm.py
systemds/operator/operation_node.py
systemds/script_building/__init__.py
systemds/script_building/dag.py
systemds/script_building/script.py
systemds/utils/__init__.py
systemds/utils/consts.py
systemds/utils/converters.py
systemds/utils/helpers.py
tests/__init__.py
tests/test_dml_script.py
tests/algorithms/__init__.py
tests/algorithms/test_kmeans.py
tests/algorithms/test_l2svm.py
tests/algorithms/test_lm.py
tests/algorithms/test_multiLogReg.py
tests/algorithms/test_pca.py
tests/examples/__init__.py
tests/examples/tutorials/__init__.py
tests/examples/tutorials/test_mnist.py
tests/lineage/__init__.py
tests/lineage/test_lineagetrace.py
tests/matrix/__init__.py
tests/matrix/test_aggregations.py
tests/matrix/test_binary_op.py
tests/matrix/test_block_converter.py
tests/matrix/test_cholesky.py
tests/matrix/test_order.py
tests/matrix/test_print.py
tests/matrix/test_rand.py
tests/matrix/test_reverse.py
tests/matrix/test_to_one_hot.py
tests/matrix/test_transpose.py
tests/matrix/test_trigonometric.py
tests/matrix/test_write.py
tests/onnx_systemds/__init__.py
tests/onnx_systemds/test_simple.py
tests/onnx_systemds/util.py