tensorflow::ops

Function compute_batch_size

Source
pub fn compute_batch_size<O0: Into<Output>>(
    input_dataset: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for ComputeBatchSize::new().build(input_dataset, scope).