Function tensorflow::ops::decode_csv
source · pub fn decode_csv<O0: Into<Output>, O1: Into<Output>>(
records: O0,
record_defaults: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for DecodeCSV::new().build(records, record_defaults, scope)
.