Skip to content

Commit

Permalink
Unimplemented function for saving and loading model file from SD card…
Browse files Browse the repository at this point in the history
… in N2Coprocessor class.
  • Loading branch information
nthnn committed May 1, 2024
1 parent 21153ed commit ef90958
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/n2cmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,12 @@ class N2Coprocessor {
* @param outputGrad Array to store output neuron gradients.
*/
void getOutputGradient(float* outputGrad);

// Not yet implemented.
void loadFromFile(const char *modelFilename);

// Not yet implemented.
void saveToFile(const char* modelFilename);
};

#endif

0 comments on commit ef90958

Please sign in to comment.