提交 5f9d733d 编写于 作者: T Travis CI

Deploy to GitHub Pages: 60eba8b7

上级 c0be961c
...@@ -29,15 +29,21 @@ ...@@ -29,15 +29,21 @@
"attrs" : [ ] "attrs" : [ ]
},{ },{
"type" : "print", "type" : "print",
"comment" : "\n Creates a print op that will print when a tensor is accessed.\n\n Wraps the tensor passed in so that whenever that a tensor is accessed,\n the message `message` is printed, along with the current value of the\n tensor `t`.", "comment" : "\nCreates a print op that will print when a tensor is accessed.\n\nWraps the tensor passed in so that whenever that a tensor is accessed,\nthe message `message` is printed, along with the current value of the\ntensor `t`.",
"inputs" : [ "inputs" : [
{ {
"name" : "input", "name" : "In",
"comment" : "the tensor that will be displayed.", "comment" : "Input tensor to be displayed.",
"duplicable" : 0,
"intermediate" : 0
} ],
"outputs" : [
{
"name" : "Out",
"comment" : "Output tensor with same data as input tensor.",
"duplicable" : 0, "duplicable" : 0,
"intermediate" : 0 "intermediate" : 0
} ], } ],
"outputs" : [ ],
"attrs" : [ "attrs" : [
{ {
"name" : "first_n", "name" : "first_n",
...@@ -52,7 +58,7 @@ ...@@ -52,7 +58,7 @@
}, { }, {
"name" : "summarize", "name" : "summarize",
"type" : "int", "type" : "int",
"comment" : "Print this number of elements in the tensor.", "comment" : "Number of elements printed.",
"generated" : 0 "generated" : 0
}, { }, {
"name" : "print_tensor_name", "name" : "print_tensor_name",
...@@ -74,6 +80,11 @@ ...@@ -74,6 +80,11 @@
"type" : "bool", "type" : "bool",
"comment" : "Whether to print the tensor's lod.", "comment" : "Whether to print the tensor's lod.",
"generated" : 0 "generated" : 0
}, {
"name" : "print_phase",
"type" : "string",
"comment" : "(string, default 'BOTH') Which phase to display including 'FORWARD' 'BACKWARD' and 'BOTH'.",
"generated" : 0
} ] } ]
},{ },{
"type" : "adagrad", "type" : "adagrad",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册