--host_env_cpu
Description
If the OS and its architecture of the model compilation environment are inconsistent with those of the model operating environment, set this option to the OS architecture of the model operating environment.
If this option is not set, the OS architecture of the model compilation environment is used by default.
See Also
Use this option in conjunction with --host_env_os. You can use --host_env_os to set the OS type and --host_env_cpu to set the OS architecture.
Arguments
Arguments:
- AArch64
- x86_64
Suggestions and Benefits
None
Examples
--host_env_os=linux --host_env_cpu=x86_64
Dependencies and Restrictions
None
Parent topic: Basic Functionality