From 0828cd5a8cef56ea2165e8d15f286d241d034ad9 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 6 Jul 2016 17:54:00 +0200 Subject: [PATCH] Minor doc updates: linking to article on quantization (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index d591b224b..4f8c3f579 100644 --- a/notes.md +++ b/notes.md @@ -60,3 +60,4 @@ 2016-06-21T22:18:00 - Refactor for clarity, might break a few tests though (transformers) 2016-07-06T17:28:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (transformers) 2016-07-06T21:43:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (transformers) +2016-07-06T17:54:00 - Minor doc updates: linking to article on quantization (transformers)