TensorFlow Federated 0.86.0
Release 0.86.0
Added
tff.tensorflow.transform_args
andtff.tensorflow.transform_result
, these
functions are intended to be used when instantiating and execution context
in a TensorFlow environment.
Changed
- Replaced the
tensor
on theValue
protobuf with anarray
field and
updated the serialization logic to use this new field.