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

Search results for "dist:AI-MXNet Net::Time"

AI::MXNet::RunTime - Runtime querying of compile time features in the native library. River stage one • 2 direct dependents • 2 total dependents

With this module you can check at runtime which libraries and features were compiled in the library. Example usage: use AI::MXNet qw(mx); my $features = mx->runtime->Features(); print $features->is_enabled("CUDNN"); 0 print $features->is_enabled("CPU...

SKOLYCHEV/AI-MXNet-1.6 - 23 Jun 2023 16:35:58 UTC

AI::MXNet::Gluon::NN::Sequential River stage one • 2 direct dependents • 2 total dependents

Just your regular densely-connected NN layer. `Dense` implements the operation: `output = activation(dot(input, weight) + bias)` where `activation` is the element-wise activation function passed as the `activation` argument, `weight` is a weights mat...

SKOLYCHEV/AI-MXNet-1.6 - 23 Jun 2023 16:35:58 UTC
2 results (0.034 seconds)