Skip to content
Snippets Groups Projects
Commit f52251cc authored by Nishant Kumar's avatar Nishant Kumar
Browse files

Updated SecureNN codegen's output file's prefix and added a new parameter - instanceid.

parent 817d57bf
No related branches found
No related tags found
No related merge requests found
......@@ -587,6 +587,7 @@ let securenn_main_prelude_string :string =
aes_conv_opti_b_2 = new AESObject(\"files/keyD\");\n\
aes_conv_opti_c_1 = new AESObject(\"files/keyD\");\n\
aes_parallel = new ParallelAESObject(argv[5]);\n\
instanceID = atoi(argv[6]);\n\
\n\
if (!STANDALONE)\n\
{\n\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment