[JAX] Add Python binding for building a colocated Python program
This change adds a Python binding that makes ifrt::CustomCallProgram for a
colocated Python program. This Python binding will be used internally in the
colocated Python API implementation. The API does not yet compile the program
into an executable, which will be added separately.
[JAX] Add Python binding for building a colocated Python program
This change adds a Python binding that makes
ifrt::CustomCallProgram
for a colocated Python program. This Python binding will be used internally in the colocated Python API implementation. The API does not yet compile the program into an executable, which will be added separately.