提交 1e4e216d 编写于 作者: A A. Unique TensorFlower 提交者: TensorFlower Gardener

Restore doc string for the "name" argument.

PiperOrigin-RevId: 165078268
上级 22c56f0f
......@@ -277,9 +277,7 @@ string GenEagerPythonOp::Code() {
AddDocStringArgs();
AddDocStringInputs();
AddDocStringAttrs();
strings::StrAppend(
&result_,
" name: A name for the operation (optional, only for graph mode).\n");
AddDocStringNameArg();
AddOutputGlobals();
AddDocStringOutputs();
strings::StrAppend(&result_, " \"\"\"\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册