Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 627964992
  • Loading branch information
tensorflower-gardener committed Apr 25, 2024
1 parent 49a561f commit f3c3844
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tensorflow/python/framework/BUILD
Expand Up @@ -3115,7 +3115,11 @@ tf_python_pybind_extension(
"_errors_test_helper.pyi",
],
deps = [
"//tensorflow/c:tf_status_headers",
"//tensorflow/core/platform:status",
"//tensorflow/python/lib/core:pybind11_status",
"@com_google_absl//absl/status",
"@com_google_absl//absl/strings:cord",
"@pybind11",
],
)
Expand Down
4 changes: 4 additions & 0 deletions tensorflow/python/framework/errors_test_helper.cc
Expand Up @@ -13,7 +13,11 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/

#include "absl/status/status.h"
#include "absl/strings/cord.h"
#include "pybind11/pybind11.h" // from @pybind11
#include "tensorflow/c/tf_status.h"
#include "tensorflow/core/platform/status.h"
#include "tensorflow/python/lib/core/pybind11_status.h"

namespace tensorflow {
Expand Down

0 comments on commit f3c3844

Please sign in to comment.