Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dinitializers_test.py86 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/
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.py444 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)
Dinit_ops_v2.py418 fan_in, fan_out = _compute_fans(scale_shape)
723 def _compute_fans(shape): function
Dinit_ops.py527 fan_in, fan_out = _compute_fans(scale_shape)
1425 def _compute_fans(shape): function