Helper function to do batch normalziation :param input_layer: 4D tensor :param dimension: input_layer.get_shape().as_list()[-1]. The depth of the 4D tensor :return: the 4D tensor after being normalized
(input_layer, dimension)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected