abstract class OnnxRuntime::Provider

Overview

Abstract base class for execution providers

Direct Known Subclasses

Defined in:

onnxruntime/provider.cr

Instance Method Summary

Instance Method Detail

abstract def name : String #

Get the provider name


[View source]
abstract def options : ProviderOptions | Nil #

Get the provider options


[View source]