Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
70cf8f28
Commit
70cf8f28
authored
Jun 04, 2019
by
Adam Rogowiec
Committed by
Scott Cyphers
Jun 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rephrase comments to be tense consisten. (#2995)
parent
a073c39e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
reshape.hpp
src/ngraph/builder/reshape.hpp
+2
-2
reshape.hpp
src/ngraph/op/util/reshape.hpp
+2
-2
No files found.
src/ngraph/builder/reshape.hpp
View file @
70cf8f28
...
...
@@ -29,7 +29,7 @@ namespace ngraph
{
/// \brief Change shape of input tensor.
///
/// \param[in] node The node
which shape will be used as input to Reshape
.
/// \param[in] node The node
producing the tensor to be reshaped
.
/// \param[in] shape The new shape for input tensor.
///
/// \return The node representing a Reshape operation.
...
...
@@ -57,7 +57,7 @@ namespace ngraph
/// \param node The tensor to be flattened.
/// \param axis The axis dividing shape.
///
/// \return The new node
being a 2D matrix representing
flattened input node.
/// \return The new node
will be a 2D matrix representing the
flattened input node.
std
::
shared_ptr
<
Node
>
flatten
(
const
std
::
shared_ptr
<
Node
>&
node
,
int
axis
);
}
// namespace builder
}
// namespace ngraph
src/ngraph/op/util/reshape.hpp
View file @
70cf8f28
...
...
@@ -32,7 +32,7 @@ namespace ngraph
{
/// \brief Change shape of input tensor.
///
/// \param[in] node The node
which shape will be used as input to Reshape
.
/// \param[in] node The node
producing the tensor to be reshaped
.
/// \param[in] shape The new shape for input tensor.
///
/// \return The node representing a Reshape operation.
...
...
@@ -70,7 +70,7 @@ namespace ngraph
/// \param node The tensor to be flattened.
/// \param axis The axis dividing shape.
///
/// \return The new node
being a 2D matrix representing
flattened input node.
/// \return The new node
will be a 2D matrix representing the
flattened input node.
std
::
shared_ptr
<
ngraph
::
Node
>
flatten
(
const
std
::
shared_ptr
<
ngraph
::
Node
>&
node
,
int
axis
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment