Searched refs:_compute_fans (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/keras/ |
D | initializers_test.py | 34 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/ |
D | init_ops_test.py | 104 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)
|
D | init_ops_v2_test.py | 532 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)
|
D | init_ops_v2.py | 32 from tensorflow.python.ops.init_ops import _compute_fans 582 fan_in, fan_out = _compute_fans(shape)
|
D | init_ops.py | 501 fan_in, fan_out = _compute_fans(scale_shape) 1401 def _compute_fans(shape): function
|
/external/tensorflow/tensorflow/python/keras/initializers/ |
D | initializers_v2.py | 509 fan_in, fan_out = _compute_fans(shape) 995 def _compute_fans(shape): function
|