Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610248702
  • Loading branch information
tensorflower-gardener committed Feb 26, 2024
1 parent a08671b commit 0f47e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/lite/toco/python/toco_python_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ PyObject* RegisterCustomOpdefs(PyObject* list) {
[opdef](
tensorflow::OpRegistrationData* op_reg_data) -> tensorflow::Status {
*op_reg_data = tensorflow::OpRegistrationData(opdef);
return ::tensorflow::OkStatus();
return absl::OkStatus();
});

// Register the corresponding fake op kernel.
Expand Down

0 comments on commit 0f47e0d

Please sign in to comment.