Searched refs:_compute_fans (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/keras/ |
D | initializers_test.py | 86 fan_in, _ = init_ops._compute_fans(tensor_shape) 97 fan_in, fan_out = init_ops._compute_fans(tensor_shape) 108 fan_in, _ = init_ops._compute_fans(tensor_shape) 119 fan_in, _ = init_ops._compute_fans(tensor_shape) 130 fan_in, fan_out = init_ops._compute_fans(tensor_shape) 141 fan_in, _ = init_ops._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 | 444 fan_in, fan_out = init_ops_v2._compute_fans(shape) 455 fan_in, fan_out = init_ops_v2._compute_fans(shape) 469 fan_in, _ = init_ops_v2._compute_fans(shape) 480 fan_in, _ = init_ops_v2._compute_fans(shape) 491 fan_in, _ = init_ops_v2._compute_fans(shape) 502 fan_in, _ = init_ops_v2._compute_fans(shape)
|
D | init_ops_v2.py | 418 fan_in, fan_out = _compute_fans(scale_shape) 723 def _compute_fans(shape): function
|
D | init_ops.py | 527 fan_in, fan_out = _compute_fans(scale_shape) 1425 def _compute_fans(shape): function
|