module OnnxRuntime

Defined in:

onnxruntime.cr
onnxruntime/inference_session.cr
onnxruntime/io_binding.cr
onnxruntime/libonnxruntime.cr
onnxruntime/model_metadata.cr
onnxruntime/ort_environment.cr
onnxruntime/provider.cr
onnxruntime/run_options.cr
onnxruntime/sparse_tensor.cr
onnxruntime/tensor.cr
onnxruntime/tensor_info.cr
onnxruntime/training_session.cr
onnxruntime/version.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.create_provider(name : String, session : InferenceSession, **options) #

Factory method to create providers


[View source]