Module: tf.contrib.cudnn_rnn
Stay organized with collections
Save and categorize content based on your preferences.
Ops for fused Cudnn RNN models.
Classes
class CudnnCompatibleGRUCell
: Cudnn Compatible GRUCell.
class CudnnCompatibleLSTMCell
: Cudnn Compatible LSTMCell.
class CudnnGRU
: Cudnn implementation of the GRU layer.
class CudnnGRUSaveable
: SaveableObject implementation handling Cudnn GRU opaque params.
class CudnnLSTM
: Cudnn implementation of LSTM layer.
class CudnnLSTMSaveable
: SaveableObject implementation handling Cudnn LSTM opaque params.
class CudnnParamsFormatConverterGRU
: Helper class that converts between params of Cudnn and TF GRU.
class CudnnParamsFormatConverterLSTM
: Helper class that converts between params of Cudnn and TF LSTM.
class CudnnParamsFormatConverterRelu
: Helper class that converts between params of Cudnn and TF Relu RNN.
class CudnnParamsFormatConverterTanh
: Helper class that converts between params of Cudnn and TF Tanh RNN.
class CudnnRNNRelu
: Cudnn implementation of the RNN-relu layer.
class CudnnRNNReluSaveable
: SaveableObject implementation handling Cudnn LSTM opaque params.
class CudnnRNNTanh
: Cudnn implementation of the RNN-tanh layer.
class CudnnRNNTanhSaveable
: SaveableObject implementation handling Cudnn LSTM opaque params.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-10-01 UTC."],[],[],null,["# Module: tf.contrib.cudnn_rnn\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/contrib/cudnn_rnn/__init__.py) |\n\nOps for fused Cudnn RNN models.\n\nClasses\n-------\n\n[`class CudnnCompatibleGRUCell`](../../tf/contrib/cudnn_rnn/CudnnCompatibleGRUCell): Cudnn Compatible GRUCell.\n\n[`class CudnnCompatibleLSTMCell`](../../tf/contrib/cudnn_rnn/CudnnCompatibleLSTMCell): Cudnn Compatible LSTMCell.\n\n[`class CudnnGRU`](../../tf/contrib/cudnn_rnn/CudnnGRU): Cudnn implementation of the GRU layer.\n\n[`class CudnnGRUSaveable`](../../tf/contrib/cudnn_rnn/CudnnGRUSaveable): SaveableObject implementation handling Cudnn GRU opaque params.\n\n[`class CudnnLSTM`](../../tf/contrib/cudnn_rnn/CudnnLSTM): Cudnn implementation of LSTM layer.\n\n[`class CudnnLSTMSaveable`](../../tf/contrib/cudnn_rnn/CudnnLSTMSaveable): SaveableObject implementation handling Cudnn LSTM opaque params.\n\n[`class CudnnParamsFormatConverterGRU`](../../tf/contrib/cudnn_rnn/CudnnParamsFormatConverterGRU): Helper class that converts between params of Cudnn and TF GRU.\n\n[`class CudnnParamsFormatConverterLSTM`](../../tf/contrib/cudnn_rnn/CudnnParamsFormatConverterLSTM): Helper class that converts between params of Cudnn and TF LSTM.\n\n[`class CudnnParamsFormatConverterRelu`](../../tf/contrib/cudnn_rnn/CudnnParamsFormatConverterRelu): Helper class that converts between params of Cudnn and TF Relu RNN.\n\n[`class CudnnParamsFormatConverterTanh`](../../tf/contrib/cudnn_rnn/CudnnParamsFormatConverterTanh): Helper class that converts between params of Cudnn and TF Tanh RNN.\n\n[`class CudnnRNNRelu`](../../tf/contrib/cudnn_rnn/CudnnRNNRelu): Cudnn implementation of the RNN-relu layer.\n\n[`class CudnnRNNReluSaveable`](../../tf/contrib/cudnn_rnn/CudnnRNNReluSaveable): SaveableObject implementation handling Cudnn LSTM opaque params.\n\n[`class CudnnRNNTanh`](../../tf/contrib/cudnn_rnn/CudnnRNNTanh): Cudnn implementation of the RNN-tanh layer.\n\n[`class CudnnRNNTanhSaveable`](../../tf/contrib/cudnn_rnn/CudnnRNNTanhSaveable): SaveableObject implementation handling Cudnn LSTM opaque params."]]