Sha256: a0a817c17710f41bdc317c2af907ddbc7984462634971c94b9e8e90fe32bd69c
Contents?: true
Size: 320 Bytes
Versions: 16
Compression:
Stored size: 320 Bytes
Contents
#include <torch/torch.h> #include <rice/rice.hpp> #include "special_functions.h" #include "templates.h" #include "utils.h" void init_special(Rice::Module& m) { auto rb_mSpecial = Rice::define_module_under(m, "Special"); rb_mSpecial.add_handler<torch::Error>(handle_error); add_special_functions(rb_mSpecial); }
Version data entries
16 entries across 16 versions & 1 rubygems