Template Function xf::cv::store_in_UramNN

Function Documentation

Warning

doxygenfunction: Unable to resolve function “xf::cv::store_in_UramNN” with arguments “(XF_TNAME(DEPTH, NPC), ap_uint<16>, ap_uint<16>, ap_uint<64>)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expected identifier in nested name, got keyword: void [error at 72] template<int COLS, int PLANES, int STORE_LINES, int DEPTH, int NPC> void store_in_UramNN (XF_TNAME(DEPTH, NPC) in_pixel, ap_uint< 16 > i, ap_uint< 16 > j, ap_uint< 64 > bufUram[PLANES][STORE_LINES][(COLS+7)/8]) ————————————————————————^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 89] template<int COLS, int PLANES, int STORE_LINES, int DEPTH, int NPC> void store_in_UramNN (XF_TNAME(DEPTH, NPC) in_pixel, ap_uint< 16 > i, ap_uint< 16 > j, ap_uint< 64 > bufUram[PLANES][STORE_LINES][(COLS+7)/8]) —————————————————————————————–^ If declarator-id: Invalid C++ declaration: Expecting “,” or “)” in parameters-and-qualifiers, got “i”. [error at 111] template<int COLS, int PLANES, int STORE_LINES, int DEPTH, int NPC> void store_in_UramNN (XF_TNAME(DEPTH, NPC) in_pixel, ap_uint< 16 > i, ap_uint< 16 > j, ap_uint< 64 > bufUram[PLANES][STORE_LINES][(COLS+7)/8]) —————————————————————————————————————^