Sha256: e682242045585423f493bbce170cd6be9fa6556d2a3feea89490d0aee1bd1196

Contents?: true

Size: 241 Bytes

Versions: 9

Compression:

Stored size: 241 Bytes

Contents

#include <torch/torch.h>

#include <rice/rice.hpp>

#include "fft_functions.h"
#include "templates.h"
#include "utils.h"

void init_fft(Rice::Module& m) {
  auto rb_mFFT = Rice::define_module_under(m, "FFT");
  add_fft_functions(rb_mFFT);
}

Version data entries

9 entries across 9 versions & 1 rubygems

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