| 95 | } |
| 96 | |
| 97 | bool mesh_reader::fetch_response(CPUMat& Y, int data_id, int mb_idx) |
| 98 | { |
| 99 | Mat Y_view = El::View(Y, El::ALL, El::IR(mb_idx)); |
| 100 | load_file(data_id, m_target_name, Y_view); |
| 101 | return true; |
| 102 | } |
| 103 | |
| 104 | void mesh_reader::load_file(int data_id, const std::string channel, Mat& mat) |
| 105 | { |