Function tensorflow::ops::batch

source ·
pub fn batch<O0: Into<Output>>(
    in_tensors: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for Batch::new().build(in_tensors, scope).