LostTech.TensorFlow : API Documentation

Type CudnnParamsFormatConverterLSTM

Namespace tensorflow.contrib.cudnn_rnn

Parent CudnnParamsFormatConverter

Interfaces ICudnnParamsFormatConverterLSTM

Helper class that converts between params of Cudnn and TF LSTM.

Methods

Properties

Public instance methods

ValueTuple<IList<object>, object, object> opaque_to_tf_canonical(IGraphNodeBase opaque_param)

object opaque_to_tf_canonical_dyn(object opaque_param)

Tensor tf_canonical_to_opaque(IEnumerable<object> tf_canonicals, IEnumerable<object> weights_proj)

object tf_canonical_to_opaque_dyn(object tf_canonicals, object weights_proj)

Public properties

object PythonObject get;