You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suport keras.op.view() to view the same data bitwise at a new dtype (#21763)
* Support view() in keras to view an array at different dtype.
* Update comment with correct view example.
* resolve gemini code assist comments
* Format lint.
* fix lint error and add openvino backend code, which we don't implement at this time.
* Add default None to key args of view() to passun-implemented openvino tests.
* remove print
* skip openvino
* Add jax x64 test with enabling x64.
* resolve comments
* restructure test
* format
* fix format
* skip openvino tests
* fix openvino sig
* resolve comments
* reformat
* simplify test
* resolve comments convert_to_tensor for all backends
* resolve comment simplify return line
0 commit comments