|
static Variable | forward (AutogradContext *ctx, Variable filters, Variable inp_features, Variable inp_importance, Variable neighbors_index, Variable neighbors_kernel_index, Variable neighbors_importance, Variable neighbors_row_splits, const bool normalize, const int64_t max_temp_mem_MB) |
|
static variable_list | backward (AutogradContext *ctx, variable_list grad_output) |
|
◆ backward()
static variable_list SparseConvFunction::backward |
( |
AutogradContext * |
ctx, |
|
|
variable_list |
grad_output |
|
) |
| |
|
inlinestatic |
◆ forward()
static Variable SparseConvFunction::forward |
( |
AutogradContext * |
ctx, |
|
|
Variable |
filters, |
|
|
Variable |
inp_features, |
|
|
Variable |
inp_importance, |
|
|
Variable |
neighbors_index, |
|
|
Variable |
neighbors_kernel_index, |
|
|
Variable |
neighbors_importance, |
|
|
Variable |
neighbors_row_splits, |
|
|
const bool |
normalize, |
|
|
const int64_t |
max_temp_mem_MB |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: