Function tensorflow::ops::bias_add
source · pub fn bias_add<O0: Into<Output>, O1: Into<Output>>(
value: O0,
bias: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for BiasAdd::new().build(value, bias, scope)
.