diff options
Diffstat (limited to 'commands.gdb')
-rw-r--r-- | commands.gdb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/commands.gdb b/commands.gdb new file mode 100644 index 0000000..9161580 --- /dev/null +++ b/commands.gdb @@ -0,0 +1,4 @@ +break nn.c:68 + commands + p *net_out@labels_shape[1]*labels_shape[0] + end |