MCPcopy Create free account
hub / github.com/LBANN/lbann / fetch_response

Method fetch_response

src/data_readers/data_reader_mesh.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97bool 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
104void mesh_reader::load_file(int data_id, const std::string channel, Mat& mat)
105{

Callers

nothing calls this directly

Calls 3

ViewFunction · 0.85
IRClass · 0.85
load_fileFunction · 0.85

Tested by

no test coverage detected