PJRTProgram
R/program.R
pjrt_program.Rd
Create a program from a string or file path.
pjrt_program(src = NULL, path = NULL, format = c("mlir", "hlo"))
(character(1)) Source code.
character(1)
(character(1)) Path to the program file.
(character(1)) One of "mlir" or "hlo".