Fix typo: op[s]iops -> op[t]ions. (#1329)

Resolve https://github.com/microsoft/onnxruntime/issues/1322
This commit is contained in:
xkszltl 2019-07-01 21:25:38 -07:00 committed by Changming Sun
parent f67a1629fc
commit 98ea675e40

View file

@ -19,7 +19,7 @@ int main(int argc, char* argv[]) {
// If onnxruntime.dll is built with CUDA enabled, we can uncomment out this line to use CUDA for this
// session (we also need to include cuda_provider_factory.h above which defines it)
// #include "cuda_provider_factory.h"
// OrtSessionOptionsAppendExecutionProvider_CUDA(session_opsions, 1);
// OrtSessionOptionsAppendExecutionProvider_CUDA(session_options, 1);
// Sets graph optimization level
// Available levels are