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