Searched refs:init_bound (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/ |
D | lstm_ops_test.py | 98 def _get_initializer(init_bound, dtype, seed): argument 101 -init_bound, init_bound, dtype=dtype, seed=seed) 104 -init_bound, init_bound, dtype=dtype, seed=seed) 120 init_bound = 1e-1 if dtype == dtypes.float16 else 1e-2 121 initializer = _get_initializer(init_bound, dtype=dtype, seed=19890212)
|