Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update keras import to fix build error.
`from keras import ops` or `import keras` are valid, but `import keras.ops` is no longer valid since ops is not a module in keras namespace, but points to the public API. PiperOrigin-RevId: 626326912
- Loading branch information