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