pub fn decode_csv<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    records: &T0,
    record_defaults: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for DecodeCSV::new().call(&ctx, &records, &record_defaults).

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