| 71 | }; |
| 72 | |
| 73 | void DataFeed::init(std::vector<std::vector<int64_t>> *test_input, |
| 74 | std::vector<int> *test_label) { |
| 75 | _test_input = test_input; |
| 76 | _test_label = test_label; |
| 77 | } |
| 78 | |
| 79 | bool set_file(const char *filename) { |
| 80 | std::ifstream ifs(filename); |