Skip to content

Commit ef90958

Browse files
committed
Unimplemented function for saving and loading model file from SD card in N2Coprocessor class.
1 parent 21153ed commit ef90958

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/n2cmu.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,12 @@ class N2Coprocessor {
528528
* @param outputGrad Array to store output neuron gradients.
529529
*/
530530
void getOutputGradient(float* outputGrad);
531+
532+
// Not yet implemented.
533+
void loadFromFile(const char *modelFilename);
534+
535+
// Not yet implemented.
536+
void saveToFile(const char* modelFilename);
531537
};
532538

533539
#endif

0 commit comments

Comments
 (0)