README.md
setup.py
test/test_autograd.py
test/test_c10d.py
test/test_cpp_extensions.py
test/test_cuda.py
test/test_dataloader.py
test/test_distributed.py
test/test_distributed_trap.py
test/test_distributions.py
test/test_indexing.py
test/test_jit.py
test/test_legacy_nn.py
test/test_multiprocessing.py
test/test_nccl.py
test/test_nn.py
test/test_optim.py
test/test_sparse.py
test/test_torch.py
test/test_utils.py
torch/__init__.py
torch/_six.py
torch/_storage_docs.py
torch/_tensor_docs.py
torch/_tensor_str.py
torch/_torch_docs.py
torch/_utils.py
torch/_utils_internal.py
torch/functional.py
torch/random.py
torch/serialization.py
torch/storage.py
torch/tensor.py
torch/version.py
torch.egg-info/PKG-INFO
torch.egg-info/SOURCES.txt
torch.egg-info/dependency_links.txt
torch.egg-info/top_level.txt
torch/_thnn/__init__.py
torch/_thnn/utils.py
torch/autograd/__init__.py
torch/autograd/anomaly_mode.py
torch/autograd/function.py
torch/autograd/grad_mode.py
torch/autograd/gradcheck.py
torch/autograd/profiler.py
torch/autograd/variable.py
torch/autograd/_functions/__init__.py
torch/autograd/_functions/tensor.py
torch/autograd/_functions/utils.py
torch/backends/__init__.py
torch/backends/cuda/__init__.py
torch/backends/cudnn/__init__.py
torch/backends/cudnn/rnn.py
torch/backends/mkl/__init__.py
torch/contrib/__init__.py
torch/contrib/_graph_vis.py
torch/contrib/_tensorboard_vis.py
torch/csrc/DataLoader.cpp
torch/csrc/Device.cpp
torch/csrc/Dtype.cpp
torch/csrc/DynamicTypes.cpp
torch/csrc/Exceptions.cpp
torch/csrc/Generator.cpp
torch/csrc/Layout.cpp
torch/csrc/Module.cpp
torch/csrc/PtrWrapper.cpp
torch/csrc/Size.cpp
torch/csrc/Storage.cpp
torch/csrc/assertions.cpp
torch/csrc/byte_order.cpp
torch/csrc/dl.c
torch/csrc/finalizer.cpp
torch/csrc/nvrtc.cpp
torch/csrc/serialization.cpp
torch/csrc/torch.cpp
torch/csrc/utils.cpp
torch/csrc/autograd/anomaly_mode.cpp
torch/csrc/autograd/aten_variable_hooks.cpp
torch/csrc/autograd/engine.cpp
torch/csrc/autograd/function.cpp
torch/csrc/autograd/grad_mode.cpp
torch/csrc/autograd/init.cpp
torch/csrc/autograd/input_buffer.cpp
torch/csrc/autograd/profiler.cpp
torch/csrc/autograd/python_anomaly_mode.cpp
torch/csrc/autograd/python_cpp_function.cpp
torch/csrc/autograd/python_engine.cpp
torch/csrc/autograd/python_function.cpp
torch/csrc/autograd/python_hook.cpp
torch/csrc/autograd/python_legacy_variable.cpp
torch/csrc/autograd/python_variable.cpp
torch/csrc/autograd/python_variable_indexing.cpp
torch/csrc/autograd/saved_variable.cpp
torch/csrc/autograd/variable.cpp
torch/csrc/autograd/functions/accumulate_grad.cpp
torch/csrc/autograd/functions/basic_ops.cpp
torch/csrc/autograd/functions/init.cpp
torch/csrc/autograd/functions/tensor.cpp
torch/csrc/autograd/functions/utils.cpp
torch/csrc/autograd/generated/Functions.cpp
torch/csrc/autograd/generated/VariableType.cpp
torch/csrc/autograd/generated/python_functions.cpp
torch/csrc/autograd/generated/python_nn_functions.cpp
torch/csrc/autograd/generated/python_torch_functions.cpp
torch/csrc/autograd/generated/python_variable_methods.cpp
torch/csrc/cuda/Module.cpp
torch/csrc/cuda/Storage.cpp
torch/csrc/cuda/Stream.cpp
torch/csrc/cuda/comm.cpp
torch/csrc/cuda/nccl.cpp
torch/csrc/cuda/python_comm.cpp
torch/csrc/cuda/python_nccl.cpp
torch/csrc/cuda/serialization.cpp
torch/csrc/cuda/utils.cpp
torch/csrc/distributed/Module.cpp
torch/csrc/distributed/c10d/init.cpp
torch/csrc/jit/autodiff.cpp
torch/csrc/jit/export.cpp
torch/csrc/jit/fusion_compiler.cpp
torch/csrc/jit/graph_executor.cpp
torch/csrc/jit/import.cpp
torch/csrc/jit/init.cpp
torch/csrc/jit/interned_strings.cpp
torch/csrc/jit/interpreter.cpp
torch/csrc/jit/ir.cpp
torch/csrc/jit/operator.cpp
torch/csrc/jit/python_arg_flatten.cpp
torch/csrc/jit/python_interpreter.cpp
torch/csrc/jit/python_ir.cpp
torch/csrc/jit/python_tracer.cpp
torch/csrc/jit/register_prim_ops.cpp
torch/csrc/jit/test_jit.cpp
torch/csrc/jit/tracer.cpp
torch/csrc/jit/tracer_state.cpp
torch/csrc/jit/type.cpp
torch/csrc/jit/variable_flags.cpp
torch/csrc/jit/batched/BatchTensor.cpp
torch/csrc/jit/generated/register_aten_ops.cpp
torch/csrc/jit/passes/batch_mm.cpp
torch/csrc/jit/passes/canonicalize.cpp
torch/csrc/jit/passes/common_subexpression_elimination.cpp
torch/csrc/jit/passes/create_autodiff_subgraphs.cpp
torch/csrc/jit/passes/dead_code_elimination.cpp
torch/csrc/jit/passes/decompose_addmm.cpp
torch/csrc/jit/passes/erase_number_types.cpp
torch/csrc/jit/passes/graph_fuser.cpp
torch/csrc/jit/passes/inplace_check.cpp
torch/csrc/jit/passes/loop_unrolling.cpp
torch/csrc/jit/passes/lower_grad_of.cpp
torch/csrc/jit/passes/lower_tuples.cpp
torch/csrc/jit/passes/onnx.cpp
torch/csrc/jit/passes/peephole.cpp
torch/csrc/jit/passes/remove_expands.cpp
torch/csrc/jit/passes/shape_analysis.cpp
torch/csrc/jit/passes/specialize_undef.cpp
torch/csrc/jit/passes/to_batch.cpp
torch/csrc/jit/passes/onnx/fixup_onnx_loop.cpp
torch/csrc/jit/passes/onnx/peephole.cpp
torch/csrc/jit/script/compiler.cpp
torch/csrc/jit/script/init.cpp
torch/csrc/jit/script/lexer.cpp
torch/csrc/jit/script/module.cpp
torch/csrc/jit/script/python_tree_views.cpp
torch/csrc/nn/THCUNN.cpp
torch/csrc/nn/THNN.cpp
torch/csrc/onnx/init.cpp
torch/csrc/onnx/onnx.cpp
torch/csrc/onnx/onnx.npb.cpp
torch/csrc/tensor/python_tensor.cpp
torch/csrc/utils/cuda_lazy_init.cpp
torch/csrc/utils/invalid_arguments.cpp
torch/csrc/utils/object_ptr.cpp
torch/csrc/utils/python_arg_parser.cpp
torch/csrc/utils/tensor_apply.cpp
torch/csrc/utils/tensor_conversion_dispatch.cpp
torch/csrc/utils/tensor_dtypes.cpp
torch/csrc/utils/tensor_flatten.cpp
torch/csrc/utils/tensor_layouts.cpp
torch/csrc/utils/tensor_list.cpp
torch/csrc/utils/tensor_new.cpp
torch/csrc/utils/tensor_numpy.cpp
torch/csrc/utils/tensor_types.cpp
torch/csrc/utils/tuple_parser.cpp
torch/csrc/utils/variadic.cpp
torch/cuda/__init__.py
torch/cuda/comm.py
torch/cuda/error.py
torch/cuda/nccl.py
torch/cuda/nvtx.py
torch/cuda/profiler.py
torch/cuda/random.py
torch/cuda/sparse.py
torch/cuda/streams.py
torch/distributed/__init__.py
torch/distributed/launch.py
torch/distributed/remote_types.py
torch/distributed/c10d/__init__.py
torch/distributed/c10d/rendezvous.py
torch/distributions/__init__.py
torch/distributions/bernoulli.py
torch/distributions/beta.py
torch/distributions/binomial.py
torch/distributions/categorical.py
torch/distributions/cauchy.py
torch/distributions/chi2.py
torch/distributions/constraint_registry.py
torch/distributions/constraints.py
torch/distributions/dirichlet.py
torch/distributions/distribution.py
torch/distributions/exp_family.py
torch/distributions/exponential.py
torch/distributions/fishersnedecor.py
torch/distributions/gamma.py
torch/distributions/geometric.py
torch/distributions/gumbel.py
torch/distributions/half_cauchy.py
torch/distributions/half_normal.py
torch/distributions/independent.py
torch/distributions/kl.py
torch/distributions/laplace.py
torch/distributions/log_normal.py
torch/distributions/logistic_normal.py
torch/distributions/multinomial.py
torch/distributions/multivariate_normal.py
torch/distributions/normal.py
torch/distributions/one_hot_categorical.py
torch/distributions/pareto.py
torch/distributions/poisson.py
torch/distributions/relaxed_bernoulli.py
torch/distributions/relaxed_categorical.py
torch/distributions/studentT.py
torch/distributions/transformed_distribution.py
torch/distributions/transforms.py
torch/distributions/uniform.py
torch/distributions/utils.py
torch/for_onnx/__init__.py
torch/jit/__init__.py
torch/jit/annotations.py
torch/jit/batchop.py
torch/jit/frontend.py
torch/legacy/__init__.py
torch/legacy/nn/Abs.py
torch/legacy/nn/AbsCriterion.py
torch/legacy/nn/Add.py
torch/legacy/nn/AddConstant.py
torch/legacy/nn/BCECriterion.py
torch/legacy/nn/BatchNormalization.py
torch/legacy/nn/Bilinear.py
torch/legacy/nn/CAddTable.py
torch/legacy/nn/CDivTable.py
torch/legacy/nn/CMul.py
torch/legacy/nn/CMulTable.py
torch/legacy/nn/CSubTable.py
torch/legacy/nn/Clamp.py
torch/legacy/nn/ClassNLLCriterion.py
torch/legacy/nn/ClassSimplexCriterion.py
torch/legacy/nn/Concat.py
torch/legacy/nn/ConcatTable.py
torch/legacy/nn/Container.py
torch/legacy/nn/Contiguous.py
torch/legacy/nn/Copy.py
torch/legacy/nn/Cosine.py
torch/legacy/nn/CosineDistance.py
torch/legacy/nn/CosineEmbeddingCriterion.py
torch/legacy/nn/Criterion.py
torch/legacy/nn/CriterionTable.py
torch/legacy/nn/CrossEntropyCriterion.py
torch/legacy/nn/DepthConcat.py
torch/legacy/nn/DistKLDivCriterion.py
torch/legacy/nn/DotProduct.py
torch/legacy/nn/Dropout.py
torch/legacy/nn/ELU.py
torch/legacy/nn/Euclidean.py
torch/legacy/nn/Exp.py
torch/legacy/nn/FlattenTable.py
torch/legacy/nn/GradientReversal.py
torch/legacy/nn/HardShrink.py
torch/legacy/nn/HardTanh.py
torch/legacy/nn/HingeEmbeddingCriterion.py
torch/legacy/nn/Identity.py
torch/legacy/nn/Index.py
torch/legacy/nn/JoinTable.py
torch/legacy/nn/L1Cost.py
torch/legacy/nn/L1HingeEmbeddingCriterion.py
torch/legacy/nn/L1Penalty.py
torch/legacy/nn/LeakyReLU.py
torch/legacy/nn/Linear.py
torch/legacy/nn/Log.py
torch/legacy/nn/LogSigmoid.py
torch/legacy/nn/LogSoftMax.py
torch/legacy/nn/LookupTable.py
torch/legacy/nn/MM.py
torch/legacy/nn/MSECriterion.py
torch/legacy/nn/MV.py
torch/legacy/nn/MarginCriterion.py
torch/legacy/nn/MarginRankingCriterion.py
torch/legacy/nn/MaskedSelect.py
torch/legacy/nn/Max.py
torch/legacy/nn/Mean.py
torch/legacy/nn/Min.py
torch/legacy/nn/MixtureTable.py
torch/legacy/nn/Module.py
torch/legacy/nn/Mul.py
torch/legacy/nn/MulConstant.py
torch/legacy/nn/MultiCriterion.py
torch/legacy/nn/MultiLabelMarginCriterion.py
torch/legacy/nn/MultiLabelSoftMarginCriterion.py
torch/legacy/nn/MultiMarginCriterion.py
torch/legacy/nn/Narrow.py
torch/legacy/nn/NarrowTable.py
torch/legacy/nn/Normalize.py
torch/legacy/nn/PReLU.py
torch/legacy/nn/Padding.py
torch/legacy/nn/PairwiseDistance.py
torch/legacy/nn/Parallel.py
torch/legacy/nn/ParallelCriterion.py
torch/legacy/nn/ParallelTable.py
torch/legacy/nn/PartialLinear.py
torch/legacy/nn/Power.py
torch/legacy/nn/RReLU.py
torch/legacy/nn/ReLU.py
torch/legacy/nn/ReLU6.py
torch/legacy/nn/Replicate.py
torch/legacy/nn/Reshape.py
torch/legacy/nn/Select.py
torch/legacy/nn/SelectTable.py
torch/legacy/nn/Sequential.py
torch/legacy/nn/Sigmoid.py
torch/legacy/nn/SmoothL1Criterion.py
torch/legacy/nn/SoftMarginCriterion.py
torch/legacy/nn/SoftMax.py
torch/legacy/nn/SoftMin.py
torch/legacy/nn/SoftPlus.py
torch/legacy/nn/SoftShrink.py
torch/legacy/nn/SoftSign.py
torch/legacy/nn/SpatialAdaptiveMaxPooling.py
torch/legacy/nn/SpatialAveragePooling.py
torch/legacy/nn/SpatialBatchNormalization.py
torch/legacy/nn/SpatialClassNLLCriterion.py
torch/legacy/nn/SpatialContrastiveNormalization.py
torch/legacy/nn/SpatialConvolution.py
torch/legacy/nn/SpatialConvolutionLocal.py
torch/legacy/nn/SpatialConvolutionMap.py
torch/legacy/nn/SpatialCrossMapLRN.py
torch/legacy/nn/SpatialDilatedConvolution.py
torch/legacy/nn/SpatialDivisiveNormalization.py
torch/legacy/nn/SpatialDropout.py
torch/legacy/nn/SpatialFractionalMaxPooling.py
torch/legacy/nn/SpatialFullConvolution.py
torch/legacy/nn/SpatialFullConvolutionMap.py
torch/legacy/nn/SpatialLPPooling.py
torch/legacy/nn/SpatialMaxPooling.py
torch/legacy/nn/SpatialMaxUnpooling.py
torch/legacy/nn/SpatialReflectionPadding.py
torch/legacy/nn/SpatialReplicationPadding.py
torch/legacy/nn/SpatialSoftMax.py
torch/legacy/nn/SpatialSubSampling.py
torch/legacy/nn/SpatialSubtractiveNormalization.py
torch/legacy/nn/SpatialUpSamplingNearest.py
torch/legacy/nn/SpatialZeroPadding.py
torch/legacy/nn/SplitTable.py
torch/legacy/nn/Sqrt.py
torch/legacy/nn/Square.py
torch/legacy/nn/Squeeze.py
torch/legacy/nn/Sum.py
torch/legacy/nn/Tanh.py
torch/legacy/nn/TanhShrink.py
torch/legacy/nn/TemporalConvolution.py
torch/legacy/nn/TemporalMaxPooling.py
torch/legacy/nn/TemporalSubSampling.py
torch/legacy/nn/Threshold.py
torch/legacy/nn/Transpose.py
torch/legacy/nn/Unsqueeze.py
torch/legacy/nn/View.py
torch/legacy/nn/VolumetricAveragePooling.py
torch/legacy/nn/VolumetricBatchNormalization.py
torch/legacy/nn/VolumetricConvolution.py
torch/legacy/nn/VolumetricDropout.py
torch/legacy/nn/VolumetricFullConvolution.py
torch/legacy/nn/VolumetricMaxPooling.py
torch/legacy/nn/VolumetricMaxUnpooling.py
torch/legacy/nn/VolumetricReplicationPadding.py
torch/legacy/nn/WeightedEuclidean.py
torch/legacy/nn/WeightedMSECriterion.py
torch/legacy/nn/__init__.py
torch/legacy/nn/utils.py
torch/legacy/optim/__init__.py
torch/legacy/optim/adadelta.py
torch/legacy/optim/adagrad.py
torch/legacy/optim/adam.py
torch/legacy/optim/adamax.py
torch/legacy/optim/asgd.py
torch/legacy/optim/cg.py
torch/legacy/optim/lbfgs.py
torch/legacy/optim/nag.py
torch/legacy/optim/rmsprop.py
torch/legacy/optim/rprop.py
torch/legacy/optim/sgd.py
torch/lib/THCUNN.h
torch/lib/THNN.h
torch/lib/libcaffe2.so
torch/lib/libcaffe2_gpu.so
torch/lib/libshm.so
torch/lib/torch_shm_manager
torch/lib/include/ATen/ATen.h
torch/lib/include/ATen/ATenGeneral.h
torch/lib/include/ATen/AccumulateType.h
torch/lib/include/ATen/AlignOf.h
torch/lib/include/ATen/Allocator.h
torch/lib/include/ATen/ArrayRef.h
torch/lib/include/ATen/Backtrace.h
torch/lib/include/ATen/CPUApplyUtils.h
torch/lib/include/ATen/CPUByteStorage.h
torch/lib/include/ATen/CPUByteTensor.h
torch/lib/include/ATen/CPUByteType.h
torch/lib/include/ATen/CPUCharStorage.h
torch/lib/include/ATen/CPUCharTensor.h
torch/lib/include/ATen/CPUCharType.h
torch/lib/include/ATen/CPUDoubleStorage.h
torch/lib/include/ATen/CPUDoubleTensor.h
torch/lib/include/ATen/CPUDoubleType.h
torch/lib/include/ATen/CPUFixedAllocator.h
torch/lib/include/ATen/CPUFloatStorage.h
torch/lib/include/ATen/CPUFloatTensor.h
torch/lib/include/ATen/CPUFloatType.h
torch/lib/include/ATen/CPUGeneral.h
torch/lib/include/ATen/CPUGenerator.h
torch/lib/include/ATen/CPUHalfStorage.h
torch/lib/include/ATen/CPUHalfTensor.h
torch/lib/include/ATen/CPUHalfType.h
torch/lib/include/ATen/CPUIntStorage.h
torch/lib/include/ATen/CPUIntTensor.h
torch/lib/include/ATen/CPUIntType.h
torch/lib/include/ATen/CPULongStorage.h
torch/lib/include/ATen/CPULongTensor.h
torch/lib/include/ATen/CPULongType.h
torch/lib/include/ATen/CPUShortStorage.h
torch/lib/include/ATen/CPUShortTensor.h
torch/lib/include/ATen/CPUShortType.h
torch/lib/include/ATen/CUDAByteStorage.h
torch/lib/include/ATen/CUDAByteTensor.h
torch/lib/include/ATen/CUDAByteType.h
torch/lib/include/ATen/CUDACharStorage.h
torch/lib/include/ATen/CUDACharTensor.h
torch/lib/include/ATen/CUDACharType.h
torch/lib/include/ATen/CUDADoubleStorage.h
torch/lib/include/ATen/CUDADoubleTensor.h
torch/lib/include/ATen/CUDADoubleType.h
torch/lib/include/ATen/CUDAFloatStorage.h
torch/lib/include/ATen/CUDAFloatTensor.h
torch/lib/include/ATen/CUDAFloatType.h
torch/lib/include/ATen/CUDAGenerator.h
torch/lib/include/ATen/CUDAHalfStorage.h
torch/lib/include/ATen/CUDAHalfTensor.h
torch/lib/include/ATen/CUDAHalfType.h
torch/lib/include/ATen/CUDAIntStorage.h
torch/lib/include/ATen/CUDAIntTensor.h
torch/lib/include/ATen/CUDAIntType.h
torch/lib/include/ATen/CUDALongStorage.h
torch/lib/include/ATen/CUDALongTensor.h
torch/lib/include/ATen/CUDALongType.h
torch/lib/include/ATen/CUDAShortStorage.h
torch/lib/include/ATen/CUDAShortTensor.h
torch/lib/include/ATen/CUDAShortType.h
torch/lib/include/ATen/CUDAStream.h
torch/lib/include/ATen/CheckGenerator.h
torch/lib/include/ATen/Config.h
torch/lib/include/ATen/Context.h
torch/lib/include/ATen/DLConvertor.h
torch/lib/include/ATen/Deprecated.h
torch/lib/include/ATen/Device.h
torch/lib/include/ATen/DeviceGuard.h
torch/lib/include/ATen/DimVector.h
torch/lib/include/ATen/Dispatch.h
torch/lib/include/ATen/Error.h
torch/lib/include/ATen/ExpandUtils.h
torch/lib/include/ATen/Formatting.h
torch/lib/include/ATen/Functions.h
torch/lib/include/ATen/Generator.h
torch/lib/include/ATen/Half-inl.h
torch/lib/include/ATen/Half.h
torch/lib/include/ATen/Layout.h
torch/lib/include/ATen/MatrixRef.h
torch/lib/include/ATen/NativeFunctions.h
torch/lib/include/ATen/OptionsGuard.h
torch/lib/include/ATen/Parallel.h
torch/lib/include/ATen/RegisterCUDA.h
torch/lib/include/ATen/Registry.h
torch/lib/include/ATen/Retainable.h
torch/lib/include/ATen/Scalar.h
torch/lib/include/ATen/ScalarType.h
torch/lib/include/ATen/ScalarTypeUtils.h
torch/lib/include/ATen/SmallVector.h
torch/lib/include/ATen/SparseCPUByteType.h
torch/lib/include/ATen/SparseCPUCharType.h
torch/lib/include/ATen/SparseCPUDoubleType.h
torch/lib/include/ATen/SparseCPUFloatType.h
torch/lib/include/ATen/SparseCPUIntType.h
torch/lib/include/ATen/SparseCPULongType.h
torch/lib/include/ATen/SparseCPUShortType.h
torch/lib/include/ATen/SparseCUDAByteType.h
torch/lib/include/ATen/SparseCUDACharType.h
torch/lib/include/ATen/SparseCUDADoubleType.h
torch/lib/include/ATen/SparseCUDAFloatType.h
torch/lib/include/ATen/SparseCUDAIntType.h
torch/lib/include/ATen/SparseCUDALongType.h
torch/lib/include/ATen/SparseCUDAShortType.h
torch/lib/include/ATen/SparseTensorImpl.h
torch/lib/include/ATen/SparseTensorRef.h
torch/lib/include/ATen/Storage.h
torch/lib/include/ATen/THLongStorageView.h
torch/lib/include/ATen/Tensor.h
torch/lib/include/ATen/TensorAccessor.h
torch/lib/include/ATen/TensorBase.h
torch/lib/include/ATen/TensorGeometry.h
torch/lib/include/ATen/TensorImpl.h
torch/lib/include/ATen/TensorMethods.h
torch/lib/include/ATen/TensorOperators.h
torch/lib/include/ATen/TensorOptions.h
torch/lib/include/ATen/TensorUtils.h
torch/lib/include/ATen/Type.h
torch/lib/include/ATen/UndefinedTensor.h
torch/lib/include/ATen/UndefinedType.h
torch/lib/include/ATen/Utils.h
torch/lib/include/ATen/WrapDimUtils.h
torch/lib/include/ATen/WrapDimUtilsMulti.h
torch/lib/include/ATen/dlpack.h
torch/lib/include/ATen/optional.h
torch/lib/include/ATen/cuda/ATenCUDAGeneral.h
torch/lib/include/ATen/cuda/CUDAApplyUtils.cuh
torch/lib/include/ATen/cuda/CUDAConfig.h
torch/lib/include/ATen/cuda/CUDAHalf.cuh
torch/lib/include/ATen/cuda/CUDATensorMethods.cuh
torch/lib/include/ATen/cuda/PinnedMemoryAllocator.h
torch/lib/include/ATen/cuda/detail/CUDAHooks.h
torch/lib/include/ATen/cuda/detail/IndexUtils.cuh
torch/lib/include/ATen/cuda/detail/TensorInfo.cuh
torch/lib/include/ATen/cudnn/Descriptors.h
torch/lib/include/ATen/cudnn/Exceptions.h
torch/lib/include/ATen/cudnn/Handles.h
torch/lib/include/ATen/cudnn/Types.h
torch/lib/include/ATen/cudnn/Utils.h
torch/lib/include/ATen/cudnn/cudnn-wrapper.h
torch/lib/include/ATen/detail/CUDAHooksInterface.h
torch/lib/include/ATen/detail/UniqueVoidPtr.h
torch/lib/include/ATen/detail/VariableHooksInterface.h
torch/lib/include/TH/TH.h
torch/lib/include/TH/THAllocator.h
torch/lib/include/TH/THBlas.h
torch/lib/include/TH/THDiskFile.h
torch/lib/include/TH/THFile.h
torch/lib/include/TH/THFilePrivate.h
torch/lib/include/TH/THGeneral.h
torch/lib/include/TH/THGenerateAllTypes.h
torch/lib/include/TH/THGenerateByteType.h
torch/lib/include/TH/THGenerateCharType.h
torch/lib/include/TH/THGenerateDoubleType.h
torch/lib/include/TH/THGenerateFloatType.h
torch/lib/include/TH/THGenerateFloatTypes.h
torch/lib/include/TH/THGenerateHalfType.h
torch/lib/include/TH/THGenerateIntType.h
torch/lib/include/TH/THGenerateIntTypes.h
torch/lib/include/TH/THGenerateLongType.h
torch/lib/include/TH/THGenerateShortType.h
torch/lib/include/TH/THGenerator.hpp
torch/lib/include/TH/THHalf.h
torch/lib/include/TH/THLapack.h
torch/lib/include/TH/THLogAdd.h
torch/lib/include/TH/THMath.h
torch/lib/include/TH/THMemoryFile.h
torch/lib/include/TH/THRandom.h
torch/lib/include/TH/THSize.h
torch/lib/include/TH/THStorage.h
torch/lib/include/TH/THStorage.hpp
torch/lib/include/TH/THTensor.h
torch/lib/include/TH/THTensor.hpp
torch/lib/include/TH/THTensorApply.h
torch/lib/include/TH/THTensorDimApply.h
torch/lib/include/TH/THTypeConversion.hpp
torch/lib/include/TH/THVector.h
torch/lib/include/TH/generic/THBlas.h
torch/lib/include/TH/generic/THLapack.h
torch/lib/include/TH/generic/THStorage.h
torch/lib/include/TH/generic/THStorageCopy.h
torch/lib/include/TH/generic/THTensor.h
torch/lib/include/TH/generic/THTensorConv.h
torch/lib/include/TH/generic/THTensorCopy.h
torch/lib/include/TH/generic/THTensorFastGetSet.hpp
torch/lib/include/TH/generic/THTensorLapack.h
torch/lib/include/TH/generic/THTensorMath.h
torch/lib/include/TH/generic/THTensorRandom.h
torch/lib/include/TH/generic/THVector.h
torch/lib/include/THC/THC.h
torch/lib/include/THC/THCAllocator.h
torch/lib/include/THC/THCApply.cuh
torch/lib/include/THC/THCAsmUtils.cuh
torch/lib/include/THC/THCAtomics.cuh
torch/lib/include/THC/THCBlas.h
torch/lib/include/THC/THCCachingAllocator.h
torch/lib/include/THC/THCCachingHostAllocator.h
torch/lib/include/THC/THCDeviceTensor-inl.cuh
torch/lib/include/THC/THCDeviceTensor.cuh
torch/lib/include/THC/THCDeviceTensorUtils-inl.cuh
torch/lib/include/THC/THCDeviceTensorUtils.cuh
torch/lib/include/THC/THCDeviceUtils.cuh
torch/lib/include/THC/THCGeneral.h
torch/lib/include/THC/THCGeneral.hpp
torch/lib/include/THC/THCGenerateAllTypes.h
torch/lib/include/THC/THCGenerateByteType.h
torch/lib/include/THC/THCGenerateCharType.h
torch/lib/include/THC/THCGenerateDoubleType.h
torch/lib/include/THC/THCGenerateFloatType.h
torch/lib/include/THC/THCGenerateFloatTypes.h
torch/lib/include/THC/THCGenerateHalfType.h
torch/lib/include/THC/THCGenerateIntType.h
torch/lib/include/THC/THCGenerateLongType.h
torch/lib/include/THC/THCGenerateShortType.h
torch/lib/include/THC/THCGenerator.hpp
torch/lib/include/THC/THCHalf.h
torch/lib/include/THC/THCIntegerDivider.cuh
torch/lib/include/THC/THCNumerics.cuh
torch/lib/include/THC/THCReduce.cuh
torch/lib/include/THC/THCReduceAll.cuh
torch/lib/include/THC/THCReduceApplyUtils.cuh
torch/lib/include/THC/THCScanUtils.cuh
torch/lib/include/THC/THCSleep.h
torch/lib/include/THC/THCSortUtils.cuh
torch/lib/include/THC/THCStorage.h
torch/lib/include/THC/THCStorage.hpp
torch/lib/include/THC/THCStorageCopy.h
torch/lib/include/THC/THCStream.h
torch/lib/include/THC/THCTensor.h
torch/lib/include/THC/THCTensor.hpp
torch/lib/include/THC/THCTensorCopy.h
torch/lib/include/THC/THCTensorCopy.hpp
torch/lib/include/THC/THCTensorInfo.cuh
torch/lib/include/THC/THCTensorMath.h
torch/lib/include/THC/THCTensorMathMagma.cuh
torch/lib/include/THC/THCTensorMathPointwise.cuh
torch/lib/include/THC/THCTensorMathReduce.cuh
torch/lib/include/THC/THCTensorMode.cuh
torch/lib/include/THC/THCTensorRandom.cuh
torch/lib/include/THC/THCTensorRandom.h
torch/lib/include/THC/THCTensorSort.cuh
torch/lib/include/THC/THCTensorTopK.cuh
torch/lib/include/THC/THCTensorTypeUtils.cuh
torch/lib/include/THC/THCThreadLocal.h
torch/lib/include/THC/THCThrustAllocator.cuh
torch/lib/include/THC/generic/THCStorage.h
torch/lib/include/THC/generic/THCStorageCopy.h
torch/lib/include/THC/generic/THCTensor.h
torch/lib/include/THC/generic/THCTensorCopy.h
torch/lib/include/THC/generic/THCTensorIndex.h
torch/lib/include/THC/generic/THCTensorMasked.h
torch/lib/include/THC/generic/THCTensorMath.h
torch/lib/include/THC/generic/THCTensorMathBlas.h
torch/lib/include/THC/generic/THCTensorMathCompare.h
torch/lib/include/THC/generic/THCTensorMathCompareT.h
torch/lib/include/THC/generic/THCTensorMathMagma.h
torch/lib/include/THC/generic/THCTensorMathPairwise.h
torch/lib/include/THC/generic/THCTensorMathPointwise.h
torch/lib/include/THC/generic/THCTensorMathReduce.h
torch/lib/include/THC/generic/THCTensorMathScan.h
torch/lib/include/THC/generic/THCTensorMode.h
torch/lib/include/THC/generic/THCTensorRandom.h
torch/lib/include/THC/generic/THCTensorScatterGather.h
torch/lib/include/THC/generic/THCTensorSort.h
torch/lib/include/THC/generic/THCTensorTopK.h
torch/lib/include/THCUNN/SharedMem.cuh
torch/lib/include/THCUNN/THCHalfAutoNumerics.cuh
torch/lib/include/THNN/Reduction.h
torch/lib/include/THNN/THNN.h
torch/lib/include/pybind11/attr.h
torch/lib/include/pybind11/buffer_info.h
torch/lib/include/pybind11/cast.h
torch/lib/include/pybind11/chrono.h
torch/lib/include/pybind11/common.h
torch/lib/include/pybind11/complex.h
torch/lib/include/pybind11/eigen.h
torch/lib/include/pybind11/embed.h
torch/lib/include/pybind11/eval.h
torch/lib/include/pybind11/functional.h
torch/lib/include/pybind11/iostream.h
torch/lib/include/pybind11/numpy.h
torch/lib/include/pybind11/operators.h
torch/lib/include/pybind11/options.h
torch/lib/include/pybind11/pybind11.h
torch/lib/include/pybind11/pytypes.h
torch/lib/include/pybind11/stl.h
torch/lib/include/pybind11/stl_bind.h
torch/lib/include/pybind11/detail/class.h
torch/lib/include/pybind11/detail/common.h
torch/lib/include/pybind11/detail/descr.h
torch/lib/include/pybind11/detail/init.h
torch/lib/include/pybind11/detail/internals.h
torch/lib/include/pybind11/detail/typeid.h
torch/lib/include/torch/torch.h
torch/lib/include/torch/csrc/DataLoader.h
torch/lib/include/torch/csrc/Device.h
torch/lib/include/torch/csrc/Dtype.h
torch/lib/include/torch/csrc/DynamicTypes.h
torch/lib/include/torch/csrc/Exceptions.h
torch/lib/include/torch/csrc/Generator.h
torch/lib/include/torch/csrc/Layout.h
torch/lib/include/torch/csrc/Module.h
torch/lib/include/torch/csrc/PtrWrapper.h
torch/lib/include/torch/csrc/PythonTypes.h
torch/lib/include/torch/csrc/Size.h
torch/lib/include/torch/csrc/Storage.h
torch/lib/include/torch/csrc/THP.h
torch/lib/include/torch/csrc/THP_API.h
torch/lib/include/torch/csrc/THP_export.h
torch/lib/include/torch/csrc/Types.h
torch/lib/include/torch/csrc/assertions.h
torch/lib/include/torch/csrc/byte_order.h
torch/lib/include/torch/csrc/copy_utils.h
torch/lib/include/torch/csrc/finalizer.h
torch/lib/include/torch/csrc/python_headers.h
torch/lib/include/torch/csrc/serialization.h
torch/lib/include/torch/csrc/torch.h
torch/lib/include/torch/csrc/utils.h
torch/lib/include/torch/csrc/variable_tensor_functions.h
torch/lib/include/torch/csrc/autograd/anomaly_mode.h
torch/lib/include/torch/csrc/autograd/autograd.h
torch/lib/include/torch/csrc/autograd/edge.h
torch/lib/include/torch/csrc/autograd/engine.h
torch/lib/include/torch/csrc/autograd/function.h
torch/lib/include/torch/csrc/autograd/function_hook.h
torch/lib/include/torch/csrc/autograd/grad_mode.h
torch/lib/include/torch/csrc/autograd/input_buffer.h
torch/lib/include/torch/csrc/autograd/profiler.h
torch/lib/include/torch/csrc/autograd/python_anomaly_mode.h
torch/lib/include/torch/csrc/autograd/python_cpp_function.h
torch/lib/include/torch/csrc/autograd/python_engine.h
torch/lib/include/torch/csrc/autograd/python_function.h
torch/lib/include/torch/csrc/autograd/python_hook.h
torch/lib/include/torch/csrc/autograd/python_legacy_variable.h
torch/lib/include/torch/csrc/autograd/python_variable.h
torch/lib/include/torch/csrc/autograd/python_variable_indexing.h
torch/lib/include/torch/csrc/autograd/saved_variable.h
torch/lib/include/torch/csrc/autograd/symbolic.h
torch/lib/include/torch/csrc/autograd/type_and_shape.h
torch/lib/include/torch/csrc/autograd/variable.h
torch/lib/include/torch/csrc/autograd/variable_version.h
torch/lib/include/torch/csrc/cuda/Module.h
torch/lib/include/torch/csrc/cuda/Storage.h
torch/lib/include/torch/csrc/cuda/Stream.h
torch/lib/include/torch/csrc/cuda/THCP.h
torch/lib/include/torch/csrc/cuda/comm.h
torch/lib/include/torch/csrc/cuda/cuda_check.h
torch/lib/include/torch/csrc/cuda/device_set.h
torch/lib/include/torch/csrc/cuda/nccl.h
torch/lib/include/torch/csrc/cuda/override_macros.h
torch/lib/include/torch/csrc/cuda/python_comm.h
torch/lib/include/torch/csrc/cuda/python_nccl.h
torch/lib/include/torch/csrc/cuda/restore_macros.h
torch/lib/include/torch/csrc/cuda/serialization.h
torch/lib/include/torch/csrc/cuda/undef_macros.h
torch/lib/include/torch/csrc/cuda/utils.h
torch/lib/include/torch/csrc/jit/argument_spec.h
torch/lib/include/torch/csrc/jit/attributes.h
torch/lib/include/torch/csrc/jit/autodiff.h
torch/lib/include/torch/csrc/jit/code_template.h
torch/lib/include/torch/csrc/jit/export.h
torch/lib/include/torch/csrc/jit/function_schema.h
torch/lib/include/torch/csrc/jit/fusion_compiler.h
torch/lib/include/torch/csrc/jit/generic_if.h
torch/lib/include/torch/csrc/jit/graph_executor.h
torch/lib/include/torch/csrc/jit/graph_node_list.h
torch/lib/include/torch/csrc/jit/import.h
torch/lib/include/torch/csrc/jit/init.h
torch/lib/include/torch/csrc/jit/interned_strings.h
torch/lib/include/torch/csrc/jit/interpreter.h
torch/lib/include/torch/csrc/jit/ir.h
torch/lib/include/torch/csrc/jit/ivalue.h
torch/lib/include/torch/csrc/jit/named_value.h
torch/lib/include/torch/csrc/jit/operator.h
torch/lib/include/torch/csrc/jit/pybind.h
torch/lib/include/torch/csrc/jit/pybind_utils.h
torch/lib/include/torch/csrc/jit/python_arg_flatten.h
torch/lib/include/torch/csrc/jit/python_ir.h
torch/lib/include/torch/csrc/jit/python_tracer.h
torch/lib/include/torch/csrc/jit/resource_guard.h
torch/lib/include/torch/csrc/jit/source_location.h
torch/lib/include/torch/csrc/jit/stack.h
torch/lib/include/torch/csrc/jit/symbolic_variable.h
torch/lib/include/torch/csrc/jit/tensor_conversions.h
torch/lib/include/torch/csrc/jit/tracer.h
torch/lib/include/torch/csrc/jit/tracer_state.h
torch/lib/include/torch/csrc/jit/type.h
torch/lib/include/torch/csrc/jit/variable_flags.h
torch/lib/include/torch/csrc/jit/variable_tensor_list.h
torch/lib/include/torch/csrc/utils/auto_gil.h
torch/lib/include/torch/csrc/utils/auto_stream.h
torch/lib/include/torch/csrc/utils/auto_unique_ptr.h
torch/lib/include/torch/csrc/utils/cuda_enabled.h
torch/lib/include/torch/csrc/utils/cuda_lazy_init.h
torch/lib/include/torch/csrc/utils/disallow_copy.h
torch/lib/include/torch/csrc/utils/functional.h
torch/lib/include/torch/csrc/utils/hash.h
torch/lib/include/torch/csrc/utils/invalid_arguments.h
torch/lib/include/torch/csrc/utils/memory.h
torch/lib/include/torch/csrc/utils/numpy_stub.h
torch/lib/include/torch/csrc/utils/object_ptr.h
torch/lib/include/torch/csrc/utils/pybind.h
torch/lib/include/torch/csrc/utils/python_arg_parser.h
torch/lib/include/torch/csrc/utils/python_compat.h
torch/lib/include/torch/csrc/utils/python_numbers.h
torch/lib/include/torch/csrc/utils/python_scalars.h
torch/lib/include/torch/csrc/utils/python_strings.h
torch/lib/include/torch/csrc/utils/python_stub.h
torch/lib/include/torch/csrc/utils/python_tuples.h
torch/lib/include/torch/csrc/utils/tensor_apply.h
torch/lib/include/torch/csrc/utils/tensor_conversion_dispatch.h
torch/lib/include/torch/csrc/utils/tensor_dtypes.h
torch/lib/include/torch/csrc/utils/tensor_flatten.h
torch/lib/include/torch/csrc/utils/tensor_layouts.h
torch/lib/include/torch/csrc/utils/tensor_list.h
torch/lib/include/torch/csrc/utils/tensor_new.h
torch/lib/include/torch/csrc/utils/tensor_numpy.h
torch/lib/include/torch/csrc/utils/tensor_types.h
torch/lib/include/torch/csrc/utils/tuple_parser.h
torch/lib/include/torch/csrc/utils/variadic.h
torch/multiprocessing/__init__.py
torch/multiprocessing/pool.py
torch/multiprocessing/queue.py
torch/multiprocessing/reductions.py
torch/nn/__init__.py
torch/nn/functional.py
torch/nn/grad.py
torch/nn/init.py
torch/nn/parameter.py
torch/nn/_functions/__init__.py
torch/nn/_functions/dropout.py
torch/nn/_functions/packing.py
torch/nn/_functions/padding.py
torch/nn/_functions/rnn.py
torch/nn/_functions/vision.py
torch/nn/_functions/thnn/__init__.py
torch/nn/_functions/thnn/auto.py
torch/nn/_functions/thnn/auto_double_backwards.py
torch/nn/_functions/thnn/auto_symbolic.py
torch/nn/_functions/thnn/fold.py
torch/nn/_functions/thnn/normalization.py
torch/nn/_functions/thnn/rnnFusedPointwise.py
torch/nn/_functions/thnn/sparse.py
torch/nn/backends/__init__.py
torch/nn/backends/backend.py
torch/nn/backends/thnn.py
torch/nn/modules/__init__.py
torch/nn/modules/activation.py
torch/nn/modules/adaptive.py
torch/nn/modules/batchnorm.py
torch/nn/modules/container.py
torch/nn/modules/conv.py
torch/nn/modules/distance.py
torch/nn/modules/dropout.py
torch/nn/modules/fold.py
torch/nn/modules/instancenorm.py
torch/nn/modules/linear.py
torch/nn/modules/loss.py
torch/nn/modules/module.py
torch/nn/modules/normalization.py
torch/nn/modules/padding.py
torch/nn/modules/pixelshuffle.py
torch/nn/modules/pooling.py
torch/nn/modules/rnn.py
torch/nn/modules/sparse.py
torch/nn/modules/upsampling.py
torch/nn/modules/utils.py
torch/nn/parallel/__init__.py
torch/nn/parallel/_functions.py
torch/nn/parallel/data_parallel.py
torch/nn/parallel/distributed.py
torch/nn/parallel/distributed_c10d.py
torch/nn/parallel/distributed_cpu.py
torch/nn/parallel/parallel_apply.py
torch/nn/parallel/replicate.py
torch/nn/parallel/scatter_gather.py
torch/nn/utils/__init__.py
torch/nn/utils/clip_grad.py
torch/nn/utils/convert_parameters.py
torch/nn/utils/rnn.py
torch/nn/utils/spectral_norm.py
torch/nn/utils/weight_norm.py
torch/onnx/__init__.py
torch/onnx/operators.py
torch/onnx/symbolic.py
torch/onnx/utils.py
torch/optim/__init__.py
torch/optim/adadelta.py
torch/optim/adagrad.py
torch/optim/adam.py
torch/optim/adamax.py
torch/optim/asgd.py
torch/optim/lbfgs.py
torch/optim/lr_scheduler.py
torch/optim/optimizer.py
torch/optim/rmsprop.py
torch/optim/rprop.py
torch/optim/sgd.py
torch/optim/sparse_adam.py
torch/sparse/__init__.py
torch/testing/__init__.py
torch/utils/__init__.py
torch/utils/checkpoint.py
torch/utils/collect_env.py
torch/utils/cpp_extension.py
torch/utils/dlpack.py
torch/utils/file_baton.py
torch/utils/hooks.py
torch/utils/model_zoo.py
torch/utils/backcompat/__init__.py
torch/utils/bottleneck/__init__.py
torch/utils/bottleneck/__main__.py
torch/utils/data/__init__.py
torch/utils/data/dataloader.py
torch/utils/data/dataset.py
torch/utils/data/distributed.py
torch/utils/data/sampler.py
torch/utils/ffi/__init__.py
torch/utils/serialization/__init__.py
torch/utils/serialization/read_lua_file.py
torch/utils/trainer/__init__.py
torch/utils/trainer/trainer.py
torch/utils/trainer/plugins/__init__.py
torch/utils/trainer/plugins/accuracy.py
torch/utils/trainer/plugins/logger.py
torch/utils/trainer/plugins/loss.py
torch/utils/trainer/plugins/monitor.py
torch/utils/trainer/plugins/plugin.py
torch/utils/trainer/plugins/progress.py
torch/utils/trainer/plugins/time.py