Function cntk::ops::nce_loss
[−]
[src]
pub fn nce_loss<T: Into<Variable>, U: Into<Variable>, V: Into<Variable>, W: Into<Variable>, X: Into<Variable>>(
weights: T,
biases: U,
inputs: V,
labels: W,
noise_weights: X,
num_samples: usize
) -> Function