Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Rel notes 1 12#22782

Merged
annarev merged 9 commits into
r1.12from
rel-notes-1-12
Oct 8, 2018
Merged

Rel notes 1 12#22782
annarev merged 9 commits into
r1.12from
rel-notes-1-12

Conversation

@goldiegadde
Copy link
Copy Markdown
Contributor

No description provided.

@googlebot
Copy link
Copy Markdown

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.
In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.

@googlebot
Copy link
Copy Markdown

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.)

Comment thread RELEASE.md Outdated

* tf.data:
* All C++ code moves to the `tensorflow::data` namespace.
* Support evaluating with a tf.data.Dataset
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems incomplete

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Comment thread RELEASE.md Outdated
# Release 1.12.0

## Major Features and Improvements
* tf.data optimizations. Users can now represent, get and set options of a tf.data pipeline.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let me know when you push the changes and I will take another look

Comment thread RELEASE.md Outdated
* 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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anything that is code (e.g. tf.contrib.get_signature_def_by_key(...) should be wrapped in back ticks for proper formatting

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Comment thread RELEASE.md Outdated
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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove this heading if it doesn't have any items.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Comment thread RELEASE.md Outdated
* 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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change it to:
Removed tf.contrib.linalg. tf.linalg should be used instead.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Comment thread RELEASE.md Outdated
* `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().
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Comment thread RELEASE.md Outdated
* 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.
Copy link
Copy Markdown
Contributor

@annarev annarev Oct 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sounds like a major change.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@googlebot
Copy link
Copy Markdown

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.
In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.

@googlebot googlebot added cla: no and removed cla: yes labels Oct 5, 2018
jsimsa
jsimsa previously approved these changes Oct 5, 2018
@annarev annarev added cla: yes and removed cla: no labels Oct 5, 2018
@googlebot
Copy link
Copy Markdown

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.)

@goldiegadde goldiegadde requested a review from rajatmonga October 5, 2018 22:25
annarev
annarev previously approved these changes Oct 5, 2018
tatatodd
tatatodd previously approved these changes Oct 5, 2018
Comment thread RELEASE.md Outdated
Comment thread RELEASE.md Outdated
Comment thread RELEASE.md Outdated
Comment thread RELEASE.md Outdated
Comment thread RELEASE.md
@googlebot
Copy link
Copy Markdown

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.)

@annarev annarev added ready to pull PR ready for merge process and removed ready to pull PR ready for merge process labels Oct 8, 2018
@annarev annarev merged commit 1a6dea3 into r1.12 Oct 8, 2018
@annarev annarev deleted the rel-notes-1-12 branch October 8, 2018 18:37
copybara-service Bot pushed a commit that referenced this pull request Feb 17, 2025
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
copybara-service Bot pushed a commit that referenced this pull request Feb 17, 2025
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
copybara-service Bot pushed a commit that referenced this pull request Feb 17, 2025
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
copybara-service Bot pushed a commit that referenced this pull request Feb 18, 2025
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
copybara-service Bot pushed a commit that referenced this pull request Feb 18, 2025
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
copybara-service Bot pushed a commit that referenced this pull request Feb 18, 2025
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
copybara-service Bot pushed a commit that referenced this pull request Feb 18, 2025
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
copybara-service Bot pushed a commit that referenced this pull request Feb 19, 2025
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
copybara-service Bot pushed a commit that referenced this pull request Feb 19, 2025
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
copybara-service Bot pushed a commit that referenced this pull request Feb 19, 2025
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
copybara-service Bot pushed a commit that referenced this pull request Feb 19, 2025
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
copybara-service Bot pushed a commit that referenced this pull request Feb 20, 2025
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
copybara-service Bot pushed a commit that referenced this pull request Feb 20, 2025
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes ready to pull PR ready for merge process

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants