pub fn decode_proto_v2<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    bytes: &T0
) -> Result<[TensorHandle<'a>; 2]>
Expand description

Shorthand for DecodeProtoV2::new().call(&ctx, &bytes).

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