Fix typo in Github links in elementwise_ops_schema.cc (#18018)
authorSameer Indarapu <isameer@live.com>
Tue, 26 Mar 2019 22:29:55 +0000 (15:29 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 26 Mar 2019 22:37:26 +0000 (15:37 -0700)
Summary:
s/elementwise_op_schema.cc/elementwise_ops_schema.cc
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18018

Differential Revision: D14612291

Pulled By: soumith

fbshipit-source-id: 09276283b9ff92c039ce530165c62cc8421fb443

caffe2/operators/elementwise_ops_schema.cc

index 1441622..4381b18 100644 (file)
@@ -27,7 +27,7 @@ Argument `broadcast=1` needs to be passed to enable broadcasting.
 
 Github Links:
 
-- https://github.com/pytorch/pytorch/blob/master/caffe2/operators/elementwise_op_schema.cc
+- https://github.com/pytorch/pytorch/blob/master/caffe2/operators/elementwise_ops_schema.cc
 
 )DOC";
 
@@ -883,7 +883,7 @@ Performs element-wise negation on input tensor `X`.
 
 Github Links:
 
-- https://github.com/pytorch/pytorch/blob/master/caffe2/operators/elementwise_op_schema.cc
+- https://github.com/pytorch/pytorch/blob/master/caffe2/operators/elementwise_ops_schema.cc
 
 <details>
 
@@ -938,7 +938,7 @@ OPERATOR_SCHEMA(Sign)
 Computes sign for each element of the input: -1, 0 or 1.
 
 Github Link:
-- https://github.com/pytorch/pytorch/blob/master/caffe2/operators/elementwise_op_schema.cc
+- https://github.com/pytorch/pytorch/blob/master/caffe2/operators/elementwise_ops_schema.cc
 
 <details>