mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 22:30:35 +08:00
spelling and flake
Summary: mostly recent lintish things Reviewed By: nikhilaravi Differential Revision: D21089003 fbshipit-source-id: 028733c1d875268f1879e4481da475b7100ba0b6
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9397cd872d
commit
6207c359b1
@@ -43,7 +43,7 @@ EdgeFunctionForward(const float2& p, const float2& v0, const float2& v1) {
|
||||
// grad_edge: Upstream gradient for output from edge function.
|
||||
//
|
||||
// Returns:
|
||||
// tuple of gradients for each of the input points:
|
||||
// tuple of gradients for each of the input points:
|
||||
// (float2 d_edge_dp, float2 d_edge_dv0, float2 d_edge_dv1)
|
||||
//
|
||||
__device__ inline thrust::tuple<float2, float2, float2> EdgeFunctionBackward(
|
||||
|
||||
@@ -56,7 +56,7 @@ T EdgeFunctionForward(const vec2<T>& p, const vec2<T>& v0, const vec2<T>& v1) {
|
||||
// grad_edge: Upstream gradient for output from edge function.
|
||||
//
|
||||
// Returns:
|
||||
// tuple of gradients for each of the input points:
|
||||
// tuple of gradients for each of the input points:
|
||||
// (vec2<T> d_edge_dp, vec2<T> d_edge_dv0, vec2<T> d_edge_dv1)
|
||||
//
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user