From 82c6f85136ca2ea45c335bc8611c0e4ef52f623a Mon Sep 17 00:00:00 2001 From: PFZheng Date: Fri, 4 Dec 2015 01:09:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AF=91=E8=80=85=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SOURCE/how_tos/adding_an_op.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SOURCE/how_tos/adding_an_op.md b/SOURCE/how_tos/adding_an_op.md index c7b60e1..efe9607 100755 --- a/SOURCE/how_tos/adding_an_op.md +++ b/SOURCE/how_tos/adding_an_op.md @@ -968,3 +968,5 @@ def _int_list_input_example_shape(op): [types-proto]:https://tensorflow.googlesource.com/tensorflow/+/master/tensorflow/core/framework/types.proto [TensorShapeProto]:https://tensorflow.googlesource.com/tensorflow/+/master/tensorflow/core/framework/tensor_shape.proto [TensorProto]:https://tensorflow.googlesource.com/tensorflow/+/master/tensorflow/core/framework/tensor.proto + +> 原文:[Adding a New Op](http://www.tensorflow.org/how_tos/adding_an_op/index.html#adding-a-new-op) 翻译:[@doc001](https://github.com/PFZheng) \ No newline at end of file