tff.test.assert_not_contains_secure_aggregation

Asserts that comp contains no secure aggregation calls.

comp A tff.Computation, often a function annotated with tff.federated_computation or tff.tf_computation. Note that polymorphic functions (those without the types of their arguments explicitly specified) will not yet be tff.Computations.

AssertionError if comp contains a secure aggregation call. ValueError if comp contains a call whose target function cannot be identified. This may result from calls to references or other indirect structures.