Function tensorflow::ops::neg_train
source · pub fn neg_train<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
w_in: O0,
w_out: O1,
examples: O2,
labels: O3,
lr: O4,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for NegTrain::new().build(w_in, w_out, examples, labels, lr, scope)
.