|
micrograd 0.1.0
Small C implementation of micrograd
|
Snapshot of a graph's allocation state. More...
#include <value.h>
Data Fields | |
| mg_value * | values |
| size_t | len |
Snapshot of a graph's allocation state.
Use a checkpoint with mg_graph_restore to roll a graph back to an earlier state.
| size_t mg_graph_checkpoint::len |
Number of values at the checkpoint.
| mg_value* mg_graph_checkpoint::values |
Head value at the checkpoint.