提交 9e3a8b38 编写于 作者: T Travis CI

Deploy to GitHub Pages: 7ab48aec

上级 13aef696
......@@ -2038,7 +2038,7 @@
} ]
},{
"type" : "reduce_min",
"comment" : "\n{ReduceOp} Operator.\n\nThis operator computes the min of input tensor along the given dimension. \nThe result tensor has 1 fewer dimension than the input unless keep_dim is true.\n\n",
"comment" : "\n{ReduceOp} Operator.\n\nThis operator computes the min of input tensor along the given dimension. \nThe result tensor has 1 fewer dimension than the input unless keep_dim is true.\nIf reduce_all is true, just reduce along all dimensions and output a scalar.\n\n",
"inputs" : [
{
"name" : "X",
......@@ -2064,6 +2064,11 @@
"type" : "bool",
"comment" : "(bool, default false) If true, retain the reduced dimension with length 1.",
"generated" : 0
}, {
"name" : "reduce_all",
"type" : "bool",
"comment" : "(bool, default false) If true, output a scalar reduced along all dimensions.",
"generated" : 0
} ]
},{
"type" : "smooth_l1_loss",
......@@ -2284,7 +2289,7 @@
"attrs" : [ ]
},{
"type" : "reduce_max",
"comment" : "\n{ReduceOp} Operator.\n\nThis operator computes the max of input tensor along the given dimension. \nThe result tensor has 1 fewer dimension than the input unless keep_dim is true.\n\n",
"comment" : "\n{ReduceOp} Operator.\n\nThis operator computes the max of input tensor along the given dimension. \nThe result tensor has 1 fewer dimension than the input unless keep_dim is true.\nIf reduce_all is true, just reduce along all dimensions and output a scalar.\n\n",
"inputs" : [
{
"name" : "X",
......@@ -2310,6 +2315,11 @@
"type" : "bool",
"comment" : "(bool, default false) If true, retain the reduced dimension with length 1.",
"generated" : 0
}, {
"name" : "reduce_all",
"type" : "bool",
"comment" : "(bool, default false) If true, output a scalar reduced along all dimensions.",
"generated" : 0
} ]
},{
"type" : "rank_loss",
......@@ -2609,7 +2619,7 @@
} ]
},{
"type" : "reduce_sum",
"comment" : "\n{ReduceOp} Operator.\n\nThis operator computes the sum of input tensor along the given dimension. \nThe result tensor has 1 fewer dimension than the input unless keep_dim is true.\n\n",
"comment" : "\n{ReduceOp} Operator.\n\nThis operator computes the sum of input tensor along the given dimension. \nThe result tensor has 1 fewer dimension than the input unless keep_dim is true.\nIf reduce_all is true, just reduce along all dimensions and output a scalar.\n\n",
"inputs" : [
{
"name" : "X",
......@@ -2635,6 +2645,11 @@
"type" : "bool",
"comment" : "(bool, default false) If true, retain the reduced dimension with length 1.",
"generated" : 0
}, {
"name" : "reduce_all",
"type" : "bool",
"comment" : "(bool, default false) If true, output a scalar reduced along all dimensions.",
"generated" : 0
} ]
},{
"type" : "stanh",
......@@ -2772,7 +2787,7 @@
"attrs" : [ ]
},{
"type" : "reduce_mean",
"comment" : "\n{ReduceOp} Operator.\n\nThis operator computes the mean of input tensor along the given dimension. \nThe result tensor has 1 fewer dimension than the input unless keep_dim is true.\n\n",
"comment" : "\n{ReduceOp} Operator.\n\nThis operator computes the mean of input tensor along the given dimension. \nThe result tensor has 1 fewer dimension than the input unless keep_dim is true.\nIf reduce_all is true, just reduce along all dimensions and output a scalar.\n\n",
"inputs" : [
{
"name" : "X",
......@@ -2798,6 +2813,11 @@
"type" : "bool",
"comment" : "(bool, default false) If true, retain the reduced dimension with length 1.",
"generated" : 0
}, {
"name" : "reduce_all",
"type" : "bool",
"comment" : "(bool, default false) If true, output a scalar reduced along all dimensions.",
"generated" : 0
} ]
},{
"type" : "pool2d_cudnn",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册