Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorflow/_api/v2/compat/v1/nn/rnn_cell/__init__.py: 100%

12 statements  

« prev     ^ index     » next       coverage.py v7.4.0, created at 2024-01-03 07:57 +0000

1# This file is MACHINE GENERATED! Do not edit. 

2# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script. 

3"""Module for constructing RNN Cells. 

4""" 

5 

6import sys as _sys 

7 

8from tensorflow.python.keras.layers.legacy_rnn.rnn_cell_impl import BasicLSTMCell 

9from tensorflow.python.keras.layers.legacy_rnn.rnn_cell_impl import BasicRNNCell 

10from tensorflow.python.keras.layers.legacy_rnn.rnn_cell_impl import DeviceWrapper 

11from tensorflow.python.keras.layers.legacy_rnn.rnn_cell_impl import DropoutWrapper 

12from tensorflow.python.keras.layers.legacy_rnn.rnn_cell_impl import GRUCell 

13from tensorflow.python.keras.layers.legacy_rnn.rnn_cell_impl import LSTMCell 

14from tensorflow.python.keras.layers.legacy_rnn.rnn_cell_impl import LSTMStateTuple 

15from tensorflow.python.keras.layers.legacy_rnn.rnn_cell_impl import MultiRNNCell 

16from tensorflow.python.keras.layers.legacy_rnn.rnn_cell_impl import RNNCell 

17from tensorflow.python.keras.layers.legacy_rnn.rnn_cell_impl import ResidualWrapper