提交 e129ac6b 编写于 作者: T Travis CI

Deploy to GitHub Pages: 2ec13062

上级 5acab4ef
......@@ -424,8 +424,7 @@ Duplicable: False Optional: False</td>
<dd><p>Mul Operator.</p>
<p>This operator is used to perform matrix multiplication for input $X$ and $Y$.</p>
<p>The equation is:</p>
<blockquote>
<div>$$Out = X * Y$$</div></blockquote>
<p>$$Out = X * Y$$</p>
<p>Both the input $X$ and $Y$ can carry the LoD (Level of Details) information,
or not. But the output only shares the LoD information with input $X$.</p>
<table class="docutils field-list" frame="void" rules="none">
......
......@@ -1145,7 +1145,7 @@
} ]
},{
"type" : "mul",
"comment" : "\nMul Operator.\n\nThis operator is used to perform matrix multiplication for input $X$ and $Y$.\n\nThe equation is:\n\n $$Out = X * Y$$\n\nBoth the input $X$ and $Y$ can carry the LoD (Level of Details) information,\nor not. But the output only shares the LoD information with input $X$.\n\n",
"comment" : "\nMul Operator.\n\nThis operator is used to perform matrix multiplication for input $X$ and $Y$.\n\nThe equation is:\n\n$$Out = X * Y$$\n\nBoth the input $X$ and $Y$ can carry the LoD (Level of Details) information,\nor not. But the output only shares the LoD information with input $X$.\n\n",
"inputs" : [
{
"name" : "X",
......@@ -1358,7 +1358,7 @@
} ]
},{
"type" : "positive_negative_pair",
"comment" : "\n PositiveNegativePairOp can be used to evaluate Learning To Rank(LTR) \n model performance. \n Within some context, e.g. the \"query\", a LTR model generates scores\n for a list of items, which gives a partial order of the items.\n PositiveNegativePairOp takes a list of reference rank order \n (Input(\"Label\")) and the model generated scores (Input(Score)) as \n inputs and counts the pairs that ranked correctly and incorrectly.\n",
"comment" : "\nPositiveNegativePairOp can be used to evaluate Learning To Rank(LTR) model's\nperformance.\n\nWithin some context, e.g. the \"query\", a LTR model generates scores for a list\nof items, which gives a partial order of the items. PositiveNegativePairOp\ntakes a list of reference rank order (Input(\"Label\")) and the model generated\nscores (Input(Score)) as inputs and counts the pairs that ranked correctly\nand incorrectly.\n",
"inputs" : [
{
"name" : "Score",
......
......@@ -437,8 +437,7 @@ Duplicable: False Optional: False</td>
<dd><p>Mul Operator.</p>
<p>This operator is used to perform matrix multiplication for input $X$ and $Y$.</p>
<p>The equation is:</p>
<blockquote>
<div>$$Out = X * Y$$</div></blockquote>
<p>$$Out = X * Y$$</p>
<p>Both the input $X$ and $Y$ can carry the LoD (Level of Details) information,
or not. But the output only shares the LoD information with input $X$.</p>
<table class="docutils field-list" frame="void" rules="none">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册