pub fn batch_matrix_band_part<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input: &T0,
    num_lower: &T1,
    num_upper: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for BatchMatrixBandPart::new().call(&ctx, &input, &num_lower, &num_upper).

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