Skip to content

TensorFlow Federated 0.86.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 15:33

Release 0.86.0

Added

  • tff.tensorflow.transform_args and tff.tensorflow.transform_result, these
    functions are intended to be used when instantiating and execution context
    in a TensorFlow environment.

Changed

  • Replaced the tensor on the Value protobuf with an array field and
    updated the serialization logic to use this new field.