NAME

Alien::onnxruntime

SYNOPSIS

my $alien = Alien::onnxruntime->new;
my $cflags = $alien->cflags;
my $libs = $alien->libs;
my $path = $alien->dist_dir;

The above methods are inherited from Alien::Base.

Otherwise it will download a latest from onnxruntime.

DESCRIPTION

Discover or download and install onnxruntime

AUTHOR

Yegor Korablev <egor@cpan.org>

LICENSE

The default license of onnxruntime is MIT.