From 6843bbf84bc8420d4fbe91edfcfcdae999bb700c Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 31 Jan 2024 06:37: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 6bf5fd67bb..f030734a68 100644 --- a/notes.md +++ b/notes.md @@ -278,3 +278,4 @@ 2023-12-24T20:54:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2023-12-24T01:09:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) 2024-01-31T03:52:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) +2024-01-31T06:37:00 - Refactor for clarity, might break a few tests though (onnxruntime)