Function tensorflow::ops::broadcast_to
source · pub fn broadcast_to<O0: Into<Output>, O1: Into<Output>>(
input: O0,
shape: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for BroadcastTo::new().build(input, shape, scope)
.