Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dinitializers_test.py34 def _compute_fans(shape): function
117 fan_in, _ = _compute_fans(tensor_shape)
128 fan_in, fan_out = _compute_fans(tensor_shape)
139 fan_in, _ = _compute_fans(tensor_shape)
150 fan_in, _ = _compute_fans(tensor_shape)
161 fan_in, fan_out = _compute_fans(tensor_shape)
172 fan_in, _ = _compute_fans(tensor_shape)
/external/tensorflow/tensorflow/python/ops/
Dinit_ops_test.py104 fan_in, _ = init_ops._compute_fans(tensor_shape)
116 fan_in, fan_out = init_ops._compute_fans(tensor_shape)
128 fan_in, _ = init_ops._compute_fans(tensor_shape)
140 fan_in, _ = init_ops._compute_fans(tensor_shape)
152 fan_in, fan_out = init_ops._compute_fans(tensor_shape)
164 fan_in, _ = init_ops._compute_fans(tensor_shape)
Dinit_ops_v2_test.py532 fan_in, fan_out = init_ops_v2._compute_fans(shape)
543 fan_in, fan_out = init_ops_v2._compute_fans(shape)
557 fan_in, _ = init_ops_v2._compute_fans(shape)
568 fan_in, _ = init_ops_v2._compute_fans(shape)
576 fan_in, _ = init_ops_v2._compute_fans(shape)
587 fan_in, _ = init_ops_v2._compute_fans(shape)
Dinit_ops_v2.py32 from tensorflow.python.ops.init_ops import _compute_fans
582 fan_in, fan_out = _compute_fans(shape)
Dinit_ops.py501 fan_in, fan_out = _compute_fans(scale_shape)
1401 def _compute_fans(shape): function
/external/tensorflow/tensorflow/python/keras/initializers/
Dinitializers_v2.py509 fan_in, fan_out = _compute_fans(shape)
995 def _compute_fans(shape): function