From: Sameer Indarapu Date: Tue, 26 Mar 2019 22:29:55 +0000 (-0700) Subject: Fix typo in Github links in elementwise_ops_schema.cc (#18018) X-Git-Tag: accepted/tizen/6.5/unified/20211028.231830~613 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bdd098c694246f2b27c7e743d4f383739cc361a8;p=platform%2Fupstream%2Fpytorch.git Fix typo in Github links in elementwise_ops_schema.cc (#18018) 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 --- diff --git a/caffe2/operators/elementwise_ops_schema.cc b/caffe2/operators/elementwise_ops_schema.cc index 1441622..4381b18 100644 --- a/caffe2/operators/elementwise_ops_schema.cc +++ b/caffe2/operators/elementwise_ops_schema.cc @@ -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
@@ -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