From b66b4faeb1ee286230ad9332a87065f139474f11 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 17 Aug 2024 03:31:00 +0200 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 cec43655f7..dad37290f7 100644 --- a/notes.md +++ b/notes.md @@ -315,3 +315,4 @@ 2024-08-14T05:33:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) 2024-08-14T20:35:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2024-08-14T05:48:00 - Refactor for clarity, might break a few tests though (onnxruntime) +2024-08-17T03:31:00 - Refactor for clarity, might break a few tests though (onnxruntime)