tf.contrib.losses.get_total_loss

View source on GitHub

Returns a tensor whose value represents the total loss. (deprecated)

Notice that the function adds the given losses to the regularization losses.

add_regularization_losses A boolean indicating whether or not to use the regularization losses in the sum.
name The name of the returned tensor.

A Tensor whose value represents the total loss.

ValueError if losses is not iterable.