The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.