Merge pull request #14554 from hawkinsp:mlirapi

PiperOrigin-RevId: 510410342
This commit is contained in:
jax authors 2023-02-17 05:53:33 -08:00
commit c62462afda

View File

@ -62,5 +62,6 @@ from jax._src.interpreters.mlir import (
register_constant_handler as register_constant_handler,
register_lowering as register_lowering,
shape_tensor as shape_tensor,
token_type as token_type,
xla_computation_to_mlir_module as xla_computation_to_mlir_module,
)