提交 752bfd30 编写于 作者: T Travis CI

Deploy to GitHub Pages: 1ba8f7fe

上级 79b99b4a
...@@ -518,9 +518,9 @@ Given a 2-D tensor X with 2 rows and 2 columns</p> ...@@ -518,9 +518,9 @@ Given a 2-D tensor X with 2 rows and 2 columns</p>
<blockquote> <blockquote>
<div>[[1, 2], [3, 4]]</div></blockquote> <div>[[1, 2], [3, 4]]</div></blockquote>
<p>and target shape = [1, 4], the reshape operator will transform <p>and target shape = [1, 4], the reshape operator will transform
the tensor X into a 1-D tensor:</p> the tensor X into a 2-D tensor:</p>
<blockquote> <blockquote>
<div>[1, 2, 3, 4]</div></blockquote> <div>[[1, 2, 3, 4]]</div></blockquote>
<table class="docutils field-list" frame="void" rules="none"> <table class="docutils field-list" frame="void" rules="none">
<col class="field-name" /> <col class="field-name" />
<col class="field-body" /> <col class="field-body" />
...@@ -599,9 +599,9 @@ Given a 2-D tensor X with 2 rows and 2 columns</p> ...@@ -599,9 +599,9 @@ Given a 2-D tensor X with 2 rows and 2 columns</p>
<blockquote> <blockquote>
<div>[[1, 2], [3, 4]]</div></blockquote> <div>[[1, 2], [3, 4]]</div></blockquote>
<p>and target shape = [1, 4], the reshape operator will transform <p>and target shape = [1, 4], the reshape operator will transform
the tensor X into a 1-D tensor:</p> the tensor X into a 2-D tensor:</p>
<blockquote> <blockquote>
<div>[1, 2, 3, 4]</div></blockquote> <div>[[1, 2, 3, 4]]</div></blockquote>
<table class="docutils field-list" frame="void" rules="none"> <table class="docutils field-list" frame="void" rules="none">
<col class="field-name" /> <col class="field-name" />
<col class="field-body" /> <col class="field-body" />
......
...@@ -2868,7 +2868,7 @@ ...@@ -2868,7 +2868,7 @@
"attrs" : [ ] "attrs" : [ ]
},{ },{
"type" : "reshape", "type" : "reshape",
"comment" : "\nReshape Operator.\n\nReshape Input(X) into the shape specified by Attr(shape).\n\nAn example:\nGiven a 2-D tensor X with 2 rows and 2 columns\n\n [[1, 2], [3, 4]]\n\nand target shape = [1, 4], the reshape operator will transform\nthe tensor X into a 1-D tensor:\n\n [1, 2, 3, 4]\n\n", "comment" : "\nReshape Operator.\n\nReshape Input(X) into the shape specified by Attr(shape).\n\nAn example:\nGiven a 2-D tensor X with 2 rows and 2 columns\n\n [[1, 2], [3, 4]]\n\nand target shape = [1, 4], the reshape operator will transform\nthe tensor X into a 2-D tensor:\n\n [[1, 2, 3, 4]]\n\n",
"inputs" : [ "inputs" : [
{ {
"name" : "X", "name" : "X",
......
...@@ -512,9 +512,9 @@ Given a 2-D tensor X with 2 rows and 2 columns</p> ...@@ -512,9 +512,9 @@ Given a 2-D tensor X with 2 rows and 2 columns</p>
<blockquote> <blockquote>
<div>[[1, 2], [3, 4]]</div></blockquote> <div>[[1, 2], [3, 4]]</div></blockquote>
<p>and target shape = [1, 4], the reshape operator will transform <p>and target shape = [1, 4], the reshape operator will transform
the tensor X into a 1-D tensor:</p> the tensor X into a 2-D tensor:</p>
<blockquote> <blockquote>
<div>[1, 2, 3, 4]</div></blockquote> <div>[[1, 2, 3, 4]]</div></blockquote>
<table class="docutils field-list" frame="void" rules="none"> <table class="docutils field-list" frame="void" rules="none">
<col class="field-name" /> <col class="field-name" />
<col class="field-body" /> <col class="field-body" />
...@@ -593,9 +593,9 @@ Given a 2-D tensor X with 2 rows and 2 columns</p> ...@@ -593,9 +593,9 @@ Given a 2-D tensor X with 2 rows and 2 columns</p>
<blockquote> <blockquote>
<div>[[1, 2], [3, 4]]</div></blockquote> <div>[[1, 2], [3, 4]]</div></blockquote>
<p>and target shape = [1, 4], the reshape operator will transform <p>and target shape = [1, 4], the reshape operator will transform
the tensor X into a 1-D tensor:</p> the tensor X into a 2-D tensor:</p>
<blockquote> <blockquote>
<div>[1, 2, 3, 4]</div></blockquote> <div>[[1, 2, 3, 4]]</div></blockquote>
<table class="docutils field-list" frame="void" rules="none"> <table class="docutils field-list" frame="void" rules="none">
<col class="field-name" /> <col class="field-name" />
<col class="field-body" /> <col class="field-body" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册