.gitmodules
CMakeLists.txt
Doxyfile.in
LICENSE
MANIFEST.in
README.md
setup.py
cmake/modules/FindCUDA.cmake
cmake/modules/FindCuDNN.cmake
cmake/modules/FindJsonCpp.cmake
cmake/modules/FindMongoDB.cmake
cmake/modules/FindNVML.cmake
cmake/modules/FindPugiXML.cmake
cmake/modules/FindSphinx.cmake
cmake/modules/cotire.cmake
cmake/modules/FindCUDA/make2cmake.cmake
cmake/modules/FindCUDA/parse_cubin.cmake
cmake/modules/FindCUDA/run_nvcc.cmake
cmake/modules/FindCUDA/select_compute_arch.cmake
docs/.gitignore
docs/.nojekyll
docs/README.md
docs/adversarial.rst
docs/conf.py
docs/dev_intro.rst
docs/export_ONNX.rst
docs/figs.pptx
docs/index.html
docs/index.rst
docs/make.bat
docs/refs.bib
docs/requirements.txt
docs/_static/Adversarial_Signs.png
docs/_static/AerialSegApp.png
docs/_static/AerialSegNN.png
docs/_static/Cell_Frame_interface.png
docs/_static/Cell_hierarchy.png
docs/_static/FaceDetectionDEMO.jpg
docs/_static/LabelSliceExtractionTransformation_apply__quater_W64_H64_S-32.png
docs/_static/LabelSliceExtractionTransformation_apply__quater_W64_H64_S0.png
docs/_static/LabelSliceExtractionTransformation_apply__ter_W64_H64_S-32.png
docs/_static/LabelSliceExtractionTransformation_apply__ter_W64_H64_S0.png
docs/_static/N2D2_Logo.png
docs/_static/N2D2_modules.png
docs/_static/Tensor_diagram.png
docs/_static/Tvar_P1.png
docs/_static/Tvar_Pi.png
docs/_static/activations_histogram.png
docs/_static/blending.png
docs/_static/classes_aggregation.png
docs/_static/confusion_list.png
docs/_static/confusion_matrix.png
docs/_static/conv1-dat.png
docs/_static/data_conditioning.png
docs/_static/dnn_example.png
docs/_static/export_ONNX_quant.svg
docs/_static/export_ONNX_quant_fake.svg
docs/_static/export_ONNX_quant_implicit_cast.svg
docs/_static/find_lr-range.png
docs/_static/find_lr.png
docs/_static/frame0Mean1StdDev.png
docs/_static/frameMinusMean.png
docs/_static/gtsrb.png
docs/_static/gtsrbConfusionMatrix.png
docs/_static/gtsrbStatsComputingRelative.png
docs/_static/gtsrbStatsDataRelative.png
docs/_static/gtsrbStatsParametersRelative.png
docs/_static/interactive_confusion_main.png
docs/_static/items_viewer.png
docs/_static/meanData.png
docs/_static/memory_mapping.png
docs/_static/metrics.png
docs/_static/n2d2-tensor.png
docs/_static/n2d2_cell_diagram.png
docs/_static/qat_act_flow.png
docs/_static/qat_cell_flow.png
docs/_static/qat_conv_bn.png
docs/_static/qat_conv_nobn.png
docs/_static/qat_fm_4b.png
docs/_static/qat_lenet_clamp.png
docs/_static/qat_lenet_conv_q.png
docs/_static/qat_netron_conv_name.png
docs/_static/qat_netron_r.png
docs/_static/qat_sota.png
docs/_static/qat_weights_Clamp.png
docs/_static/qat_weights_fakeQ.png
docs/_static/qat_weights_integer.png
docs/_static/recall_definitions.png
docs/_static/recall_precision.png
docs/_static/recall_precision_table.png
docs/_static/recall_precision_table_wo.png
docs/_static/stats.png
docs/_static/target_visu.png
docs/_static/targets_benchmarking.png
docs/_static/torch_interop.png
docs/_static/transformations.png
docs/_static/validation_score.png
docs/_static/weightsInitDistrib.png
docs/core/core.rst
docs/core/example.rst
docs/export/CPP.rst
docs/export/CPP_STM32.rst
docs/export/DNeuro.rst
docs/export/ONNX.rst
docs/export/TensorRT.rst
docs/export/legacy.rst
docs/ini/data_analysis.rst
docs/ini/databases.rst
docs/ini/environment.rst
docs/ini/intro.rst
docs/ini/layers.rst
docs/ini/target.rst
docs/intro/about.rst
docs/intro/intro.rst
docs/intro/perfs_tools.rst
docs/intro/seed.dat
docs/intro/simus.rst
docs/intro/tuto.rst
docs/onnx/convert.rst
docs/onnx/import.rst
docs/onnx/transfer.rst
docs/python_api/cells.rst
docs/python_api/databases.rst
docs/python_api/example.rst
docs/python_api/interoperability.rst
docs/python_api/intro.rst
docs/python_api/tensor.rst
docs/quant/post.rst
docs/quant/qat.rst
exec/n2d2.cpp
include/Adversarial.hpp
include/CEnvironment.hpp
include/CEnvironment_CUDA.hpp
include/CEnvironment_CUDA_kernels.hpp
include/CMonitor.hpp
include/CMonitor_CUDA.hpp
include/CMonitor_CUDA_kernels.hpp
include/CublasUtils.hpp
include/CudaContext.hpp
include/CudaUtils.hpp
include/DeepNet.hpp
include/DeepNetQuantization.hpp
include/DrawNet.hpp
include/FloatT.hpp
include/GradientCheck.hpp
include/HeteroStimuliProvider.hpp
include/Histogram.hpp
include/N2D2.hpp
include/Precompiled.hpp
include/RangeStats.hpp
include/Scaling.hpp
include/ScalingMode.hpp
include/Scaling_CUDA_Kernels.hpp
include/Scaling_Kernels.hpp
include/Sound.hpp
include/StimuliData.hpp
include/StimuliProvider.hpp
include/Activation/Activation.hpp
include/Activation/Activation_CUDA_Kernels.hpp
include/Activation/LinearActivation.hpp
include/Activation/LinearActivation_Frame.hpp
include/Activation/LinearActivation_Frame_CUDA.hpp
include/Activation/LogisticActivation.hpp
include/Activation/LogisticActivation_Frame.hpp
include/Activation/LogisticActivation_Frame_CUDA.hpp
include/Activation/RectifierActivation.hpp
include/Activation/RectifierActivation_Frame.hpp
include/Activation/RectifierActivation_Frame_CUDA.hpp
include/Activation/SaturationActivation.hpp
include/Activation/SaturationActivation_Frame.hpp
include/Activation/SaturationActivation_Frame_CUDA.hpp
include/Activation/SoftplusActivation.hpp
include/Activation/SoftplusActivation_Frame.hpp
include/Activation/SoftplusActivation_Frame_CUDA.hpp
include/Activation/SwishActivation.hpp
include/Activation/SwishActivation_Frame.hpp
include/Activation/SwishActivation_Frame_CUDA.hpp
include/Activation/TanhActivation.hpp
include/Activation/TanhActivation_Frame.hpp
include/Activation/TanhActivation_Frame_CUDA.hpp
include/Cell/ActivationCell.hpp
include/Cell/ActivationCell_Frame.hpp
include/Cell/ActivationCell_Frame_CUDA.hpp
include/Cell/AnchorCell.hpp
include/Cell/AnchorCell_Frame.hpp
include/Cell/AnchorCell_Frame_CUDA.hpp
include/Cell/AnchorCell_Frame_CUDA_Kernels.hpp
include/Cell/AnchorCell_Frame_Kernels_struct.hpp
include/Cell/BatchNormCell.hpp
include/Cell/BatchNormCell_Frame.hpp
include/Cell/BatchNormCell_Frame_CUDA.hpp
include/Cell/BatchNormCell_Frame_CUDA_Kernels.hpp
include/Cell/Cell.hpp
include/Cell/Cell_CSpike_Top.hpp
include/Cell/Cell_Frame.hpp
include/Cell/Cell_Frame_CUDA.hpp
include/Cell/Cell_Frame_CUDA_Kernels.hpp
include/Cell/Cell_Frame_Top.hpp
include/Cell/Cell_Spike.hpp
include/Cell/ConvCell.hpp
include/Cell/ConvCell_Frame.hpp
include/Cell/ConvCell_Frame_CUDA.hpp
include/Cell/ConvCell_Frame_Kernels.hpp
include/Cell/ConvCell_Spike.hpp
include/Cell/ConvCell_Spike_Analog.hpp
include/Cell/ConvCell_Spike_PCM.hpp
include/Cell/ConvCell_Spike_RRAM.hpp
include/Cell/ConvCell_Transcode.hpp
include/Cell/DeconvCell.hpp
include/Cell/DeconvCell_Frame.hpp
include/Cell/DeconvCell_Frame_CUDA.hpp
include/Cell/DistanceCell.hpp
include/Cell/DistanceCell_Frame_CUDA.hpp
include/Cell/DistanceCell_Frame_CUDA_Kernels.hpp
include/Cell/DropoutCell.hpp
include/Cell/DropoutCell_Frame.hpp
include/Cell/DropoutCell_Frame_CUDA.hpp
include/Cell/ElemWiseCell.hpp
include/Cell/ElemWiseCell_Frame.hpp
include/Cell/ElemWiseCell_Frame_CUDA.hpp
include/Cell/ElemWiseCell_Frame_CUDA_Kernels.hpp
include/Cell/FMPCell.hpp
include/Cell/FMPCell_Frame.hpp
include/Cell/FMPCell_Frame_CUDA.hpp
include/Cell/FMPCell_Frame_CUDA_Kernels.hpp
include/Cell/FcCell.hpp
include/Cell/FcCell_Frame.hpp
include/Cell/FcCell_Frame_CUDA.hpp
include/Cell/FcCell_Frame_CUDA_Kernels.hpp
include/Cell/FcCell_Spike.hpp
include/Cell/FcCell_Spike_Analog.hpp
include/Cell/FcCell_Spike_PCM.hpp
include/Cell/FcCell_Spike_RRAM.hpp
include/Cell/FcCell_Transcode.hpp
include/Cell/LRNCell.hpp
include/Cell/LRNCell_Frame.hpp
include/Cell/LRNCell_Frame_CUDA.hpp
include/Cell/LSTMCell.hpp
include/Cell/LSTMCell_Frame_CUDA.hpp
include/Cell/NodeIn.hpp
include/Cell/NodeOut.hpp
include/Cell/NormalizeCell.hpp
include/Cell/NormalizeCell_Frame.hpp
include/Cell/NormalizeCell_Frame_CUDA.hpp
include/Cell/NormalizeCell_Frame_CUDA_Kernels.hpp
include/Cell/ObjectDetCell.hpp
include/Cell/ObjectDetCell_Frame.hpp
include/Cell/ObjectDetCell_Frame_CUDA.hpp
include/Cell/ObjectDetCell_Frame_CUDA_Kernels.hpp
include/Cell/Pad