Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 committed Mar 29, 2019
1 parent 11398d8 commit bbc1261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topi/python/topi/generic/nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,12 @@ def schedule_group_conv2d_nchw(outs):

@tvm.target.generic_func
def schedule_deformable_conv2d_nchw(outs):
"""Schedule for conv2d_nchw
"""Schedule for deformable_conv2d_nchw
Parameters
----------
outs: Array of Tensor
The computation graph description of conv2d_nchw
The computation graph description of deformable_conv2d_nchw
in the format of an array of tensors.
Returns
Expand Down

0 comments on commit bbc1261

Please sign in to comment.