TensorArray 0.0.3__cp38-cp38-manylinux_2_24_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tensor_array/core/libtensorarray_core.so +0 -0
- tensor_array/core/tensor2.cpython-38-x86_64-linux-gnu.so +0 -0
- tensorarray-0.0.3.dist-info/LICENSE +21 -0
- tensorarray-0.0.3.dist-info/METADATA +33 -0
- tensorarray-0.0.3.dist-info/RECORD +7 -0
- tensorarray-0.0.3.dist-info/WHEEL +5 -0
- tensorarray-0.0.3.dist-info/top_level.txt +1 -0
Binary file
|
Binary file
|
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2024 TensorArray-Creators
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
@@ -0,0 +1,33 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: TensorArray
|
3
|
+
Version: 0.0.3
|
4
|
+
Summary: A machine learning package
|
5
|
+
Home-page: https://github.com/Tensor-Array/Tensor-Array-Python
|
6
|
+
License: MIT
|
7
|
+
Classifier: Development Status :: 2 - Pre-Alpha
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
9
|
+
Classifier: Programming Language :: Python :: 3.9
|
10
|
+
Classifier: Programming Language :: Python :: 3.10
|
11
|
+
Classifier: Programming Language :: Python :: 3.11
|
12
|
+
Classifier: Programming Language :: Python :: 3.12
|
13
|
+
Classifier: Programming Language :: Python :: 3.13
|
14
|
+
Classifier: License :: OSI Approved :: MIT License
|
15
|
+
Classifier: Environment :: GPU :: NVIDIA CUDA :: 12
|
16
|
+
Requires-Python: >=3.8
|
17
|
+
License-File: LICENSE
|
18
|
+
|
19
|
+
# Tensor Array Python
|
20
|
+
[](https://pypi.org/project/TensorArray/)
|
21
|
+
[](https://pypi.org/project/TensorArray/)
|
22
|
+
[](https://pypi.org/project/TensorArray/)
|
23
|
+
[](https://pypi.org/project/TensorArray/)
|
24
|
+
[](#)
|
25
|
+
|
26
|
+
This machine learning library using [Tensor-Array](https://github.com/Tensor-Array/Tensor-Array) library
|
27
|
+
|
28
|
+
This project is still in alpha version, we are trying to make this look like the main framework but it is easier to code.
|
29
|
+
|
30
|
+
## How to install Tensor-Array python version.
|
31
|
+
```shell
|
32
|
+
$ pip install TensorArray
|
33
|
+
```
|
@@ -0,0 +1,7 @@
|
|
1
|
+
tensor_array/core/libtensorarray_core.so,sha256=B7DJLUBft_3TJnD9d-UlEmaLjXo3jBLfF3zA4mdw_pw,10608848
|
2
|
+
tensor_array/core/tensor2.cpython-38-x86_64-linux-gnu.so,sha256=eymWpwafyEFbow8biVdbxwf7q_G88WjbaU1gYb9ZCbc,291488
|
3
|
+
tensorarray-0.0.3.dist-info/LICENSE,sha256=dwa4jJce6OUzSE8wx_T1u7gJHRszgJnb5pBLrz__xkk,1077
|
4
|
+
tensorarray-0.0.3.dist-info/METADATA,sha256=yd4o0TBPccrxInNpTW1cZ_HnICXhMOaJB6W5qLzT4wU,1464
|
5
|
+
tensorarray-0.0.3.dist-info/WHEEL,sha256=rxKmMK2tk-0XikPyvYWdvWiQiwwfnpvkbvkHpHVHavU,102
|
6
|
+
tensorarray-0.0.3.dist-info/top_level.txt,sha256=Wyo6jK02SSgm-FRsmAEOSaNT047ui7wsOrWOOL2b2ZQ,26
|
7
|
+
tensorarray-0.0.3.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
tensor_array/core/tensor2
|