Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers.py444 batch_weights=None, argument
575 batch_weights is None and not renorm and rank in [2, 4] and
611 if (batch_weights is None and
682 if batch_weights is not None:
683 batch_weights = ops.convert_to_tensor(batch_weights)
684 inputs_shape[0:1].assert_is_compatible_with(batch_weights.get_shape())
687 batch_weights = array_ops.reshape(batch_weights, nshape)
772 if batch_weights is None:
782 inputs, moments_axes, batch_weights, keepdims=True)
787 batch_weights)