Function cntk::ops::cross_entropy_with_softmax
[−]
[src]
pub fn cross_entropy_with_softmax<T: Into<Variable>, U: Into<Variable>>(
x: T,
y: U
) -> Function