Home
last modified time | relevance | path

Searched refs:_cudnn_to_tf_weights (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/
Dcudnn_rnn_ops.py386 def _cudnn_to_tf_weights(self, *cu_weights): member in CudnnParamsFormatConverter
416 def _cudnn_to_tf_weights(self, *cu_weights): member in CudnnParamsFormatConverterLSTM
487 (w,) = self._cudnn_to_tf_weights(*cu_weights)
501 def _cudnn_to_tf_weights(self, *cu_weights): member in CudnnParamsFormatConverterGRU
559 W_ir, w_h, r_h = self._cudnn_to_tf_weights(*cu_weights)
569 def _cudnn_to_tf_weights(self, *cu_weights): member in CudnnParamsFormatConverterBasic