mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
34 lines
626 B
Plaintext
34 lines
626 B
Plaintext
build/
|
|
dist/
|
|
torch.egg-info/
|
|
*/**/__pycache__
|
|
torch/version.py
|
|
torch/csrc/generic/TensorMethods.cpp
|
|
torch/lib/*.so*
|
|
torch/lib/*.dylib*
|
|
torch/lib/*.h
|
|
torch/lib/build
|
|
torch/lib/tmp_install
|
|
torch/lib/include
|
|
torch/lib/torch_shm_manager
|
|
torch/csrc/cudnn/cuDNN.cpp
|
|
torch/csrc/nn/THNN.cwrap
|
|
torch/csrc/nn/THNN.cpp
|
|
torch/csrc/nn/THCUNN.cwrap
|
|
torch/csrc/nn/THCUNN.cpp
|
|
torch/csrc/nn/THNN_generic.cwrap
|
|
torch/csrc/nn/THNN_generic.cpp
|
|
torch/csrc/nn/THNN_generic.h
|
|
docs/src/**/*
|
|
test/data/legacy_modules.t7
|
|
test/htmlcov
|
|
test/.coverage
|
|
*/*.pyc
|
|
*/**/*.pyc
|
|
*/**/**/*.pyc
|
|
*/**/**/**/*.pyc
|
|
*/**/**/**/**/*.pyc
|
|
*/*.so*
|
|
*/**/*.so*
|
|
*/**/*.dylib*
|