Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 23, 2020 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/aeb9b6ba85f4816ecabb0c816314da93 to your computer and use it in GitHub Desktop.
Save r-ryantm/aeb9b6ba85f4816ecabb0c816314da93 to your computer and use it in GitHub Desktop.
/nix/store/bi683f6gxpa617nql56rfhff3kskwpcz-python3.7-opt_einsum-3.2.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── opt_einsum
│   │   ├── backends
│   │   │   ├── cupy.py
│   │   │   ├── dispatch.py
│   │   │   ├── __init__.py
│   │   │   ├── jax.py
│   │   │   ├── __pycache__
│   │   │   │   ├── cupy.cpython-37.pyc
│   │   │   │   ├── dispatch.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── jax.cpython-37.pyc
│   │   │   │   ├── tensorflow.cpython-37.pyc
│   │   │   │   ├── theano.cpython-37.pyc
│   │   │   │   └── torch.cpython-37.pyc
│   │   │   ├── tensorflow.py
│   │   │   ├── theano.py
│   │   │   └── torch.py
│   │   ├── blas.py
│   │   ├── contract.py
│   │   ├── helpers.py
│   │   ├── __init__.py
│   │   ├── parser.py
│   │   ├── path_random.py
│   │   ├── paths.py
│   │   ├── __pycache__
│   │   │   ├── blas.cpython-37.pyc
│   │   │   ├── contract.cpython-37.pyc
│   │   │   ├── helpers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── parser.cpython-37.pyc
│   │   │   ├── path_random.cpython-37.pyc
│   │   │   ├── paths.cpython-37.pyc
│   │   │   ├── sharing.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── sharing.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_backends.cpython-37.pyc
│   │   │   │   ├── test_blas.cpython-37.pyc
│   │   │   │   ├── test_contract.cpython-37.pyc
│   │   │   │   ├── test_edge_cases.cpython-37.pyc
│   │   │   │   ├── test_input.cpython-37.pyc
│   │   │   │   ├── test_paths.cpython-37.pyc
│   │   │   │   └── test_sharing.cpython-37.pyc
│   │   │   ├── test_backends.py
│   │   │   ├── test_blas.py
│   │   │   ├── test_contract.py
│   │   │   ├── test_edge_cases.py
│   │   │   ├── test_input.py
│   │   │   ├── test_paths.py
│   │   │   └── test_sharing.py
│   │   └── _version.py
│   └── opt_einsum-3.2.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
11 directories, 56 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment