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
Simplify LiteRT test utilities using keras ops and standardize_dtype
Replace manual tensor->numpy and dtype conversion chains in:
- _build_litert_torch_input_signature: use ops.convert_to_numpy + standardize_dtype
- convert_for_tflite: use ops.convert_to_numpy + standardize_dtype + dtype_map
Reduces duplication and unifies on existing keras APIs.
0 commit comments