--host_env_os

Description

If the OS and architecture of the model compilation environment are inconsistent with those of the model operating environment, set this option to the OS type of the model operating environment.

If this option is not set, the OS type of the model compilation environment is used by default.

See Also

Use this option in conjunction with --host_env_cpu. You can use --host_env_os to set the OS type and --host_env_cpu to set the OS architecture.

Arguments

Arguments: linux

Suggestions and Benefits

None

Examples

--host_env_os=linux --host_env_cpu=x86_64

Dependencies and Restrictions

None