Skip to content

Commit 8b23013

Browse files
lukebaumanncopybara-github
authored andcommitted
Updated jax.extend.ifrt_programs import to import the module and make an alias for the jax.extend.ifrt_programs.ifrt_programs variable.
PiperOrigin-RevId: 857248364
1 parent 67fb52a commit 8b23013

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pathwaysutils/plugin_executable.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@
1818
from typing import List, Sequence, Tuple, Union
1919

2020
import jax
21+
from jax.extend import ifrt_programs
2122
from jax.interpreters import pxla
22-
from jax.extend.ifrt_programs import ifrt_programs
23+
24+
25+
ifrt_programs = ifrt_programs.ifrt_programs
2326

2427

2528
class PluginExecutable:

0 commit comments

Comments
 (0)