pub fn decode_padded_raw<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input_bytes: &T0,
    fixed_length: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for DecodePaddedRaw::new().call(&ctx, &input_bytes, &fixed_length).

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