-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
210 lines (209 loc) · 5.71 KB
/
NAMESPACE
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# Generated by roxygen2: do not edit by hand
S3method("==",lazy_tensor)
S3method("[",lazy_tensor)
S3method("[<-",lazy_tensor)
S3method("[[<-",lazy_tensor)
S3method(as.data.table,DictionaryMlr3torchCallbacks)
S3method(as.data.table,DictionaryMlr3torchLosses)
S3method(as.data.table,DictionaryMlr3torchOptimizers)
S3method(as_data_descriptor,dataset)
S3method(as_lazy_tensor,DataDescriptor)
S3method(as_lazy_tensor,dataset)
S3method(as_lazy_tensor,numeric)
S3method(as_lazy_tensor,torch_tensor)
S3method(as_torch_callback,R6ClassGenerator)
S3method(as_torch_callback,TorchCallback)
S3method(as_torch_callback,character)
S3method(as_torch_callbacks,"NULL")
S3method(as_torch_callbacks,character)
S3method(as_torch_callbacks,default)
S3method(as_torch_callbacks,list)
S3method(as_torch_loss,TorchLoss)
S3method(as_torch_loss,character)
S3method(as_torch_loss,nn_loss)
S3method(as_torch_optimizer,TorchOptimizer)
S3method(as_torch_optimizer,character)
S3method(as_torch_optimizer,torch_optimizer_generator)
S3method(c,lazy_tensor)
S3method(col_info,DataBackendLazy)
S3method(format,lazy_tensor)
S3method(hash_input,TorchIngressToken)
S3method(hash_input,lazy_tensor)
S3method(hash_input,nn_module)
S3method(marshal_model,LearnerTorch)
S3method(marshal_model,learner_torch_model)
S3method(materialize,data.frame)
S3method(materialize,lazy_tensor)
S3method(materialize,list)
S3method(print,ModelDescriptor)
S3method(print,Select)
S3method(print,TorchIngressToken)
S3method(print,lazy_tensor)
S3method(rep,lazy_tensor)
S3method(rep_len,lazy_tensor)
S3method(replace_head,AlexNet)
S3method(replace_head,VGG)
S3method(replace_head,mobilenet_v2)
S3method(replace_head,resnet)
S3method(t_clbk,"NULL")
S3method(t_clbk,character)
S3method(t_clbks,"NULL")
S3method(t_clbks,character)
S3method(t_loss,"NULL")
S3method(t_loss,character)
S3method(t_losses,"NULL")
S3method(t_losses,character)
S3method(t_opt,"NULL")
S3method(t_opt,character)
S3method(t_opts,"NULL")
S3method(t_opts,character)
S3method(unmarshal_model,LearnerTorch)
S3method(unmarshal_model,learner_torch_model_marshaled)
export(CallbackSet)
export(CallbackSetCheckpoint)
export(CallbackSetHistory)
export(CallbackSetProgress)
export(CallbackSetTB)
export(CallbackSetUnfreeze)
export(ContextTorch)
export(DataBackendLazy)
export(DataDescriptor)
export(LearnerTorch)
export(LearnerTorchFeatureless)
export(LearnerTorchImage)
export(LearnerTorchMLP)
export(LearnerTorchModel)
export(LearnerTorchTabResNet)
export(LearnerTorchVision)
export(ModelDescriptor)
export(PipeOpModule)
export(PipeOpTaskPreprocTorch)
export(PipeOpTorch)
export(PipeOpTorchAdaptiveAvgPool1D)
export(PipeOpTorchAdaptiveAvgPool2D)
export(PipeOpTorchAdaptiveAvgPool3D)
export(PipeOpTorchAvgPool1D)
export(PipeOpTorchAvgPool2D)
export(PipeOpTorchAvgPool3D)
export(PipeOpTorchBatchNorm1D)
export(PipeOpTorchBatchNorm2D)
export(PipeOpTorchBatchNorm3D)
export(PipeOpTorchBlock)
export(PipeOpTorchCELU)
export(PipeOpTorchCallbacks)
export(PipeOpTorchConv1D)
export(PipeOpTorchConv2D)
export(PipeOpTorchConv3D)
export(PipeOpTorchConvTranspose1D)
export(PipeOpTorchConvTranspose2D)
export(PipeOpTorchConvTranspose3D)
export(PipeOpTorchDropout)
export(PipeOpTorchELU)
export(PipeOpTorchFlatten)
export(PipeOpTorchGELU)
export(PipeOpTorchGLU)
export(PipeOpTorchHardShrink)
export(PipeOpTorchHardSigmoid)
export(PipeOpTorchHardTanh)
export(PipeOpTorchHead)
export(PipeOpTorchIngress)
export(PipeOpTorchIngressCategorical)
export(PipeOpTorchIngressLazyTensor)
export(PipeOpTorchIngressNumeric)
export(PipeOpTorchLayerNorm)
export(PipeOpTorchLeakyReLU)
export(PipeOpTorchLinear)
export(PipeOpTorchLogSigmoid)
export(PipeOpTorchLoss)
export(PipeOpTorchMaxPool1D)
export(PipeOpTorchMaxPool2D)
export(PipeOpTorchMaxPool3D)
export(PipeOpTorchMerge)
export(PipeOpTorchMergeCat)
export(PipeOpTorchMergeProd)
export(PipeOpTorchMergeSum)
export(PipeOpTorchModel)
export(PipeOpTorchModelClassif)
export(PipeOpTorchModelRegr)
export(PipeOpTorchOptimizer)
export(PipeOpTorchPReLU)
export(PipeOpTorchRReLU)
export(PipeOpTorchReLU)
export(PipeOpTorchReLU6)
export(PipeOpTorchReshape)
export(PipeOpTorchSELU)
export(PipeOpTorchSigmoid)
export(PipeOpTorchSoftPlus)
export(PipeOpTorchSoftShrink)
export(PipeOpTorchSoftSign)
export(PipeOpTorchSoftmax)
export(PipeOpTorchSqueeze)
export(PipeOpTorchTanh)
export(PipeOpTorchTanhShrink)
export(PipeOpTorchThreshold)
export(PipeOpTorchUnsqueeze)
export(TorchCallback)
export(TorchDescriptor)
export(TorchIngressToken)
export(TorchLoss)
export(TorchOptimizer)
export(as_data_descriptor)
export(as_lazy_tensor)
export(as_torch_callback)
export(as_torch_callbacks)
export(as_torch_loss)
export(as_torch_optimizer)
export(assert_lazy_tensor)
export(auto_device)
export(batchgetter_categ)
export(batchgetter_num)
export(callback_set)
export(is_lazy_tensor)
export(lazy_tensor)
export(materialize)
export(mlr3torch_callbacks)
export(mlr3torch_losses)
export(mlr3torch_optimizers)
export(model_descriptor_to_learner)
export(model_descriptor_to_module)
export(model_descriptor_union)
export(nn)
export(nn_graph)
export(nn_merge_cat)
export(nn_merge_prod)
export(nn_merge_sum)
export(nn_reshape)
export(nn_squeeze)
export(nn_unsqueeze)
export(pipeop_preproc_torch)
export(replace_head)
export(select_all)
export(select_grep)
export(select_invert)
export(select_name)
export(select_none)
export(t_clbk)
export(t_clbks)
export(t_loss)
export(t_losses)
export(t_opt)
export(t_opts)
export(task_dataset)
export(torch_callback)
exportPattern("^PipeOpPreprocTorch")
import(checkmate)
import(data.table)
import(mlr3)
import(mlr3misc)
import(mlr3pipelines)
import(paradox)
import(torch)
importFrom(R6,R6Class)
importFrom(R6,is.R6)
importFrom(methods,formalArgs)
importFrom(tools,R_user_dir)
importFrom(utils,capture.output)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(withr,with_seed)