From 88e11dbe40632d0563c86c82a3095e34f79b5838 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 31 Jan 2024 22:44: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 f030734a68..5a18843430 100644 --- a/notes.md +++ b/notes.md @@ -279,3 +279,4 @@ 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) +2024-01-31T22:44:00 - Refactor for clarity, might break a few tests though (onnxruntime)