OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
opennn::CsvReader::Result Struct Reference

Parsed CSV result; owns the source buffer that backs all row views. More...

#include <io_utilities.h>

Public Attributes

string buffer
 
vector< vector< string_view > > rows
 

Detailed Description

Parsed CSV result; owns the source buffer that backs all row views.

Member Data Documentation

◆ buffer

string opennn::CsvReader::Result::buffer

◆ rows

vector<vector<string_view> > opennn::CsvReader::Result::rows