Sha256: 294c2d507eb86afa04f4ffb5a474564dddba8ceb3e5aadd5f7fcfc4fed1b8d33

Contents?: true

Size: 265 Bytes

Versions: 9

Compression:

Stored size: 265 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");
  add_special_functions(rb_mSpecial);
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
torch-rb-0.18.0 ext/torch/special.cpp
torch-rb-0.17.1 ext/torch/special.cpp
torch-rb-0.17.0 ext/torch/special.cpp
torch-rb-0.16.0 ext/torch/special.cpp
torch-rb-0.15.0 ext/torch/special.cpp
torch-rb-0.14.1 ext/torch/special.cpp
torch-rb-0.14.0 ext/torch/special.cpp
torch-rb-0.13.2 ext/torch/special.cpp
torch-rb-0.13.1 ext/torch/special.cpp