]> source.dussan.org Git - rspamd.git/commit
[Feature] Import torch to Rspamd...
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 16 Jul 2017 15:39:35 +0000 (16:39 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 16 Jul 2017 15:39:35 +0000 (16:39 +0100)
commit57ad67a4b4560a936f9bc7efa6a1a3778a1372fa
tree179c5874aef6cc980d6fd3bee1fff1b9ec1c27fe
parent8d080cdc349ee281701ae185d2053314611875da
[Feature] Import torch to Rspamd...
441 files changed:
CMakeLists.txt
contrib/moses/LICENSE [new file with mode: 0644]
contrib/moses/moses.lua [new file with mode: 0644]
contrib/torch/nn/.gitignore [new file with mode: 0644]
contrib/torch/nn/.luacheckrc [new file with mode: 0644]
contrib/torch/nn/.travis.yml [new file with mode: 0644]
contrib/torch/nn/Abs.lua [new file with mode: 0644]
contrib/torch/nn/AbsCriterion.lua [new file with mode: 0644]
contrib/torch/nn/Add.lua [new file with mode: 0644]
contrib/torch/nn/AddConstant.lua [new file with mode: 0644]
contrib/torch/nn/BCECriterion.lua [new file with mode: 0644]
contrib/torch/nn/BatchNormalization.lua [new file with mode: 0644]
contrib/torch/nn/Bilinear.lua [new file with mode: 0644]
contrib/torch/nn/Bottle.lua [new file with mode: 0644]
contrib/torch/nn/CAdd.lua [new file with mode: 0644]
contrib/torch/nn/CAddTable.lua [new file with mode: 0644]
contrib/torch/nn/CAddTensorTable.lua [new file with mode: 0644]
contrib/torch/nn/CDivTable.lua [new file with mode: 0644]
contrib/torch/nn/CMakeLists.txt [new file with mode: 0644]
contrib/torch/nn/CMaxTable.lua [new file with mode: 0644]
contrib/torch/nn/CMinTable.lua [new file with mode: 0644]
contrib/torch/nn/CMul.lua [new file with mode: 0644]
contrib/torch/nn/CMulTable.lua [new file with mode: 0644]
contrib/torch/nn/CONTRIBUTING.md [new file with mode: 0644]
contrib/torch/nn/COPYRIGHT.txt [new file with mode: 0644]
contrib/torch/nn/CReLU.lua [new file with mode: 0644]
contrib/torch/nn/CSubTable.lua [new file with mode: 0644]
contrib/torch/nn/Clamp.lua [new file with mode: 0644]
contrib/torch/nn/ClassNLLCriterion.lua [new file with mode: 0644]
contrib/torch/nn/ClassSimplexCriterion.lua [new file with mode: 0644]
contrib/torch/nn/Collapse.lua [new file with mode: 0644]
contrib/torch/nn/Concat.lua [new file with mode: 0644]
contrib/torch/nn/ConcatTable.lua [new file with mode: 0644]
contrib/torch/nn/Constant.lua [new file with mode: 0644]
contrib/torch/nn/Container.lua [new file with mode: 0644]
contrib/torch/nn/Contiguous.lua [new file with mode: 0755]
contrib/torch/nn/Convert.lua [new file with mode: 0644]
contrib/torch/nn/Copy.lua [new file with mode: 0644]
contrib/torch/nn/Cosine.lua [new file with mode: 0644]
contrib/torch/nn/CosineDistance.lua [new file with mode: 0644]
contrib/torch/nn/CosineEmbeddingCriterion.lua [new file with mode: 0644]
contrib/torch/nn/Criterion.lua [new file with mode: 0644]
contrib/torch/nn/CriterionTable.lua [new file with mode: 0644]
contrib/torch/nn/CrossEntropyCriterion.lua [new file with mode: 0644]
contrib/torch/nn/Decorator.lua [new file with mode: 0644]
contrib/torch/nn/DepthConcat.lua [new file with mode: 0644]
contrib/torch/nn/DistKLDivCriterion.lua [new file with mode: 0644]
contrib/torch/nn/DistanceRatioCriterion.lua [new file with mode: 0644]
contrib/torch/nn/DontCast.lua [new file with mode: 0644]
contrib/torch/nn/DotProduct.lua [new file with mode: 0644]
contrib/torch/nn/Dropout.lua [new file with mode: 0644]
contrib/torch/nn/ELU.lua [new file with mode: 0644]
contrib/torch/nn/ErrorMessages.lua [new file with mode: 0644]
contrib/torch/nn/Euclidean.lua [new file with mode: 0644]
contrib/torch/nn/Exp.lua [new file with mode: 0644]
contrib/torch/nn/FlattenTable.lua [new file with mode: 0644]
contrib/torch/nn/GPU.lua [new file with mode: 0644]
contrib/torch/nn/GatedLinearUnit.lua [new file with mode: 0644]
contrib/torch/nn/GradientReversal.lua [new file with mode: 0644]
contrib/torch/nn/HardShrink.lua [new file with mode: 0644]
contrib/torch/nn/HardTanh.lua [new file with mode: 0644]
contrib/torch/nn/HingeEmbeddingCriterion.lua [new file with mode: 0644]
contrib/torch/nn/Identity.lua [new file with mode: 0644]
contrib/torch/nn/Index.lua [new file with mode: 0644]
contrib/torch/nn/IndexLinear.lua [new file with mode: 0644]
contrib/torch/nn/Jacobian.lua [new file with mode: 0644]
contrib/torch/nn/JoinTable.lua [new file with mode: 0644]
contrib/torch/nn/Kmeans.lua [new file with mode: 0644]
contrib/torch/nn/L1Cost.lua [new file with mode: 0644]
contrib/torch/nn/L1HingeEmbeddingCriterion.lua [new file with mode: 0644]
contrib/torch/nn/L1Penalty.lua [new file with mode: 0644]
contrib/torch/nn/LayerNormalization.lua [new file with mode: 0644]
contrib/torch/nn/LeakyReLU.lua [new file with mode: 0644]
contrib/torch/nn/Linear.lua [new file with mode: 0644]
contrib/torch/nn/LinearWeightNorm.lua [new file with mode: 0755]
contrib/torch/nn/Log.lua [new file with mode: 0644]
contrib/torch/nn/LogSigmoid.lua [new file with mode: 0644]
contrib/torch/nn/LogSoftMax.lua [new file with mode: 0644]
contrib/torch/nn/LookupTable.lua [new file with mode: 0644]
contrib/torch/nn/MM.lua [new file with mode: 0644]
contrib/torch/nn/MSECriterion.lua [new file with mode: 0644]
contrib/torch/nn/MV.lua [new file with mode: 0644]
contrib/torch/nn/MapTable.lua [new file with mode: 0644]
contrib/torch/nn/MarginCriterion.lua [new file with mode: 0644]
contrib/torch/nn/MarginRankingCriterion.lua [new file with mode: 0644]
contrib/torch/nn/MaskedSelect.lua [new file with mode: 0644]
contrib/torch/nn/Max.lua [new file with mode: 0644]
contrib/torch/nn/Maxout.lua [new file with mode: 0644]
contrib/torch/nn/Mean.lua [new file with mode: 0644]
contrib/torch/nn/Min.lua [new file with mode: 0644]
contrib/torch/nn/MixtureTable.lua [new file with mode: 0644]
contrib/torch/nn/Module.lua [new file with mode: 0644]
contrib/torch/nn/ModuleCriterion.lua [new file with mode: 0644]
contrib/torch/nn/Mul.lua [new file with mode: 0644]
contrib/torch/nn/MulConstant.lua [new file with mode: 0644]
contrib/torch/nn/MultiCriterion.lua [new file with mode: 0644]
contrib/torch/nn/MultiLabelMarginCriterion.lua [new file with mode: 0644]
contrib/torch/nn/MultiLabelSoftMarginCriterion.lua [new file with mode: 0644]
contrib/torch/nn/MultiMarginCriterion.lua [new file with mode: 0644]
contrib/torch/nn/NaN.lua [new file with mode: 0644]
contrib/torch/nn/Narrow.lua [new file with mode: 0644]
contrib/torch/nn/NarrowTable.lua [new file with mode: 0644]
contrib/torch/nn/Normalize.lua [new file with mode: 0644]
contrib/torch/nn/OneHot.lua [new file with mode: 0644]
contrib/torch/nn/PReLU.lua [new file with mode: 0644]
contrib/torch/nn/Padding.lua [new file with mode: 0644]
contrib/torch/nn/PairwiseDistance.lua [new file with mode: 0644]
contrib/torch/nn/Parallel.lua [new file with mode: 0644]
contrib/torch/nn/ParallelCriterion.lua [new file with mode: 0644]
contrib/torch/nn/ParallelTable.lua [new file with mode: 0644]
contrib/torch/nn/PartialLinear.lua [new file with mode: 0644]
contrib/torch/nn/PixelShuffle.lua [new file with mode: 0644]
contrib/torch/nn/Power.lua [new file with mode: 0644]
contrib/torch/nn/PrintSize.lua [new file with mode: 0644]
contrib/torch/nn/Profile.lua [new file with mode: 0644]
contrib/torch/nn/README.md [new file with mode: 0644]
contrib/torch/nn/RReLU.lua [new file with mode: 0644]
contrib/torch/nn/ReLU.lua [new file with mode: 0644]
contrib/torch/nn/ReLU6.lua [new file with mode: 0644]
contrib/torch/nn/Replicate.lua [new file with mode: 0644]
contrib/torch/nn/Reshape.lua [new file with mode: 0644]
contrib/torch/nn/Select.lua [new file with mode: 0644]
contrib/torch/nn/SelectTable.lua [new file with mode: 0644]
contrib/torch/nn/Sequential.lua [new file with mode: 0644]
contrib/torch/nn/Sigmoid.lua [new file with mode: 0644]
contrib/torch/nn/SmoothL1Criterion.lua [new file with mode: 0644]
contrib/torch/nn/SoftMarginCriterion.lua [new file with mode: 0644]
contrib/torch/nn/SoftMax.lua [new file with mode: 0644]
contrib/torch/nn/SoftMin.lua [new file with mode: 0644]
contrib/torch/nn/SoftPlus.lua [new file with mode: 0644]
contrib/torch/nn/SoftShrink.lua [new file with mode: 0644]
contrib/torch/nn/SoftSign.lua [new file with mode: 0644]
contrib/torch/nn/SparseJacobian.lua [new file with mode: 0644]
contrib/torch/nn/SparseLinear.lua [new file with mode: 0644]
contrib/torch/nn/SpatialAdaptiveAveragePooling.lua [new file with mode: 0644]
contrib/torch/nn/SpatialAdaptiveMaxPooling.lua [new file with mode: 0644]
contrib/torch/nn/SpatialAutoCropMSECriterion.lua [new file with mode: 0644]
contrib/torch/nn/SpatialAveragePooling.lua [new file with mode: 0644]
contrib/torch/nn/SpatialBatchNormalization.lua [new file with mode: 0644]
contrib/torch/nn/SpatialClassNLLCriterion.lua [new file with mode: 0644]
contrib/torch/nn/SpatialContrastiveNormalization.lua [new file with mode: 0644]
contrib/torch/nn/SpatialConvolution.lua [new file with mode: 0644]
contrib/torch/nn/SpatialConvolutionLocal.lua [new file with mode: 0644]
contrib/torch/nn/SpatialConvolutionMM.lua [new file with mode: 0644]
contrib/torch/nn/SpatialConvolutionMap.lua [new file with mode: 0644]
contrib/torch/nn/SpatialCrossMapLRN.lua [new file with mode: 0644]
contrib/torch/nn/SpatialDepthWiseConvolution.lua [new file with mode: 0644]
contrib/torch/nn/SpatialDilatedConvolution.lua [new file with mode: 0644]
contrib/torch/nn/SpatialDilatedMaxPooling.lua [new file with mode: 0644]
contrib/torch/nn/SpatialDivisiveNormalization.lua [new file with mode: 0644]
contrib/torch/nn/SpatialDropout.lua [new file with mode: 0644]
contrib/torch/nn/SpatialFractionalMaxPooling.lua [new file with mode: 0644]
contrib/torch/nn/SpatialFullConvolution.lua [new file with mode: 0644]
contrib/torch/nn/SpatialFullConvolutionMap.lua [new file with mode: 0644]
contrib/torch/nn/SpatialLPPooling.lua [new file with mode: 0644]
contrib/torch/nn/SpatialLogSoftMax.lua [new file with mode: 0644]
contrib/torch/nn/SpatialMaxPooling.lua [new file with mode: 0644]
contrib/torch/nn/SpatialMaxUnpooling.lua [new file with mode: 0644]
contrib/torch/nn/SpatialReflectionPadding.lua [new file with mode: 0644]
contrib/torch/nn/SpatialReplicationPadding.lua [new file with mode: 0644]
contrib/torch/nn/SpatialSoftMax.lua [new file with mode: 0644]
contrib/torch/nn/SpatialSubSampling.lua [new file with mode: 0644]
contrib/torch/nn/SpatialSubtractiveNormalization.lua [new file with mode: 0644]
contrib/torch/nn/SpatialUpSamplingBilinear.lua [new file with mode: 0644]
contrib/torch/nn/SpatialUpSamplingNearest.lua [new file with mode: 0644]
contrib/torch/nn/SpatialZeroPadding.lua [new file with mode: 0644]
contrib/torch/nn/SplitTable.lua [new file with mode: 0644]
contrib/torch/nn/Sqrt.lua [new file with mode: 0644]
contrib/torch/nn/Square.lua [new file with mode: 0644]
contrib/torch/nn/Squeeze.lua [new file with mode: 0644]
contrib/torch/nn/StochasticGradient.lua [new file with mode: 0644]
contrib/torch/nn/Sum.lua [new file with mode: 0644]
contrib/torch/nn/THNN.lua [new file with mode: 0644]
contrib/torch/nn/Tanh.lua [new file with mode: 0644]
contrib/torch/nn/TanhShrink.lua [new file with mode: 0644]
contrib/torch/nn/TemporalConvolution.lua [new file with mode: 0644]
contrib/torch/nn/TemporalDynamicKMaxPooling.lua [new file with mode: 0644]
contrib/torch/nn/TemporalMaxPooling.lua [new file with mode: 0644]
contrib/torch/nn/TemporalRowConvolution.lua [new file with mode: 0644]
contrib/torch/nn/TemporalSubSampling.lua [new file with mode: 0644]
contrib/torch/nn/Threshold.lua [new file with mode: 0644]
contrib/torch/nn/Transpose.lua [new file with mode: 0644]
contrib/torch/nn/Unsqueeze.lua [new file with mode: 0644]
contrib/torch/nn/View.lua [new file with mode: 0644]
contrib/torch/nn/VolumetricAveragePooling.lua [new file with mode: 0644]
contrib/torch/nn/VolumetricBatchNormalization.lua [new file with mode: 0644]
contrib/torch/nn/VolumetricConvolution.lua [new file with mode: 0644]
contrib/torch/nn/VolumetricDilatedConvolution.lua [new file with mode: 0644]
contrib/torch/nn/VolumetricDilatedMaxPooling.lua [new file with mode: 0644]
contrib/torch/nn/VolumetricDropout.lua [new file with mode: 0644]
contrib/torch/nn/VolumetricFractionalMaxPooling.lua [new file with mode: 0644]
contrib/torch/nn/VolumetricFullConvolution.lua [new file with mode: 0644]
contrib/torch/nn/VolumetricMaxPooling.lua [new file with mode: 0644]
contrib/torch/nn/VolumetricMaxUnpooling.lua [new file with mode: 0644]
contrib/torch/nn/VolumetricReplicationPadding.lua [new file with mode: 0644]
contrib/torch/nn/WeightNorm.lua [new file with mode: 0644]
contrib/torch/nn/WeightedEuclidean.lua [new file with mode: 0644]
contrib/torch/nn/WeightedMSECriterion.lua [new file with mode: 0644]
contrib/torch/nn/WhiteNoise.lua [new file with mode: 0644]
contrib/torch/nn/ZeroGrad.lua [new file with mode: 0644]
contrib/torch/nn/ZipTable.lua [new file with mode: 0644]
contrib/torch/nn/ZipTableOneToMany.lua [new file with mode: 0644]
contrib/torch/nn/hessian.lua [new file with mode: 0644]
contrib/torch/nn/init.lua [new file with mode: 0755]
contrib/torch/nn/lib/CMakeLists.txt [new file with mode: 0644]
contrib/torch/nn/lib/THNN/CMakeLists.txt [new file with mode: 0644]
contrib/torch/nn/lib/THNN/README.md [new file with mode: 0644]
contrib/torch/nn/lib/THNN/THNN.h [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/Abs.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/AbsCriterion.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/BCECriterion.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/BatchNormalization.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/ClassNLLCriterion.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/DistKLDivCriterion.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/ELU.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/FusedRNNKernel.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/GatedLinearUnit.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/HardShrink.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/HardTanh.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/IndexLinear.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/L1Cost.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/LeakyReLU.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/Linear.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/LogSigmoid.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/LogSoftMax.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/LookupTable.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/MSECriterion.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/MarginCriterion.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/MultiLabelMarginCriterion.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/MultiMarginCriterion.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/PReLU.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/RReLU.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/Sigmoid.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SmoothL1Criterion.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SoftMarginCriterion.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SoftMax.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SoftPlus.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SoftShrink.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SparseLinear.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialAdaptiveAveragePooling.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialAdaptiveMaxPooling.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialAveragePooling.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialClassNLLCriterion.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialConvolutionLocal.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialConvolutionMM.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialConvolutionMap.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialDepthWiseConvolution.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialDilatedConvolution.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialDilatedMaxPooling.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialFractionalMaxPooling.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialFullConvolution.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialFullConvolutionMap.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialMaxPooling.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialMaxUnpooling.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialReflectionPadding.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialReplicationPadding.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialSubSampling.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialUpSamplingBilinear.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/SpatialUpSamplingNearest.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/Sqrt.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/Square.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/THNN.h [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/Tanh.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/TemporalConvolution.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/TemporalMaxPooling.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/TemporalRowConvolution.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/TemporalSubSampling.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/Threshold.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/VolumetricAveragePooling.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/VolumetricConvolution.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/VolumetricConvolutionMM.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/VolumetricDilatedConvolution.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/VolumetricDilatedMaxPooling.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/VolumetricFractionalMaxPooling.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/VolumetricFullConvolution.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/VolumetricMaxPooling.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/VolumetricMaxUnpooling.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/VolumetricReplicationPadding.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/VolumetricUpSamplingNearest.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/VolumetricUpSamplingTrilinear.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/generic/unfold.c [new file with mode: 0644]
contrib/torch/nn/lib/THNN/init.c [new file with mode: 0644]
contrib/torch/nn/mkdocs.yml [new file with mode: 0644]
contrib/torch/nn/test.lua [new file with mode: 0755]
contrib/torch/nn/utils.lua [new file with mode: 0644]
contrib/torch/paths/CMakeLists.txt [new file with mode: 0644]
contrib/torch/paths/COPYRIGHT.txt [new file with mode: 0644]
contrib/torch/paths/README.md [new file with mode: 0644]
contrib/torch/paths/init.lua [new file with mode: 0644]
contrib/torch/paths/mkdocs.yml [new file with mode: 0644]
contrib/torch/paths/paths.c [new file with mode: 0644]
contrib/torch/paths/paths.h.in [new file with mode: 0644]
contrib/torch/torch7/CMakeLists.txt [new file with mode: 0644]
contrib/torch/torch7/COPYRIGHT.txt [new file with mode: 0644]
contrib/torch/torch7/CmdLine.lua [new file with mode: 0644]
contrib/torch/torch7/DiskFile.c [new file with mode: 0644]
contrib/torch/torch7/FFInterface.lua [new file with mode: 0644]
contrib/torch/torch7/File.c [new file with mode: 0644]
contrib/torch/torch7/File.lua [new file with mode: 0644]
contrib/torch/torch7/Generator.c [new file with mode: 0644]
contrib/torch/torch7/MemoryFile.c [new file with mode: 0644]
contrib/torch/torch7/PipeFile.c [new file with mode: 0644]
contrib/torch/torch7/README.md [new file with mode: 0644]
contrib/torch/torch7/ROADMAP.md [new file with mode: 0644]
contrib/torch/torch7/Storage.c [new file with mode: 0644]
contrib/torch/torch7/Tensor.c [new file with mode: 0644]
contrib/torch/torch7/Tensor.lua [new file with mode: 0644]
contrib/torch/torch7/TensorMath.c [new file with mode: 0644]
contrib/torch/torch7/TensorMath.lua [new file with mode: 0644]
contrib/torch/torch7/TensorOperator.c [new file with mode: 0644]
contrib/torch/torch7/TestSuite.lua [new file with mode: 0644]
contrib/torch/torch7/Tester.lua [new file with mode: 0644]
contrib/torch/torch7/Timer.c [new file with mode: 0644]
contrib/torch/torch7/cmake/TorchConfig.cmake.in [new file with mode: 0644]
contrib/torch/torch7/cmake/TorchExports.cmake [new file with mode: 0644]
contrib/torch/torch7/cmake/TorchPackage.cmake [new file with mode: 0644]
contrib/torch/torch7/cmake/TorchPaths.cmake [new file with mode: 0644]
contrib/torch/torch7/cmake/TorchPathsInit.cmake [new file with mode: 0644]
contrib/torch/torch7/cmake/TorchWrap.cmake [new file with mode: 0644]
contrib/torch/torch7/cmake/TorchWrap.cmake.in [new file with mode: 0644]
contrib/torch/torch7/general.h [new file with mode: 0644]
contrib/torch/torch7/generic/Storage.c [new file with mode: 0644]
contrib/torch/torch7/generic/Tensor.c [new file with mode: 0644]
contrib/torch/torch7/generic/TensorOperator.c [new file with mode: 0644]
contrib/torch/torch7/generic/luaG.h [new file with mode: 0644]
contrib/torch/torch7/init.c [new file with mode: 0644]
contrib/torch/torch7/init.lua [new file with mode: 0644]
contrib/torch/torch7/lib/CMakeLists.txt [new file with mode: 0644]
contrib/torch/torch7/lib/TH/CMakeLists.txt [new file with mode: 0644]
contrib/torch/torch7/lib/TH/README.md [new file with mode: 0644]
contrib/torch/torch7/lib/TH/TH.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THAllocator.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THAllocator.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THAtomic.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THAtomic.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THBlas.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THBlas.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THConfig.cmake.in [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THDiskFile.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THDiskFile.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THFile.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THFile.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THFilePrivate.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THGeneral.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THGeneral.h.in [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THGenerateAllTypes.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THGenerateByteType.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THGenerateCharType.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THGenerateDoubleType.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THGenerateFloatType.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THGenerateFloatTypes.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THGenerateHalfType.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THGenerateIntType.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THGenerateIntTypes.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THGenerateLongType.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THGenerateShortType.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THHalf.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THHalf.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THLapack.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THLapack.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THLogAdd.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THLogAdd.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THMath.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THMemoryFile.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THMemoryFile.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THRandom.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THRandom.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THSize.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THSize.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THStorage.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THStorage.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THTensor.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THTensor.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THTensorApply.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THTensorDimApply.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THTensorMacros.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THVector.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/THVector.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/cmake/FindARM.cmake [new file with mode: 0644]
contrib/torch/torch7/lib/TH/cmake/FindBLAS.cmake [new file with mode: 0644]
contrib/torch/torch7/lib/TH/cmake/FindLAPACK.cmake [new file with mode: 0644]
contrib/torch/torch7/lib/TH/cmake/FindMKL.cmake [new file with mode: 0644]
contrib/torch/torch7/lib/TH/cmake/FindSSE.cmake [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THBlas.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THBlas.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THLapack.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THLapack.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THStorage.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THStorage.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THStorageCopy.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THStorageCopy.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THTensor.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THTensor.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THTensorConv.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THTensorConv.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THTensorCopy.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THTensorCopy.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THTensorLapack.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THTensorLapack.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THTensorMath.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THTensorMath.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THTensorRandom.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THTensorRandom.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THVector.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THVectorDefault.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/THVectorDispatch.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/simd/common_simd.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/simd/convolve.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/simd/convolve.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/simd/convolve5x5_avx.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/simd/convolve5x5_sse.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/generic/simd/simd.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/vector/AVX.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/vector/AVX.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/vector/AVX2.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/vector/AVX2.h [new file with mode: 0644]
contrib/torch/torch7/lib/TH/vector/NEON.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/vector/SSE.c [new file with mode: 0644]
contrib/torch/torch7/lib/TH/vector/VSX.c [new file with mode: 0644]
contrib/torch/torch7/lib/luaT/CMakeLists.txt [new file with mode: 0644]
contrib/torch/torch7/lib/luaT/README.md [new file with mode: 0644]
contrib/torch/torch7/lib/luaT/luaT.c [new file with mode: 0644]
contrib/torch/torch7/lib/luaT/luaT.h [new file with mode: 0644]
contrib/torch/torch7/lib/luaT/luaTConfig.cmake.in [new file with mode: 0644]
contrib/torch/torch7/mkdocs.yml [new file with mode: 0644]
contrib/torch/torch7/paths.lua.in [new file with mode: 0644]
contrib/torch/torch7/random.c [new file with mode: 0644]
contrib/torch/torch7/random.lua [new file with mode: 0644]
contrib/torch/torch7/test/longSize.lua [new file with mode: 0644]
contrib/torch/torch7/test/test.lua [new file with mode: 0644]
contrib/torch/torch7/test/test_Multinomial.lua [new file with mode: 0644]
contrib/torch/torch7/test/test_Tester.lua [new file with mode: 0644]
contrib/torch/torch7/test/test_half.lua [new file with mode: 0644]
contrib/torch/torch7/test/test_qr.lua [new file with mode: 0644]
contrib/torch/torch7/test/test_sharedmem.lua [new file with mode: 0644]
contrib/torch/torch7/test/test_timer.lua [new file with mode: 0644]
contrib/torch/torch7/test/test_writeObject.lua [new file with mode: 0644]
contrib/torch/torch7/test/timeSort.lua [new file with mode: 0644]
contrib/torch/torch7/torchcwrap.lua [new file with mode: 0644]
contrib/torch/torch7/utils.c [new file with mode: 0644]
contrib/torch/torch7/utils.h [new file with mode: 0644]