tff.framework.deserialize_computation

Deserializes 'tff.Computation' as a pb.Computation.

computation_proto An instance of pb.Computation.

The corresponding instance of tff.Computation.

TypeError If the argument is of the wrong type.