appendRocmProvider method
Appends ROCm provider (AMD GPU acceleration). Requires AMD GPU with ROCm runtime installed (Linux only).
Implementation
bool appendRocmProvider(ROCmFlags flags) {
return _appendExecutionProvider(OrtProvider.rocm, flags);
}