Function tensorflow::ops::bias_add_v1

source ·
pub fn bias_add_v1<O0: Into<Output>, O1: Into<Output>>(
    value: O0,
    bias: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for BiasAddV1::new().build(value, bias, scope).