Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent_v2.py414 params = _canonical_to_params(
683 def _canonical_to_params(weights, biases, shape, transpose_weights=False): function
799 params = _canonical_to_params(
Dcudnn_recurrent.py278 params = recurrent_v2._canonical_to_params( # pylint: disable=protected-access
473 params = recurrent_v2._canonical_to_params( # pylint: disable=protected-access