Commit bbaaecc1 authored by rusty1s's avatar rusty1s
Browse files

return

parent 8b8ba0c2
......@@ -60,7 +60,11 @@ The kernel function is defined over the weighted B-spline tensor product basis,
* **is_open_spline** *(ByteTensor)* - Whether to use open or closed B-spline bases for each dimension
* **degree** *(int)* - B-spline basis degree (default: `1`)
* **root_weight** *(Tensor or Variable)* - Additional shared trainable parameters for each feature of the root node of shape `(in_channels x out_channels)` (default: `None`)
* **bias** *(Tensor or Variable)* - Optional bias of shape (`out_channels`) (default: `None`)
* **bias** *(Tensor or Variable)* - Optional bias of shape `(out_channels)` (default: `None`)
### Returns
* **output** *(Tensor or Variable)* - Output node features of shape `(number_of_nodes x out_channels)`
### Example
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment