Rel notes 1 12#22782
Conversation
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) |
|
|
||
| * tf.data: | ||
| * All C++ code moves to the `tensorflow::data` namespace. | ||
| * Support evaluating with a tf.data.Dataset |
| # Release 1.12.0 | ||
|
|
||
| ## Major Features and Improvements | ||
| * tf.data optimizations. Users can now represent, get and set options of a tf.data pipeline. |
There was a problem hiding this comment.
I would replace this with:
tf.data users can now use tf.data.experimental.AUTOTUNE for the num_parallel_calls argument of tf.data.Dataset.interleave, tf.data.Dataset.map, and tf.data.experimental.map_and_batch to dynamically tune the level of parallelism at runtime.
and move the following to Bug Fixes and Other Changes under tf.data
tf.data users can now represent, get, and set options of TensorFlow input pipelines using tf.data.Options(), tf.data.Dataset.options(), and tf.data.Dataset.with_options() respectively.
There was a problem hiding this comment.
let me know when you push the changes and I will take another look
| * Adding support for `num_parallel_calls` to `tf.data.Dataset.interleave`. | ||
| * `tf.contrib`: | ||
| * Remove tf.contrib.linalg. Library now in tf.linalg. | ||
| * Replace any calls to tf.contrib.get_signature_def_by_key(metagraph_def, signature_def_key) with meta_graph_def.signature_def[signature_def_key]. Catching a ValueError exception thrown by tf.contrib.get_signature_def_by_key should be replaced by catching a KeyError exception. |
There was a problem hiding this comment.
anything that is code (e.g. tf.contrib.get_signature_def_by_key(...) should be wrapped in back ticks for proper formatting
| tf.data.AUTOTUNE enables the level of parallelism to be determined at runtime. | ||
| * Keras models can now be directly exported to the SavedModel format and used with Tensorflow Serving. | ||
|
|
||
| ## Breaking Changes |
There was a problem hiding this comment.
You can remove this heading if it doesn't have any items.
| * Support evaluating with a tf.data.Dataset | ||
| * Adding support for `num_parallel_calls` to `tf.data.Dataset.interleave`. | ||
| * `tf.contrib`: | ||
| * Remove tf.contrib.linalg. Library now in tf.linalg. |
There was a problem hiding this comment.
Change it to:
Removed tf.contrib.linalg. tf.linalg should be used instead.
| * `tf.contrib`: | ||
| * Remove tf.contrib.linalg. Library now in tf.linalg. | ||
| * Replace any calls to tf.contrib.get_signature_def_by_key(metagraph_def, signature_def_key) with meta_graph_def.signature_def[signature_def_key]. Catching a ValueError exception thrown by tf.contrib.get_signature_def_by_key should be replaced by catching a KeyError exception. | ||
| * Keras model can be exported to the SavedModel format using tf.contrib.saved_model.save_keras_model(). |
There was a problem hiding this comment.
Sounds similar to the note in "Major Features":
"Keras models can now be directly exported to the SavedModel format and used with Tensorflow Serving."
Can you merge these two? May be put:
"Keras models can now be directly exported to the SavedModel format (tf.contrib.saved_model.save_keras_model()) and used with Tensorflow Serving. "
in Major Features?
| * deprecated, and replaced by `tf.data.experimental`. | ||
| * Other: | ||
| * Instead of jemalloc, revert back to using system malloc. | ||
| * Build TensorFlow with XLA support included by default. |
There was a problem hiding this comment.
This sounds like a major change.
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) |
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) |
Imported from GitHub PR openxla/xla#22782 Copybara import of the project: -- 6a1fd278aedbfade2accaf18888ca0033ae51fb2 by Ilia Sergachev <[email protected]>: [NFC] Move HLO-handling functions from runner to module util. Merging this change closes #22782 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#22782 from openxla:refactor_hlo_fn 6a1fd278aedbfade2accaf18888ca0033ae51fb2 PiperOrigin-RevId: 727874131
Imported from GitHub PR openxla/xla#22782 Copybara import of the project: -- 6a1fd278aedbfade2accaf18888ca0033ae51fb2 by Ilia Sergachev <[email protected]>: [NFC] Move HLO-handling functions from runner to module util. Merging this change closes #22782 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#22782 from openxla:refactor_hlo_fn 6a1fd278aedbfade2accaf18888ca0033ae51fb2 PiperOrigin-RevId: 727887880
Imported from GitHub PR openxla/xla#22782 Copybara import of the project: -- 6a1fd278aedbfade2accaf18888ca0033ae51fb2 by Ilia Sergachev <[email protected]>: [NFC] Move HLO-handling functions from runner to module util. Merging this change closes #22782 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#22782 from openxla:refactor_hlo_fn 6a1fd278aedbfade2accaf18888ca0033ae51fb2 PiperOrigin-RevId: 727887880
Imported from GitHub PR openxla/xla#22782 Copybara import of the project: -- 6a1fd278aedbfade2accaf18888ca0033ae51fb2 by Ilia Sergachev <[email protected]>: [NFC] Move HLO-handling functions from runner to module util. Merging this change closes #22782 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#22782 from openxla:refactor_hlo_fn 6a1fd278aedbfade2accaf18888ca0033ae51fb2 PiperOrigin-RevId: 727887880
Imported from GitHub PR openxla/xla#22782 Copybara import of the project: -- 6a1fd278aedbfade2accaf18888ca0033ae51fb2 by Ilia Sergachev <[email protected]>: [NFC] Move HLO-handling functions from runner to module util. Merging this change closes #22782 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#22782 from openxla:refactor_hlo_fn 6a1fd278aedbfade2accaf18888ca0033ae51fb2 PiperOrigin-RevId: 727887880
Imported from GitHub PR openxla/xla#22782 Copybara import of the project: -- 6a1fd278aedbfade2accaf18888ca0033ae51fb2 by Ilia Sergachev <[email protected]>: [NFC] Move HLO-handling functions from runner to module util. Merging this change closes #22782 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#22782 from openxla:refactor_hlo_fn 6a1fd278aedbfade2accaf18888ca0033ae51fb2 PiperOrigin-RevId: 727887880
Imported from GitHub PR openxla/xla#22782 Copybara import of the project: -- 6a1fd278aedbfade2accaf18888ca0033ae51fb2 by Ilia Sergachev <[email protected]>: [NFC] Move HLO-handling functions from runner to module util. Merging this change closes #22782 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#22782 from openxla:refactor_hlo_fn 6a1fd278aedbfade2accaf18888ca0033ae51fb2 PiperOrigin-RevId: 727887880
Imported from GitHub PR openxla/xla#22782 Copybara import of the project: -- 6a1fd278aedbfade2accaf18888ca0033ae51fb2 by Ilia Sergachev <[email protected]>: [NFC] Move HLO-handling functions from runner to module util. Merging this change closes #22782 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#22782 from openxla:refactor_hlo_fn 6a1fd278aedbfade2accaf18888ca0033ae51fb2 PiperOrigin-RevId: 727887880
Imported from GitHub PR openxla/xla#22782 Copybara import of the project: -- 6a1fd278aedbfade2accaf18888ca0033ae51fb2 by Ilia Sergachev <[email protected]>: [NFC] Move HLO-handling functions from runner to module util. Merging this change closes #22782 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#22782 from openxla:refactor_hlo_fn 6a1fd278aedbfade2accaf18888ca0033ae51fb2 PiperOrigin-RevId: 727887880
Imported from GitHub PR openxla/xla#22782 Copybara import of the project: -- 6a1fd278aedbfade2accaf18888ca0033ae51fb2 by Ilia Sergachev <[email protected]>: [NFC] Move HLO-handling functions from runner to module util. Merging this change closes #22782 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#22782 from openxla:refactor_hlo_fn 6a1fd278aedbfade2accaf18888ca0033ae51fb2 PiperOrigin-RevId: 727887880
Imported from GitHub PR openxla/xla#22782 Copybara import of the project: -- 6a1fd278aedbfade2accaf18888ca0033ae51fb2 by Ilia Sergachev <[email protected]>: [NFC] Move HLO-handling functions from runner to module util. Merging this change closes #22782 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#22782 from openxla:refactor_hlo_fn 6a1fd278aedbfade2accaf18888ca0033ae51fb2 PiperOrigin-RevId: 727887880
Imported from GitHub PR openxla/xla#22782 Copybara import of the project: -- 6a1fd278aedbfade2accaf18888ca0033ae51fb2 by Ilia Sergachev <[email protected]>: [NFC] Move HLO-handling functions from runner to module util. Merging this change closes #22782 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#22782 from openxla:refactor_hlo_fn 6a1fd278aedbfade2accaf18888ca0033ae51fb2 PiperOrigin-RevId: 727887880
Imported from GitHub PR openxla/xla#22782 Copybara import of the project: -- 6a1fd278aedbfade2accaf18888ca0033ae51fb2 by Ilia Sergachev <[email protected]>: [NFC] Move HLO-handling functions from runner to module util. Merging this change closes #22782 PiperOrigin-RevId: 729031048
No description provided.