c_encrypted = tfs.matmul(a_encrypted, b_encrypted) Here I wanted to decrypt the value of "c_encrypted". Is there any way I could do that?
c_encrypted = tfs.matmul(a_encrypted, b_encrypted)
Here I wanted to decrypt the value of "c_encrypted". Is there any way I could do that?