Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMined/TenSEAL
/ functions
Functions
897 in github.com/OpenMined/TenSEAL
⨍
Functions
897
◇
Types & classes
42
↳
Endpoints
5
Method
run
(self)
setup.py:31
Method
save
tenseal/cpp/context/tensealcontext.cpp:612
Method
save
tenseal/cpp/tensors/plain_tensor.h:257
Method
save
tenseal/cpp/tensors/tensor_storage.h:374
Method
save
tenseal/cpp/tensors/bfvvector.cpp:479
Method
save
tenseal/cpp/tensors/ckkstensor.cpp:695
Method
save
tenseal/cpp/tensors/ckksvector.cpp:612
Function
save_load
(path)
tests/python/sealapi/test_modulus.py:19
Function
save_load
(path)
tests/python/sealapi/test_sanity.py:40
Function
save_load
(path)
tests/python/sealapi/test_encrypt_decrypt.py:40
Function
save_load
(path)
tests/python/sealapi/test_context.py:89
Function
save_load
(path)
tests/python/sealapi/test_keygen.py:19
Method
scale
tenseal/cpp/tensors/bfvtensor.h:117
Method
scale
tenseal/cpp/tensors/bfvvector.h:122
Method
scale
tenseal/cpp/tensors/ckksvector.h:121
Method
scale
(self)
tenseal/tensors/ckkstensor.py:48
Method
scale
(self)
tenseal/tensors/ckksvector.py:46
Method
scope_guard
tenseal/cpp/utils/scope.h:11
Method
serialize
Serialize the tensor into a stream of bytes
tenseal/tensors/plaintensor.py:159
Method
serialize
Serialize the tensor into a stream of bytes
tenseal/tensors/abstract_tensor.py:72
Method
shape
(self)
tenseal/tensors/plaintensor.py:83
Method
shape
(self)
tenseal/tensors/abstract_tensor.py:36
Function
simple_copy
(ctx)
tests/python/tenseal/test_serialization.py:17
Function
simple_copy
(vec)
tests/python/tenseal/tensors/test_serialization.py:38
Method
size
Returns shape[0]
tenseal/tensors/plaintensor.py:92
Method
slot_count
tenseal/cpp/context/tensealcontext.h:188
Method
square
* Compute the square of the EncryptedTensor<plain_data_t, encrypted_t>. **/
tenseal/cpp/tensors/encrypted_tensor.h:52
Method
sub
tenseal/cpp/tensors/encrypted_tensor.h:73
Method
sub
(self, other)
tenseal/tensors/ckkstensor.py:96
Method
sub
(self, other)
tenseal/tensors/ckksvector.py:110
Method
sub
(self, other)
tenseal/tensors/bfvtensor.py:70
Method
sub_
(self, other)
tenseal/tensors/ckkstensor.py:101
Method
sub_
(self, other)
tenseal/tensors/ckksvector.py:115
Method
sub_
(self, other)
tenseal/tensors/bfvtensor.py:75
Method
sub_inplace
tenseal/cpp/tensors/bfvvector.cpp:175
Method
sub_inplace
tenseal/cpp/tensors/ckksvector.cpp:185
Method
sub_plain_inplace
tenseal/cpp/tensors/bfvvector.cpp:282
Method
subscript
tenseal/cpp/tensors/tensor_storage.h:383
Method
sum
tenseal/cpp/tensors/encrypted_tensor.h:136
Method
sum_
(self, axis=0)
tenseal/tensors/abstract_tensor.py:155
Method
sum_batch
tenseal/cpp/tensors/bfvtensor.h:55
Method
sum_batch
tenseal/cpp/tensors/ckkstensor.h:55
Method
sum_batch
(self)
tenseal/tensors/ckkstensor.py:132
Method
sum_batch_
(self)
tenseal/tensors/ckkstensor.py:135
Method
sum_batch_
(self)
tenseal/tensors/bfvtensor.py:109
Method
sum_batch_inplace
tenseal/cpp/tensors/ckkstensor.cpp:391
Function
test_add
(context, vec1, vec2)
tests/python/tenseal/tensors/test_bfv_vector.py:31
Function
test_add
(vec1, vec2, precision, duplicate)
tests/python/tenseal/tensors/test_serialization.py:126
Function
test_add
(context, vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:204
Function
test_add_inplace
(context, vec1, vec2)
tests/python/tenseal/tensors/test_bfv_vector.py:62
Function
test_add_inplace
(vec1, vec2, duplicate)
tests/python/tenseal/tensors/test_serialization.py:298
Function
test_add_inplace
(context, vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:244
Function
test_add_plain
(context, vec1, vec2)
tests/python/tenseal/tensors/test_bfv_vector.py:95
Function
test_add_plain
(vec1, vec2, duplicate)
tests/python/tenseal/tensors/test_serialization.py:316
Function
test_add_plain
(context, vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:281
Function
test_add_plain_inplace
(context, vec1, vec2)
tests/python/tenseal/tensors/test_bfv_vector.py:162
Function
test_add_plain_inplace
(vec1, vec2, duplicate)
tests/python/tenseal/tensors/test_serialization.py:335
Function
test_add_plain_inplace
(context, vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:344
Function
test_add_sub_mul_scalar
(context, shape, op)
tests/python/tenseal/tensors/test_ckks_tensor.py:494
Function
test_add_sub_mul_scalar
(context, shape, op)
tests/python/tenseal/tensors/test_bfv_tensor.py:421
Function
test_add_sub_mul_tensor_ct_pt
(context, shape, plain, op, reshape_first)
tests/python/tenseal/tensors/test_ckks_tensor.py:352
Function
test_add_sub_mul_tensor_ct_pt
(context, shape, plain, op, reshape_first)
tests/python/tenseal/tensors/test_bfv_tensor.py:279
Function
test_auto_flags
(duplicate, encryption_type)
tests/python/tenseal/test_serialization.py:145
Function
test_auto_flags
(encryption_type)
tests/python/tenseal/test_tensealcontext.py:76
Function
test_batch
(data, axis)
tests/python/tenseal/tensors/test_plain_tensor.py:84
Function
test_batchencoder
(ctx)
tests/python/sealapi/test_encode_decode.py:10
Function
test_bfv_empty_encryption
(plain_vec, encryption_type)
tests/python/tenseal/test_enc_dec.py:55
Function
test_bfv_encryption_decryption
(plain_vec, encryption_type)
tests/python/tenseal/test_enc_dec.py:26
Function
test_bfv_secretkey_decryption
(plain_vec, encryption_type)
tests/python/tenseal/test_enc_dec.py:39
Function
test_bfvvector_lazy_load
()
tests/python/tenseal/tensors/test_serialization.py:496
Function
test_broadcast
(data, shape, new_shape)
tests/python/tenseal/tensors/test_plain_tensor.py:98
Function
test_broadcast
(context, data, shape, new_shape)
tests/python/tenseal/tensors/test_ckks_tensor.py:794
Function
test_broadcast
(context, data, shape, new_shape)
tests/python/tenseal/tensors/test_bfv_tensor.py:691
Function
test_broadcast_add_sub_mul_tensor_ct_pt
(context, shape, plain, op)
tests/python/tenseal/tensors/test_ckks_tensor.py:428
Function
test_broadcast_add_sub_mul_tensor_ct_pt
(context, shape, plain, op)
tests/python/tenseal/tensors/test_bfv_tensor.py:355
Function
test_ciphertext
(testcase, scheme, ctx)
tests/python/sealapi/test_sanity.py:191
Function
test_ckks_empty_encryption
(plain_vec, encryption_type)
tests/python/tenseal/test_enc_dec.py:123
Function
test_ckks_encoder
(testcase)
tests/python/sealapi/test_encode_decode.py:23
Function
test_ckks_encryption_decryption
(plain_vec, encryption_type)
tests/python/tenseal/test_enc_dec.py:66
Function
test_ckks_encryption_decryption_with_global_scale
(plain_vec, encryption_type)
tests/python/tenseal/test_enc_dec.py:84
Function
test_ckks_secretkey_decryption
(plain_vec, encryption_type)
tests/python/tenseal/test_enc_dec.py:102
Function
test_ckks_tensor_encryption_decryption
(batch, shape, encryption_type)
tests/python/tenseal/test_enc_dec.py:170
Function
test_ckks_tensor_encryption_decryption_matrix
(batch, encryption_type)
tests/python/tenseal/test_enc_dec.py:140
Function
test_ckks_tensor_lazy_load
(precision)
tests/python/tenseal/tensors/test_serialization.py:529
Function
test_ckks_tensor_sanity
(plain_vec, precision, duplicate)
tests/python/tenseal/tensors/test_serialization.py:519
Function
test_ckks_vector_matmul_exception
()
tests/python/tenseal/test_regression.py:18
Function
test_ckks_vector_sanity
(plain_vec, precision, duplicate)
tests/python/tenseal/tensors/test_serialization.py:65
Function
test_ckksvector_lazy_load
(precision)
tests/python/tenseal/tensors/test_serialization.py:252
Function
test_context_creation
(encryption_type)
tests/python/tenseal/test_tensealcontext.py:10
Function
test_context_encryptionparamsqualifiers
()
tests/python/sealapi/test_context.py:9
Function
test_context_failure
(scheme, sec_level)
tests/python/sealapi/test_context.py:112
Function
test_context_make_public_crash
()
tests/python/tenseal/test_regression.py:6
Function
test_context_recreation
(duplicate, encryption_type)
tests/python/tenseal/test_serialization.py:34
Function
test_context_sanity
(sealctx)
tests/python/sealapi/test_context.py:120
Function
test_context_scheme_bfv_sanity
(sec_level)
tests/python/sealapi/test_context.py:189
Function
test_context_scheme_ckks_sanity
(sec_level)
tests/python/sealapi/test_context.py:209
Function
test_conv2d_im2col
(context, input_size, kernel_size, stride)
tests/python/tenseal/tensors/test_ckks_vector.py:1190
Function
test_conv2d_im2col_inplace
(context, input_size, kernel_size, stride)
tests/python/tenseal/tensors/test_ckks_vector.py:1229
Function
test_depth_max
(poly_mod_degree, coeff_mod_bit_sizes, max_depth)
tests/python/tenseal/tensors/test_ckks_vector.py:1268
Function
test_dot
(context, shapes, plain)
tests/python/tenseal/tensors/test_ckks_tensor.py:681
← previous
next →
601–700 of 897, ranked by callers