We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de34197 commit 2b97001Copy full SHA for 2b97001
ai_edge_torch/odml_torch/lowerings/_jax_lowerings.py
@@ -29,7 +29,7 @@
29
30
@functools.cache
31
def _log_usage(op):
32
- logging.warning("Use jax lowering: %s", str(op))
+ logging.info("Use JAX lowering: %s", str(op))
33
34
35
def lower_by_jax(op, ir_input_names=None):
0 commit comments