Function tensorflow::ops::softmax_cross_entropy_with_logits
source · pub fn softmax_cross_entropy_with_logits<O0: Into<Output>, O1: Into<Output>>(
features: O0,
labels: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SoftmaxCrossEntropyWithLogits::new().build(features, labels, scope)
.