-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 814 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Generated by roxygen2: do not edit by hand
export(DerivativeOfGaussian)
export(MexicanHat)
export(Morlet)
export(Paul)
export(Wavelet)
export(WaveletTransform)
export(wavelet_transform)
importFrom(torch,cuda_is_available)
importFrom(torch,nn_conv1d)
importFrom(torch,nn_module)
importFrom(torch,torch_abs)
importFrom(torch,torch_arange)
importFrom(torch,torch_cat)
importFrom(torch,torch_complex)
importFrom(torch,torch_exp)
importFrom(torch,torch_fft_fft)
importFrom(torch,torch_fft_fftfreq)
importFrom(torch,torch_fft_ifft)
importFrom(torch,torch_float32)
importFrom(torch,torch_float64)
importFrom(torch,torch_hstack)
importFrom(torch,torch_is_complex)
importFrom(torch,torch_long)
importFrom(torch,torch_reciprocal)
importFrom(torch,torch_stack)
importFrom(torch,torch_tensor)
importFrom(torch,torch_where)