Import tensorflow

This commit is contained in:
2026-02-15 21:45:42 -08:00
parent f3e8b90764
commit c530630153
20524 changed files with 9017694 additions and 25 deletions
@@ -0,0 +1,11 @@
Metadata-Version: 2.4
Name: namex
Version: 0.1.0
Summary: A simple utility to separate the implementation of your Python package and its public API surface.
Author: Francois Chollet
Author-email: francois.chollet@gmail.com
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: license-file
Dynamic: summary
@@ -0,0 +1,14 @@
namex-0.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
namex-0.1.0.dist-info/METADATA,sha256=8ZOT0RcZppKFiTN9pPVwA2aPlsMJqDgjl7pOdjHCtNs,322
namex-0.1.0.dist-info/RECORD,,
namex-0.1.0.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
namex-0.1.0.dist-info/licenses/LICENSE,sha256=Ka6pTujX94si0vfqYm-lE9zkf-sX-GwUMOwNVuPkCn8,548
namex-0.1.0.dist-info/top_level.txt,sha256=wjSidfWJoCsbd9-GJdmMvAUTYGpRR7clW26xK0WbPUQ,6
namex/__init__.py,sha256=_Yz5JIy3h2oXqki99ieRNfajFfWk7wJQOV08wdnglKY,121
namex/__pycache__/__init__.cpython-311.pyc,,
namex/__pycache__/convert.cpython-311.pyc,,
namex/__pycache__/export.cpython-311.pyc,,
namex/__pycache__/generate.cpython-311.pyc,,
namex/convert.py,sha256=ZGv7O0RmtCQrfwysfXLOAKoscr049rOYGfhFejnQccs,3039
namex/export.py,sha256=aDTcYKgoPZBuaTerIhM9b1mhd_YPlcaqMs0imcuvvPo,2221
namex/generate.py,sha256=TZaTsvh-QM11BzOLPKTipai_2Itz9xrFrAGIKXiDDoo,6036
@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: setuptools (80.8.0)
Root-Is-Purelib: true
Tag: py3-none-any
@@ -0,0 +1,13 @@
Copyright 2023 fchollet
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.