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