pub fn for_data(
symbol_table: &SymbolScope,
filename: &str,
reader: impl Read + Seek,
) -> TractResult<(Option<String>, InferenceFact)>
Expand description
Parses the data
command-line argument.
pub fn for_data(
symbol_table: &SymbolScope,
filename: &str,
reader: impl Read + Seek,
) -> TractResult<(Option<String>, InferenceFact)>
Parses the data
command-line argument.