From a02c2ce981b320770543f19c941f4107bab3c950 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 19 Mar 2018 06:26: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 44782011b4..73ab887772 100644 --- a/notes.md +++ b/notes.md @@ -113,3 +113,4 @@ 2018-02-24T19:32:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) 2018-03-19T07:14:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2018-03-19T17:30:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) +2018-03-19T06:26:00 - Refactor for clarity, might break a few tests though (onnxruntime)