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
Function
test_dot
(context, shapes, plain)
tests/python/tenseal/tensors/test_bfv_tensor.py:578
Function
test_dot_product
(context, vec1, vec2)
tests/python/tenseal/tensors/test_bfv_vector.py:443
Function
test_dot_product
(vec1, vec2, precision, duplicate)
tests/python/tenseal/tensors/test_serialization.py:208
Function
test_dot_product
(context, vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:741
Function
test_dot_product_inplace
(context, vec1, vec2)
tests/python/tenseal/tensors/test_bfv_vector.py:477
Function
test_dot_product_inplace
(context, vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:778
Function
test_dot_product_plain
(context, vec1, vec2)
tests/python/tenseal/tensors/test_bfv_vector.py:508
Function
test_dot_product_plain
(context, vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:812
Function
test_dot_product_plain_inplace
(context, vec1, vec2)
tests/python/tenseal/tensors/test_bfv_vector.py:539
Function
test_dot_product_plain_inplace
(context, vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:846
Function
test_enc_matmul_plain
(context, matrix_shape, vector_size, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:1029
Function
test_enc_matmul_plain_inplace
(context, matrix_shape, vector_size, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:1052
Function
test_encryptionparams_scheme_sanity
(scheme_id, scheme)
tests/python/sealapi/test_context.py:34
Function
test_encryptionparams_scheme_settings
(scheme)
tests/python/sealapi/test_context.py:63
Function
test_encryptionparams_scheme_specific
()
tests/python/sealapi/test_context.py:44
Function
test_encryptor_bfv
()
tests/python/sealapi/test_encrypt_decrypt.py:11
Function
test_evaluator_add_many
(scheme, ctx, many)
tests/python/sealapi/test_evaluator.py:244
Function
test_evaluator_binary
(scheme, ctx, left, right)
tests/python/sealapi/test_evaluator.py:85
Function
test_evaluator_conjugate
()
tests/python/sealapi/test_evaluator.py:759
Function
test_evaluator_exp
(scheme, ctx, exp, left)
tests/python/sealapi/test_evaluator.py:199
Function
test_evaluator_galois
()
tests/python/sealapi/test_evaluator.py:603
Function
test_evaluator_mod_switch
()
tests/python/sealapi/test_evaluator.py:357
Function
test_evaluator_multiply_many
(scheme, ctx, many)
tests/python/sealapi/test_evaluator.py:274
Function
test_evaluator_plain
(scheme, ctx, left)
tests/python/sealapi/test_evaluator.py:152
Function
test_evaluator_relin
(scheme, ctx, left, right)
tests/python/sealapi/test_evaluator.py:308
Function
test_evaluator_rescale
(scheme, ctx, left)
tests/python/sealapi/test_evaluator.py:499
Function
test_evaluator_rotate_bfv
()
tests/python/sealapi/test_evaluator.py:636
Function
test_evaluator_rotate_vector
()
tests/python/sealapi/test_evaluator.py:699
Function
test_evaluator_transform_ntt
(scheme, ctx, left)
tests/python/sealapi/test_evaluator.py:573
Function
test_evaluator_unary
(scheme, ctx, left)
tests/python/sealapi/test_evaluator.py:25
Function
test_generate_galois_keys
(duplicate, encryption_type)
tests/python/tenseal/test_serialization.py:59
Function
test_generate_galois_keys
(encryption_type)
tests/python/tenseal/test_tensealcontext.py:37
Function
test_generate_galois_relin_keys
(duplicate, encryption_type)
tests/python/tenseal/test_serialization.py:109
Function
test_generate_relin_keys
(duplicate, encryption_type)
tests/python/tenseal/test_serialization.py:87
Function
test_generate_relin_keys
(encryption_type)
tests/python/tenseal/test_tensealcontext.py:50
Function
test_global_scale
(duplicate, scale, encryption_type)
tests/python/tenseal/test_serialization.py:129
Function
test_global_scale
(encryption_type)
tests/python/tenseal/test_tensealcontext.py:63
Function
test_high_degree_polynomial
(data, polynom, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:1130
Function
test_intarray
()
tests/python/sealapi/test_sanity.py:79
Function
test_keygenerator_galoiskeys
(ctx)
tests/python/sealapi/test_keygen.py:82
Function
test_keygenerator_galoiskeys_with_steps
(ctx)
tests/python/sealapi/test_keygen.py:117
Function
test_keygenerator_publickey
(ctx)
tests/python/sealapi/test_keygen.py:12
Function
test_keygenerator_relinkeys
(ctx)
tests/python/sealapi/test_keygen.py:52
Function
test_keygenerator_secretkey
(ctx)
tests/python/sealapi/test_keygen.py:29
Function
test_make_context_public
(encryption_type)
tests/python/tenseal/test_tensealcontext.py:24
Function
test_matmul_api
(context, plain, arithmetic)
tests/python/tenseal/tensors/test_ckks_tensor.py:736
Function
test_matmul_api
(context, plain, arithmetic)
tests/python/tenseal/tensors/test_bfv_tensor.py:633
Function
test_matmul_scale_bounds
()
tests/python/tenseal/tensors/test_regression.py:6
Function
test_modulus
()
tests/python/sealapi/test_modulus.py:9
Function
test_modulus_bfv_default
(sec_level, expected_bfv_default_len)
tests/python/sealapi/test_modulus.py:110
Function
test_modulus_max_bit_count
(sec_level, expected_max_bit_count)
tests/python/sealapi/test_modulus.py:98
Function
test_modulus_sanity
()
tests/python/sealapi/test_modulus.py:73
Function
test_modulus_sec_level_sanity
(sec_level_int, sec_level)
tests/python/sealapi/test_modulus.py:66
Function
test_mul
(context, vec1, vec2)
tests/python/tenseal/tensors/test_bfv_vector.py:310
Function
test_mul
(vec1, vec2, precision, duplicate)
tests/python/tenseal/tensors/test_serialization.py:181
Function
test_mul
(context, vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:560
Function
test_mul_inplace
(context, vec1, vec2)
tests/python/tenseal/tensors/test_bfv_vector.py:339
Function
test_mul_inplace
(vec1, vec2, duplicate)
tests/python/tenseal/tensors/test_serialization.py:443
Function
test_mul_inplace
(context, vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:600
Function
test_mul_plain
(context, vec1, vec2)
tests/python/tenseal/tensors/test_bfv_vector.py:370
Function
test_mul_plain
(vec1, vec2, duplicate)
tests/python/tenseal/tensors/test_serialization.py:461
Function
test_mul_plain
(context, vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:639
Function
test_mul_plain_inplace
(context, vec1, vec2)
tests/python/tenseal/tensors/test_bfv_vector.py:402
Function
test_mul_plain_inplace
(vec1, vec2, duplicate)
tests/python/tenseal/tensors/test_serialization.py:480
Function
test_mul_plain_inplace
(context, vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:706
Function
test_mul_without_global_scale
(vec1, vec2, precision, duplicate)
tests/python/tenseal/tensors/test_serialization.py:231
Function
test_mul_without_global_scale
(vec1, vec2, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:930
Function
test_negate
(context, plain, precision, reshape_first)
tests/python/tenseal/tensors/test_ckks_tensor.py:283
Function
test_negate
(plain_vec, precision, duplicate)
tests/python/tenseal/tensors/test_serialization.py:78
Function
test_negate
(context, plain, precision, reshape_first)
tests/python/tenseal/tensors/test_bfv_tensor.py:201
Function
test_negate
(context, plain_vec, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:48
Function
test_negate_inplace
(context, plain, precision)
tests/python/tenseal/tensors/test_ckks_tensor.py:302
Function
test_negate_inplace
(context, plain, precision)
tests/python/tenseal/tensors/test_bfv_tensor.py:224
Function
test_negate_inplace
(context, plain_vec, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:61
Function
test_pack_bfv_vectors
(vectors_nb, vector_size)
tests/python/tenseal/test_utils.py:32
Function
test_pack_ckks_vectors
(vectors_nb, vector_size)
tests/python/tenseal/test_utils.py:13
Function
test_perf_bfv
(op, generator, benchmark, input_size)
tests/python/benchmarks/test_ops.py:62
Function
test_perf_ckks_conv_eval
(benchmark, image_shape)
tests/python/benchmarks/test_ops.py:141
Function
test_perf_ckks_enc_matmul
(benchmark, matrix_shape)
tests/python/benchmarks/test_ops.py:108
Function
test_perf_ckks_im2col_encoding
(benchmark, image_shape)
tests/python/benchmarks/test_ops.py:125
Function
test_perf_ckks_matmul
(benchmark, matrix_shape)
tests/python/benchmarks/test_ops.py:96
Function
test_perf_ckks_ops
(op, generator, benchmark, input_size)
tests/python/benchmarks/test_ops.py:71
Function
test_perf_ckks_plain_ops
(op, generator, benchmark, input_size)
tests/python/benchmarks/test_ops.py:80
Function
test_perf_gen_keys
(benchmark)
tests/python/benchmarks/test_mnist_eval.py:116
Function
test_perf_mnist_eval_conv
(benchmark, params)
tests/python/benchmarks/test_mnist_eval.py:133
Function
test_perf_mnist_eval_fc1
(benchmark, params)
tests/python/benchmarks/test_mnist_eval.py:166
Function
test_perf_mnist_eval_fc2
(benchmark, params)
tests/python/benchmarks/test_mnist_eval.py:209
Function
test_perf_mnist_eval_full
(benchmark, params)
tests/python/benchmarks/test_mnist_eval.py:236
Function
test_perf_mnist_eval_square1
(benchmark, params)
tests/python/benchmarks/test_mnist_eval.py:150
Function
test_perf_mnist_eval_square2
(benchmark, params)
tests/python/benchmarks/test_mnist_eval.py:184
Function
test_perf_mnist_prepare_input
(benchmark)
tests/python/benchmarks/test_mnist_eval.py:123
Function
test_plaintext
()
tests/python/sealapi/test_sanity.py:119
Function
test_polynomial
(context, data, polynom, reshape_first)
tests/python/tenseal/tensors/test_ckks_tensor.py:594
Function
test_polynomial
(context, data, polynom)
tests/python/tenseal/tensors/test_bfv_vector.py:625
Function
test_polynomial
(context, data, polynom, reshape_first)
tests/python/tenseal/tensors/test_bfv_tensor.py:518
Function
test_polynomial
(context, data, polynom, precision)
tests/python/tenseal/tensors/test_ckks_vector.py:1091
Function
test_polynomial_modswitch_off
(context, data, polynom)
tests/python/tenseal/tensors/test_ckks_tensor.py:623
Function
test_polynomial_modswitch_off
(context, data, polynom)
tests/python/tenseal/tensors/test_ckks_vector.py:1160
Function
test_polynomial_rescale_off
(context, data, polynom)
tests/python/tenseal/tensors/test_ckks_tensor.py:637
Function
test_polynomial_rescale_off
(context, data, polynom)
tests/python/tenseal/tensors/test_ckks_vector.py:1175
← previous
next →
701–800 of 897, ranked by callers