pub const TENFERRO_PJRT_PLUGIN_ENV: &str = "TENFERRO_PJRT_PLUGIN";Expand description
Environment variable used for the default PJRT plugin path.
ยงExamples
use tenferro_xla::TENFERRO_PJRT_PLUGIN_ENV;
assert_eq!(TENFERRO_PJRT_PLUGIN_ENV, "TENFERRO_PJRT_PLUGIN");