示例#1
0
 private static extern IntPtr THSNN_MaxPool3d_forward_with_indices(torch.nn.Module.HType module, IntPtr tensor, out IntPtr indices);
示例#2
0
 private static extern IntPtr THSNN_ConstantPad2d_forward(torch.nn.Module.HType module, IntPtr tensor);
示例#3
0
 extern static IntPtr THSNN_ConvTranspose1d_weight(torch.nn.Module.HType module);
示例#4
0
 extern static IntPtr THSNN_Bilinear_forward(torch.nn.Module.HType module, IntPtr input1, IntPtr input2);
示例#5
0
 extern static void THSNN_Bilinear_set_weight(torch.nn.Module.HType module, IntPtr tensor);
示例#6
0
文件: ELU.cs 项目: dsyme/TorchSharp
 private static extern IntPtr THSNN_ELU_forward(torch.nn.Module.HType module, IntPtr tensor);
示例#7
0
 extern static IntPtr THSNN_Linear_bias(torch.nn.Module.HType module);
示例#8
0
 private static extern IntPtr THSNN_BatchNorm1d_get_batches(torch.nn.Module.HType module);
示例#9
0
 private static extern void THSNN_BatchNorm1d_set_var(torch.nn.Module.HType module, IntPtr weight);
示例#10
0
 private static extern IntPtr THSNN_BatchNorm1d_weight(torch.nn.Module.HType module);
示例#11
0
 private static extern void THSNN_BatchNorm1d_reset_stats(torch.nn.Module.HType module);
示例#12
0
 private static extern void THSNN_BatchNorm1d_set_bias(torch.nn.Module.HType module, IntPtr bias);
示例#13
0
 extern static IntPtr THSNN_LSTMCell_forward(torch.nn.Module.HType module, IntPtr input, IntPtr h_0, IntPtr c_0, out IntPtr c_n);
示例#14
0
 private static extern void THSNN_Sequential_push_back(torch.nn.Module.HType module,
                                                       [MarshalAs(UnmanagedType.LPStr)] string name,
                                                       torch.nn.BoxedModule.HType boxedSubModule);
示例#15
0
 extern static IntPtr THSNN_EmbeddingBag_weight(torch.nn.Module.HType module);
示例#16
0
 extern static IntPtr THSNN_GRU_forward(torch.nn.Module.HType module, IntPtr input, IntPtr h_0, out IntPtr h_n);
示例#17
0
 extern static void THSNN_EmbeddingBag_set_weight(torch.nn.Module.HType module, IntPtr tensor);
示例#18
0
 private static extern IntPtr THSNN_PairwiseDistance_forward(torch.nn.Module.HType module, IntPtr input1, IntPtr input2);
示例#19
0
 extern static IntPtr THSNN_Linear_forward(torch.nn.Module.HType module, IntPtr tensor);
示例#20
0
 private static extern IntPtr THSNN_ReplicationPad3d_forward(torch.nn.Module.HType module, IntPtr tensor);
示例#21
0
 extern static void THSNN_Linear_set_bias(torch.nn.Module.HType module, IntPtr tensor);
示例#22
0
 private static extern IntPtr THSNN_LogSoftmax_forward(torch.nn.Module.HType handle, IntPtr tensor);
示例#23
0
 extern static IntPtr THSNN_Bilinear_weight(torch.nn.Module.HType module);
示例#24
0
 extern static IntPtr THSNN_Identity_forward(torch.nn.Module.HType module, IntPtr tensor);
示例#25
0
 private static extern IntPtr THSNN_PixelShuffle_forward(torch.nn.Module.HType module, IntPtr tensor);
示例#26
0
 private static extern IntPtr THSNN_FeatureAlphaDropout_forward(torch.nn.Module.HType module, IntPtr tensor);
示例#27
0
 private static extern IntPtr THSNN_ConvTranspose1d_forward(torch.nn.Module.HType module, IntPtr tensor);
示例#28
0
 private static extern IntPtr THSNN_EmbeddingBag_forward(torch.nn.Module.HType module, IntPtr tensor, IntPtr offsets, IntPtr per_sample_weights);
示例#29
0
 extern static void THSNN_ConvTranspose1d_set_weight(torch.nn.Module.HType module, IntPtr tensor);
示例#30
0
 extern static void THSNN_ConvTranspose3d_set_bias(torch.nn.Module.HType module, IntPtr tensor);