Function tensorflow::ops::window_op

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

Shorthand for WindowOp::new().build(inputs, scope).