Intelegentny_Pszczelarz/.venv/Lib/site-packages/tensorflow_estimator/_api/v1/estimator/inputs/__init__.py
2023-06-19 00:49:18 +02:00

16 lines
680 B
Python

# This file is MACHINE GENERATED! Do not edit.
# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
"""Utility methods to create simple input_fns.
"""
import sys as _sys
from tensorflow_estimator.python.estimator.inputs.numpy_io import numpy_input_fn
from tensorflow_estimator.python.estimator.inputs.pandas_io import pandas_input_fn
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__], "estimator.inputs", public_apis=None, deprecation=True,
has_lite=False)