class OnnxRuntime::CpuProviderOptions

Overview

CPU provider options

Defined in:

onnxruntime/provider.cr

Constructors

Instance Method Summary

Instance methods inherited from class OnnxRuntime::ProviderOptions

to_unsafe to_unsafe

Constructor Detail

def self.new(use_arena = true) #

[View source]

Instance Method Detail

def to_unsafe : Hash(String, String) #

Get the underlying options as a hash


[View source]