Skip to content

Commit

Permalink
Update constant name in comment.
Browse files Browse the repository at this point in the history
These changed in tensorflow/tensorflow@9699c77c.

PiperOrigin-RevId: 608260888
  • Loading branch information
tomhennigan authored and tensorflower-gardener committed Feb 19, 2024
1 parent ad0d736 commit e957dff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow/compiler/tf2xla/ops/xla_ops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ version: Tracks changes the semantics of the op, to support backwards
the op carries a StableHLO module with compatibility guarantees. From version
5, XLACallModule can include `stablehlo.custom_call` op to execute tf
functions. From version 6 the op supports the `disabled_checks` attribute.
See more versioning details at https://github.com/search?q=repo%3Atensorflow%2Ftensorflow+path%3Axla_call_module+%22int+VERSION_MAXIMUM_SUPPORTED%22&type=code.
See more versioning details at https://github.com/search?q=repo%3Atensorflow%2Ftensorflow+path%3Axla_call_module+%22int+kVersionMaximumSupported%22&type=code.
module: A serialized computation, a text or bytecode representation of
an mlir.Module. The return type must be a tuple if and only if the `Sout` is
a list with 0 or more than 1 elements. The length of `Tout` and
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/compiler/tf2xla/python/xla.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def call_module_maximum_supported_version():
"""Maximum version of XlaCallModule op supported.
See versioning details documentation for the XlaCallModule op at:
https://github.com/search?q=repo%3Atensorflow%2Ftensorflow+path%3Axla_call_module+%22int+VERSION_MAXIMUM_SUPPORTED%22&type=code
https://github.com/search?q=repo%3Atensorflow%2Ftensorflow+path%3Axla_call_module+%22int+kVersionMaximumSupported%22&type=code
"""
return 9

Expand Down

0 comments on commit e957dff

Please sign in to comment.