MCPcopy Create free account

hub / github.com/OpenMined/TenSEAL / functions

Functions897 in github.com/OpenMined/TenSEAL

Methodrun
(self)
setup.py:31
Methodsave
tenseal/cpp/context/tensealcontext.cpp:612
Methodsave
tenseal/cpp/tensors/plain_tensor.h:257
Methodsave
tenseal/cpp/tensors/tensor_storage.h:374
Methodsave
tenseal/cpp/tensors/bfvvector.cpp:479
Methodsave
tenseal/cpp/tensors/ckkstensor.cpp:695
Methodsave
tenseal/cpp/tensors/ckksvector.cpp:612
Functionsave_load
(path)
tests/python/sealapi/test_modulus.py:19
Functionsave_load
(path)
tests/python/sealapi/test_sanity.py:40
Functionsave_load
(path)
tests/python/sealapi/test_encrypt_decrypt.py:40
Functionsave_load
(path)
tests/python/sealapi/test_context.py:89
Functionsave_load
(path)
tests/python/sealapi/test_keygen.py:19
Methodscale
tenseal/cpp/tensors/bfvtensor.h:117
Methodscale
tenseal/cpp/tensors/bfvvector.h:122
Methodscale
tenseal/cpp/tensors/ckksvector.h:121
Methodscale
(self)
tenseal/tensors/ckkstensor.py:48
Methodscale
(self)
tenseal/tensors/ckksvector.py:46
Methodscope_guard
tenseal/cpp/utils/scope.h:11
Methodserialize
Serialize the tensor into a stream of bytes
tenseal/tensors/plaintensor.py:159
Methodserialize
Serialize the tensor into a stream of bytes
tenseal/tensors/abstract_tensor.py:72
Methodshape
(self)
tenseal/tensors/plaintensor.py:83
Methodshape
(self)
tenseal/tensors/abstract_tensor.py:36
Functionsimple_copy
(ctx)
tests/python/tenseal/test_serialization.py:17
Functionsimple_copy
(vec)
tests/python/tenseal/tensors/test_serialization.py:38
Methodsize
Returns shape[0]
tenseal/tensors/plaintensor.py:92
Methodslot_count
tenseal/cpp/context/tensealcontext.h:188
Methodsquare
* Compute the square of the EncryptedTensor<plain_data_t, encrypted_t>. **/
tenseal/cpp/tensors/encrypted_tensor.h:52
Methodsub
tenseal/cpp/tensors/encrypted_tensor.h:73
Methodsub
(self, other)
tenseal/tensors/ckkstensor.py:96
Methodsub
(self, other)
tenseal/tensors/ckksvector.py:110
Methodsub
(self, other)
tenseal/tensors/bfvtensor.py:70
Methodsub_
(self, other)
tenseal/tensors/ckkstensor.py:101
Methodsub_
(self, other)
tenseal/tensors/ckksvector.py:115
Methodsub_
(self, other)
tenseal/tensors/bfvtensor.py:75
Methodsub_inplace
tenseal/cpp/tensors/bfvvector.cpp:175
Methodsub_inplace
tenseal/cpp/tensors/ckksvector.cpp:185
Methodsub_plain_inplace
tenseal/cpp/tensors/bfvvector.cpp:282
Methodsubscript
tenseal/cpp/tensors/tensor_storage.h:383
Methodsum
tenseal/cpp/tensors/encrypted_tensor.h:136
Methodsum_
(self, axis=0)
tenseal/tensors/abstract_tensor.py:155
Methodsum_batch
tenseal/cpp/tensors/bfvtensor.h:55
Methodsum_batch
tenseal/cpp/tensors/ckkstensor.h:55
Methodsum_batch
(self)
tenseal/tensors/ckkstensor.py:132
Methodsum_batch_
(self)
tenseal/tensors/ckkstensor.py:135
Methodsum_batch_
(self)
tenseal/tensors/bfvtensor.py:109
Methodsum_batch_inplace
tenseal/cpp/tensors/ckkstensor.cpp:391
Functiontest_add
(context, vec1, vec2)
tests/python/tenseal/tensors/test_bfv_vector.py:31
Functiontest_add
(vec1, vec2, precision, duplicate)
tests/python/tenseal/tensors/test_serialization.py:126
Functiontest_add
(context, vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:204
Functiontest_add_inplace
(context, vec1, vec2)
tests/python/tenseal/tensors/test_bfv_vector.py:62
Functiontest_add_inplace
(vec1, vec2, duplicate)
tests/python/tenseal/tensors/test_serialization.py:298
Functiontest_add_inplace
(context, vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:244
Functiontest_add_plain
(context, vec1, vec2)
tests/python/tenseal/tensors/test_bfv_vector.py:95
Functiontest_add_plain
(vec1, vec2, duplicate)
tests/python/tenseal/tensors/test_serialization.py:316
Functiontest_add_plain
(context, vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:281
Functiontest_add_plain_inplace
(context, vec1, vec2)
tests/python/tenseal/tensors/test_bfv_vector.py:162
Functiontest_add_plain_inplace
(vec1, vec2, duplicate)
tests/python/tenseal/tensors/test_serialization.py:335
Functiontest_add_plain_inplace
(context, vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:344
Functiontest_add_sub_mul_scalar
(context, shape, op)
tests/python/tenseal/tensors/test_ckks_tensor.py:494
Functiontest_add_sub_mul_scalar
(context, shape, op)
tests/python/tenseal/tensors/test_bfv_tensor.py:421
Functiontest_add_sub_mul_tensor_ct_pt
(context, shape, plain, op, reshape_first)
tests/python/tenseal/tensors/test_ckks_tensor.py:352
Functiontest_add_sub_mul_tensor_ct_pt
(context, shape, plain, op, reshape_first)
tests/python/tenseal/tensors/test_bfv_tensor.py:279
Functiontest_auto_flags
(duplicate, encryption_type)
tests/python/tenseal/test_serialization.py:145
Functiontest_auto_flags
(encryption_type)
tests/python/tenseal/test_tensealcontext.py:76
Functiontest_batch
(data, axis)
tests/python/tenseal/tensors/test_plain_tensor.py:84
Functiontest_batchencoder
(ctx)
tests/python/sealapi/test_encode_decode.py:10
Functiontest_bfv_empty_encryption
(plain_vec, encryption_type)
tests/python/tenseal/test_enc_dec.py:55
Functiontest_bfv_encryption_decryption
(plain_vec, encryption_type)
tests/python/tenseal/test_enc_dec.py:26
Functiontest_bfv_secretkey_decryption
(plain_vec, encryption_type)
tests/python/tenseal/test_enc_dec.py:39
Functiontest_bfvvector_lazy_load
()
tests/python/tenseal/tensors/test_serialization.py:496
Functiontest_broadcast
(data, shape, new_shape)
tests/python/tenseal/tensors/test_plain_tensor.py:98
Functiontest_broadcast
(context, data, shape, new_shape)
tests/python/tenseal/tensors/test_ckks_tensor.py:794
Functiontest_broadcast
(context, data, shape, new_shape)
tests/python/tenseal/tensors/test_bfv_tensor.py:691
Functiontest_broadcast_add_sub_mul_tensor_ct_pt
(context, shape, plain, op)
tests/python/tenseal/tensors/test_ckks_tensor.py:428
Functiontest_broadcast_add_sub_mul_tensor_ct_pt
(context, shape, plain, op)
tests/python/tenseal/tensors/test_bfv_tensor.py:355
Functiontest_ciphertext
(testcase, scheme, ctx)
tests/python/sealapi/test_sanity.py:191
Functiontest_ckks_empty_encryption
(plain_vec, encryption_type)
tests/python/tenseal/test_enc_dec.py:123
Functiontest_ckks_encoder
(testcase)
tests/python/sealapi/test_encode_decode.py:23
Functiontest_ckks_encryption_decryption
(plain_vec, encryption_type)
tests/python/tenseal/test_enc_dec.py:66
Functiontest_ckks_encryption_decryption_with_global_scale
(plain_vec, encryption_type)
tests/python/tenseal/test_enc_dec.py:84
Functiontest_ckks_secretkey_decryption
(plain_vec, encryption_type)
tests/python/tenseal/test_enc_dec.py:102
Functiontest_ckks_tensor_encryption_decryption
(batch, shape, encryption_type)
tests/python/tenseal/test_enc_dec.py:170
Functiontest_ckks_tensor_encryption_decryption_matrix
(batch, encryption_type)
tests/python/tenseal/test_enc_dec.py:140
Functiontest_ckks_tensor_lazy_load
(precision)
tests/python/tenseal/tensors/test_serialization.py:529
Functiontest_ckks_tensor_sanity
(plain_vec, precision, duplicate)
tests/python/tenseal/tensors/test_serialization.py:519
Functiontest_ckks_vector_matmul_exception
()
tests/python/tenseal/test_regression.py:18
Functiontest_ckks_vector_sanity
(plain_vec, precision, duplicate)
tests/python/tenseal/tensors/test_serialization.py:65
Functiontest_ckksvector_lazy_load
(precision)
tests/python/tenseal/tensors/test_serialization.py:252
Functiontest_context_creation
(encryption_type)
tests/python/tenseal/test_tensealcontext.py:10
Functiontest_context_encryptionparamsqualifiers
()
tests/python/sealapi/test_context.py:9
Functiontest_context_failure
(scheme, sec_level)
tests/python/sealapi/test_context.py:112
Functiontest_context_make_public_crash
()
tests/python/tenseal/test_regression.py:6
Functiontest_context_recreation
(duplicate, encryption_type)
tests/python/tenseal/test_serialization.py:34
Functiontest_context_sanity
(sealctx)
tests/python/sealapi/test_context.py:120
Functiontest_context_scheme_bfv_sanity
(sec_level)
tests/python/sealapi/test_context.py:189
Functiontest_context_scheme_ckks_sanity
(sec_level)
tests/python/sealapi/test_context.py:209
Functiontest_conv2d_im2col
(context, input_size, kernel_size, stride)
tests/python/tenseal/tensors/test_ckks_vector.py:1190
Functiontest_conv2d_im2col_inplace
(context, input_size, kernel_size, stride)
tests/python/tenseal/tensors/test_ckks_vector.py:1229
Functiontest_depth_max
(poly_mod_degree, coeff_mod_bit_sizes, max_depth)
tests/python/tenseal/tensors/test_ckks_vector.py:1268
Functiontest_dot
(context, shapes, plain)
tests/python/tenseal/tensors/test_ckks_tensor.py:681
← previousnext →601–700 of 897, ranked by callers