-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathverify_output.txt
More file actions
52 lines (52 loc) · 1.69 KB
/
Copy pathverify_output.txt
File metadata and controls
52 lines (52 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
STEP 1/10
PASS: proto present
PASS: service source present
PASS: depth1 CKKS source present
STEP 2/10
PASS: found /home/raghavp/BTP/proto/inference.proto
PASS: service declared
PASS: timing field deserialization_us=1
PASS: timing field multiply_plain_us=2
PASS: timing field rotation_hoisting_us=3
PASS: timing field serialization_us=4
PASS: timing field total_inference_us=5
STEP 3/10
PASS: found /home/raghavp/BTP/vendor_server/src/inference_service.cpp
PASS: deserialization timer set
PASS: multiply_plain timer set
PASS: rotation timer set
PASS: serialization timer set
PASS: total timer set
STEP 4/10
PASS: found /home/raghavp/BTP/vendor_server/include/ckks_context.h
PASS: found /home/raghavp/BTP/vendor_server/src/ckks_context.cpp
PASS: depth1 poly degree is 8192
PASS: depth1 coeff modulus matches
PASS: depth1 noise sanity check present
PASS: SEAL members declared in header
STEP 5/10
PASS: found /home/raghavp/BTP/vendor_server/src/ckks_context_depth2.cpp
PASS: depth2 poly degree is 16384
PASS: depth2 coeff modulus matches
PASS: depth2 galois steps match
STEP 6/10
PASS: model_weights.bin present
PASS: degree2_weights.bin present
PASS: model_weights.bin size 2060
PASS: degree2_weights.bin size 4108
STEP 7/10
PASS: serialize_weights.py present
PASS: serialize_degree2_weights.py present
PASS: auc_dispatch.py present
STEP 8/10
PASS: model_weights.bin n_features=256
STEP 9/10
PASS: found /home/raghavp/BTP/tests/test_inference.py
PASS: pytest contract test present
STEP 10/10
PASS: found /home/raghavp/BTP/CMakeLists.txt
PASS: found /home/raghavp/BTP/vendor_server/CMakeLists.txt
PASS: root cmake includes vendor_server
PASS: root cmake includes tests
PASS: vendor proto generation present
PASS: verify_all complete