From f3473b27aa4e7ab3c06d01fbb0ffa462a3ddda98 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 18 Jan 2018 02:13:24 +0000 Subject: [PATCH] Deploy to GitHub Pages: 388aa51ccf9df440327cd0fd351236645c0493f4 --- develop/doc/operators.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/develop/doc/operators.json b/develop/doc/operators.json index 910b950a58d..8239a3667a6 100644 --- a/develop/doc/operators.json +++ b/develop/doc/operators.json @@ -1612,7 +1612,7 @@ "attrs" : [ ] },{ "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.\nIf reduce_all is true, just reduce along all dimensions and output a scalar.\n\n", + "comment" : "\nReduceMin 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", @@ -1646,7 +1646,7 @@ } ] },{ "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.\nIf reduce_all is true, just reduce along all dimensions and output a scalar.\n\n", + "comment" : "\nReduceMax 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", @@ -1680,7 +1680,7 @@ } ] },{ "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.\nIf reduce_all is true, just reduce along all dimensions and output a scalar.\n\n", + "comment" : "\nReduceMean 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", @@ -2889,7 +2889,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.\nIf reduce_all is true, just reduce along all dimensions and output a scalar.\n\n", + "comment" : "\nReduceSum 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", -- GitLab