From 9e3a8b384f29482c361d3f85757f30e0f04c458e Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 14 Dec 2017 06:09:45 +0000 Subject: [PATCH] Deploy to GitHub Pages: 7ab48aec0055782be6d488c55d0543165363c6d8 --- develop/doc/operators.json | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/develop/doc/operators.json b/develop/doc/operators.json index ba0b568f78..6958d3d152 100644 --- a/develop/doc/operators.json +++ b/develop/doc/operators.json @@ -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", -- GitLab