pub fn window_op<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    inputs: &T0
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for WindowOp::new().call(&ctx, &inputs).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/WindowOp