From bf52afe1d0d4a6f28bbea3012f3b78687dc0f129 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 6 Mar 2016 18:09:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 4f33698cf3..4109bf1f7c 100644 --- a/notes.md +++ b/notes.md @@ -65,3 +65,4 @@ 2016-03-06T03:59:00 - Implementing approach from a new paper read last night (onnxruntime) 2016-03-06T18:20:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2016-03-06T20:36:00 - Minor doc updates: linking to article on quantization (onnxruntime) +2016-03-06T18:09:00 - Refactor for clarity, might break a few tests though (onnxruntime)