Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMined/SyMPC
/ functions
Functions
591 in github.com/OpenMined/SyMPC
⨍
Functions
591
◇
Types & classes
44
↳
Endpoints
9
Function
test_grad_flatten_backward
(get_clients)
tests/sympc/grad/grad_functions_test.py:432
Function
test_grad_flatten_forward
(get_clients, args: list)
tests/sympc/grad/grad_functions_test.py:416
Function
test_grad_func_abstract_backward_exception
()
tests/sympc/grad/grad_functions_test.py:49
Function
test_grad_func_abstract_forward_exception
()
tests/sympc/grad/grad_functions_test.py:44
Function
test_grad_matmul_backward
(get_clients)
tests/sympc/grad/grad_functions_test.py:520
Function
test_grad_matmul_forward
(get_clients)
tests/sympc/grad/grad_functions_test.py:500
Function
test_grad_matmul_raise_value_error_mismatch_shape
(get_clients)
tests/sympc/grad/grad_functions_test.py:539
Function
test_grad_maxpool_2d_backward
(get_clients, kernel_size, stride, padding)
tests/sympc/grad/grad_functions_test.py:770
Function
test_grad_maxpool_2d_backward_value_error_indices_shape
(get_clients)
tests/sympc/grad/grad_functions_test.py:637
Function
test_grad_maxpool_2d_backward_value_error_kernel_gt_input
(get_clients)
tests/sympc/grad/grad_functions_test.py:665
Function
test_grad_maxpool_2d_dilation_error
(get_clients)
tests/sympc/grad/grad_functions_test.py:620
Function
test_grad_maxpool_2d_forward
(get_clients, kernel_size, stride, padding)
tests/sympc/grad/grad_functions_test.py:731
Function
test_grad_maxpool_2d_forward_value_error_kernel_gt_input
(get_clients)
tests/sympc/grad/grad_functions_test.py:708
Function
test_grad_mul_backward
(get_clients)
tests/sympc/grad/grad_functions_test.py:294
Function
test_grad_mul_forward
(get_clients)
tests/sympc/grad/grad_functions_test.py:274
Function
test_grad_pow_backward
(get_clients, power)
tests/sympc/grad/grad_functions_test.py:482
Function
test_grad_pow_forward
(get_clients, power)
tests/sympc/grad/grad_functions_test.py:449
Function
test_grad_pow_forward_exception
(get_clients, power)
tests/sympc/grad/grad_functions_test.py:469
Function
test_grad_relu_backward
(get_clients)
tests/sympc/grad/grad_functions_test.py:576
Function
test_grad_relu_forward
(get_clients)
tests/sympc/grad/grad_functions_test.py:557
Function
test_grad_reshape_backward
(get_clients)
tests/sympc/grad/grad_functions_test.py:397
Function
test_grad_reshape_forward
(get_clients)
tests/sympc/grad/grad_functions_test.py:379
Function
test_grad_sigmoid_backward
(get_clients)
tests/sympc/grad/grad_functions_test.py:258
Function
test_grad_sigmoid_forward
(get_clients)
tests/sympc/grad/grad_functions_test.py:239
Function
test_grad_sub_backward
(get_clients)
tests/sympc/grad/grad_functions_test.py:194
Function
test_grad_sub_different_dims_backward
(get_clients)
tests/sympc/grad/grad_functions_test.py:224
Function
test_grad_sub_different_dims_forward
(get_clients)
tests/sympc/grad/grad_functions_test.py:207
Function
test_grad_sub_forward
(get_clients)
tests/sympc/grad/grad_functions_test.py:177
Function
test_grad_sum_backward
(get_clients)
tests/sympc/grad/grad_functions_test.py:160
Function
test_grad_sum_forward
(get_clients)
tests/sympc/grad/grad_functions_test.py:143
Function
test_grad_transpose_backward
(get_clients)
tests/sympc/grad/grad_functions_test.py:67
Function
test_grad_transpose_forward
(get_clients)
tests/sympc/grad/grad_functions_test.py:54
Function
test_hook_method
(get_clients)
tests/sympc/tensor/replicatedshare_tensor_test.py:121
Function
test_hook_property
(get_clients)
tests/sympc/tensor/replicatedshare_tensor_test.py:147
Function
test_import_RSTensor
()
tests/sympc/tensor/replicatedshare_tensor_test.py:22
Function
test_imports
()
tests/import_test.py:4
Function
test_ineq_share_share_local
(op_str, precision, base)
tests/sympc/tensor/share_tensor_test.py:152
Function
test_ineq_share_tensor_local
(op_str, precision, base)
tests/sympc/tensor/share_tensor_test.py:173
Function
test_invalid_malicious_reconstruction
(get_clients, parties)
tests/sympc/tensor/replicatedshare_tensor_test.py:229
Function
test_invalid_mpc_pointer
(get_clients)
tests/sympc/protocol/aby3/aby3_test.py:81
Function
test_invalid_op_exception
()
tests/sympc/tensor/share_tensor_test.py:108
Function
test_invalid_parties_trunc
(get_clients)
tests/sympc/protocol/aby3/aby3_test.py:50
Function
test_invalid_protocol_exception
()
tests/sympc/session/session_test.py:244
Function
test_invalid_ringsize_exception
()
tests/sympc/session/session_test.py:249
Function
test_invalid_security_type
()
tests/sympc/protocol/fss/fss_test.py:28
Function
test_invalid_security_type
()
tests/sympc/protocol/falcon/falcon_test.py:40
Function
test_invalid_security_type
()
tests/sympc/protocol/aby3/aby3_test.py:29
Function
test_invalid_share_class
(get_clients)
tests/sympc/tensor/mpc_tensor_test.py:631
Function
test_local_decomposition
(get_clients, security_type)
tests/sympc/protocol/aby3/aby3_test.py:140
Function
test_local_decomposition_exception
()
tests/sympc/protocol/aby3/aby3_test.py:187
Function
test_local_secret_not_tensor
(get_clients)
tests/sympc/tensor/mpc_tensor_test.py:113
Function
test_log
(get_clients)
tests/sympc/approximations/log_test.py:11
Function
test_log_softmax
(get_clients, dim)
tests/sympc/approximations/softmax_test.py:51
Function
test_log_softmax_single_along_dim
(get_clients)
tests/sympc/approximations/softmax_test.py:65
Function
test_max
(get_clients)
tests/sympc/tensor/static_test.py:75
Function
test_max_dim
(dim, keepdim, get_clients)
tests/sympc/tensor/static_test.py:93
Function
test_max_multiple_max
(get_clients)
tests/sympc/tensor/static_test.py:63
Function
test_max_pool2d
(get_clients, kernel_size, stride, padding)
tests/sympc/module/nn/functional_test.py:82
Function
test_max_pool2d_raises_value_error_kernel_gt_input
(get_clients)
tests/sympc/module/nn/functional_test.py:111
Function
test_mpc_len
(get_clients)
tests/sympc/tensor/mpc_tensor_test.py:360
Function
test_mpc_print
(get_clients)
tests/sympc/tensor/mpc_tensor_test.py:371
Function
test_mpc_share_nosession_exception
()
tests/sympc/tensor/mpc_tensor_test.py:31
Function
test_mpc_sort
(get_clients, ascending)
tests/sympc/algorithms/sort_test.py:12
Function
test_mse_loss
(get_clients, reduction)
tests/sympc/module/nn/functional_test.py:47
Function
test_mul_private
(get_clients, security, base, precision)
tests/sympc/protocol/falcon/falcon_test.py:63
Function
test_mul_private_exception_nothreeparties
(get_clients, parties)
tests/sympc/protocol/falcon/falcon_test.py:107
Function
test_mul_private_matrix
(get_clients, security, base, precision)
tests/sympc/protocol/falcon/falcon_test.py:85
Function
test_notebooks_advanced
(notebook)
tests/notebooks/notebooks_test.py:55
Function
test_notebooks_basic
Test Notebooks in the tutorial root folder.
tests/notebooks/notebooks_test.py:35
Function
test_op_mpc_different_sessions
(get_clients)
tests/sympc/tensor/mpc_tensor_test.py:58
Function
test_ops_bin_public_mul
(get_clients, security)
tests/sympc/tensor/replicatedshare_tensor_test.py:425
Function
test_ops_bin_public_xor
(get_clients, security, bit)
tests/sympc/tensor/replicatedshare_tensor_test.py:546
Function
test_ops_bin_share_private
(op_str)
tests/sympc/tensor/replicatedshare_tensor_test.py:390
Function
test_ops_bin_share_public
(op_str)
tests/sympc/tensor/replicatedshare_tensor_test.py:408
Function
test_ops_different_share_class
(get_clients)
tests/sympc/tensor/mpc_tensor_test.py:642
Function
test_ops_divfloat_exception
(get_clients, nr_parties)
tests/sympc/tensor/mpc_tensor_test.py:218
Function
test_ops_integer
(get_clients, nr_clients, op_str)
tests/sympc/tensor/mpc_tensor_test.py:301
Function
test_ops_mod_prime
(op_str)
tests/sympc/tensor/replicatedshare_tensor_test.py:514
Function
test_ops_mpc_mpc
(get_clients, nr_clients, op_str)
tests/sympc/tensor/mpc_tensor_test.py:133
Function
test_ops_mpc_mpc_div
(get_clients, nr_clients, op_str)
tests/sympc/tensor/mpc_tensor_test.py:152
Function
test_ops_mpc_private_rst
(get_clients, nr_clients, op_str)
tests/sympc/tensor/mpc_tensor_test.py:342
Function
test_ops_mpc_private_rst_mul
(get_clients, op_str, security)
tests/sympc/tensor/mpc_tensor_test.py:281
Function
test_ops_mpc_public
(get_clients, nr_clients, op_str)
tests/sympc/tensor/mpc_tensor_test.py:196
Function
test_ops_prime_public_mul
(get_clients, security)
tests/sympc/tensor/replicatedshare_tensor_test.py:487
Function
test_ops_prime_public_xor
(get_clients, security, bit)
tests/sympc/tensor/replicatedshare_tensor_test.py:573
Function
test_ops_prime_share_private
(op_str)
tests/sympc/tensor/replicatedshare_tensor_test.py:452
Function
test_ops_prime_share_public
(op_str)
tests/sympc/tensor/replicatedshare_tensor_test.py:470
Function
test_ops_public_integer_rst
(get_clients, nr_clients, op_str)
tests/sympc/tensor/mpc_tensor_test.py:321
Function
test_ops_public_mpc
(get_clients, nr_clients, op_str)
tests/sympc/tensor/mpc_tensor_test.py:239
Function
test_ops_public_mul
(get_clients, security, base, precision)
tests/sympc/tensor/replicatedshare_tensor_test.py:304
Function
test_ops_public_mul_integer_parties
(get_clients, parties, security)
tests/sympc/tensor/replicatedshare_tensor_test.py:341
Function
test_ops_public_mul_matrix
(get_clients, security, base, precision)
tests/sympc/tensor/replicatedshare_tensor_test.py:323
Function
test_ops_public_tensor_rst
(get_clients, nr_clients, op_str)
tests/sympc/tensor/mpc_tensor_test.py:261
Function
test_ops_share_integer_local
(op_str, precision, base)
tests/sympc/tensor/share_tensor_test.py:133
Function
test_ops_share_private
(op_str, precision, base)
tests/sympc/tensor/replicatedshare_tensor_test.py:248
Function
test_ops_share_public
(op_str, precision, base)
tests/sympc/tensor/replicatedshare_tensor_test.py:270
Function
test_ops_share_share_local
(op_str, precision, base)
tests/sympc/tensor/share_tensor_test.py:50
Function
test_ops_share_tensor_local
(op_str, precision, base)
tests/sympc/tensor/share_tensor_test.py:72
Function
test_pow
(get_clients, power)
tests/sympc/tensor/mpc_tensor_test.py:547
Function
test_prime_mul_private
(get_clients, security)
tests/sympc/protocol/falcon/falcon_test.py:217
← previous
next →
401–500 of 591, ranked by callers