Skip to content

Commit 0f47e0d

Browse files
Automated Code Change
PiperOrigin-RevId: 610248702
1 parent a08671b commit 0f47e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/lite/toco/python/toco_python_api.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ PyObject* RegisterCustomOpdefs(PyObject* list) {
422422
[opdef](
423423
tensorflow::OpRegistrationData* op_reg_data) -> tensorflow::Status {
424424
*op_reg_data = tensorflow::OpRegistrationData(opdef);
425-
return ::tensorflow::OkStatus();
425+
return absl::OkStatus();
426426
});
427427

428428
// Register the corresponding fake op kernel.

0 commit comments

Comments
 (0)