From 1fd4d96bdab599a23e8362e615e9fa2b4d91eaa1 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 12 Jan 2018 04:54:23 +0000 Subject: [PATCH] Deploy to GitHub Pages: d954becb1c610f2944587be323c211226d848120 --- develop/doc/operators.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/develop/doc/operators.json b/develop/doc/operators.json index 618d1743947..5c0053c43d2 100644 --- a/develop/doc/operators.json +++ b/develop/doc/operators.json @@ -5136,6 +5136,39 @@ "comment" : "The number of thresholds to use when discretizing the roc curve.", "generated" : 0 } ] +},{ + "type" : "assign_value", + "comment" : "\nAssignValue operator\n\n$$Out = values$$\n", + "inputs" : [ ], + "outputs" : [ + { + "name" : "Out", + "comment" : "(Tensor) Output tensor of assign_value operator.", + "duplicable" : 0, + "intermediate" : 0 + } ], + "attrs" : [ + { + "name" : "shape", + "type" : "int array", + "comment" : "(vector) Shape of values.", + "generated" : 0 + }, { + "name" : "dtype", + "type" : "int", + "comment" : "data type of values", + "generated" : 0 + }, { + "name" : "fp32_values", + "type" : "float array", + "comment" : "store the float values", + "generated" : 0 + }, { + "name" : "int32_values", + "type" : "int array", + "comment" : "store the int values", + "generated" : 0 + } ] },{ "type" : "split", "comment" : "\nSplit operator\n\nThis operator splits the input tensor into multiple sub-tensors.\n\nExample:\n Input = [[1,2],\n [3,4],\n [5,6]]\n sections = [2,1]\n axis = 0\n Output[0] = [[1,2],\n [3,4]]\n Output[1] = [[5,6]]\n\n ", -- GitLab