Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. /nix/store/jrcfx764q6w6l4bk3i3vihk48kxlcsh5-python3.7-opt_einsum-3.0.1
  2. ├── lib
  3. │   └── python3.7
  4. │   └── site-packages
  5. │   ├── opt_einsum
  6. │   │   ├── backends
  7. │   │   │   ├── cupy.py
  8. │   │   │   ├── dispatch.py
  9. │   │   │   ├── __init__.py
  10. │   │   │   ├── jax.py
  11. │   │   │   ├── __pycache__
  12. │   │   │   │   ├── cupy.cpython-37.pyc
  13. │   │   │   │   ├── dispatch.cpython-37.pyc
  14. │   │   │   │   ├── __init__.cpython-37.pyc
  15. │   │   │   │   ├── jax.cpython-37.pyc
  16. │   │   │   │   ├── tensorflow.cpython-37.pyc
  17. │   │   │   │   ├── theano.cpython-37.pyc
  18. │   │   │   │   └── torch.cpython-37.pyc
  19. │   │   │   ├── tensorflow.py
  20. │   │   │   ├── theano.py
  21. │   │   │   └── torch.py
  22. │   │   ├── blas.py
  23. │   │   ├── contract.py
  24. │   │   ├── helpers.py
  25. │   │   ├── __init__.py
  26. │   │   ├── parser.py
  27. │   │   ├── path_random.py
  28. │   │   ├── paths.py
  29. │   │   ├── __pycache__
  30. │   │   │   ├── blas.cpython-37.pyc
  31. │   │   │   ├── contract.cpython-37.pyc
  32. │   │   │   ├── helpers.cpython-37.pyc
  33. │   │   │   ├── __init__.cpython-37.pyc
  34. │   │   │   ├── parser.cpython-37.pyc
  35. │   │   │   ├── path_random.cpython-37.pyc
  36. │   │   │   ├── paths.cpython-37.pyc
  37. │   │   │   ├── sharing.cpython-37.pyc
  38. │   │   │   └── _version.cpython-37.pyc
  39. │   │   ├── sharing.py
  40. │   │   ├── tests
  41. │   │   │   ├── __init__.py
  42. │   │   │   ├── __pycache__
  43. │   │   │   │   ├── __init__.cpython-37.pyc
  44. │   │   │   │   ├── test_backends.cpython-37.pyc
  45. │   │   │   │   ├── test_blas.cpython-37.pyc
  46. │   │   │   │   ├── test_contract.cpython-37.pyc
  47. │   │   │   │   ├── test_edge_cases.cpython-37.pyc
  48. │   │   │   │   ├── test_input.cpython-37.pyc
  49. │   │   │   │   ├── test_paths.cpython-37.pyc
  50. │   │   │   │   └── test_sharing.cpython-37.pyc
  51. │   │   │   ├── test_backends.py
  52. │   │   │   ├── test_blas.py
  53. │   │   │   ├── test_contract.py
  54. │   │   │   ├── test_edge_cases.py
  55. │   │   │   ├── test_input.py
  56. │   │   │   ├── test_paths.py
  57. │   │   │   └── test_sharing.py
  58. │   │   └── _version.py
  59. │   └── opt_einsum-3.0.1.dist-info
  60. │   ├── INSTALLER
  61. │   ├── LICENSE
  62. │   ├── METADATA
  63. │   ├── RECORD
  64. │   ├── top_level.txt
  65. │   ├── WHEEL
  66. │   └── zip-safe
  67. └── nix-support
  68. └── propagated-build-inputs
  69.  
  70. 11 directories, 56 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement