Intelegentny_Pszczelarz/.venv/Lib/site-packages/tensorflow_estimator/__init__.py

15 lines
537 B
Python
Raw Normal View History

2023-06-19 00:49:18 +02:00
# This file is MACHINE GENERATED! Do not edit.
# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
"""Public API for tf. namespace.
"""
import sys as _sys
from tensorflow_estimator._api.v1 import estimator
from tensorflow.python.util import module_wrapper as _module_wrapper
if not isinstance(_sys.modules[__name__], _module_wrapper.TFModuleWrapper):
_sys.modules[__name__] = _module_wrapper.TFModuleWrapper(
_sys.modules[__name__], "", public_apis=None, deprecation=True,
has_lite=False)