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
5f621476
Commit
5f621476
authored
Sep 26, 2018
by
Adam Procter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More standard terminology
parent
b85c161f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dimension.hpp
src/ngraph/dimension.hpp
+1
-1
partial_shape.hpp
src/ngraph/partial_shape.hpp
+1
-1
No files found.
src/ngraph/dimension.hpp
View file @
5f621476
...
@@ -58,7 +58,7 @@ namespace ngraph
...
@@ -58,7 +58,7 @@ namespace ngraph
static
const
size_t
s_undetermined_val
{
std
::
numeric_limits
<
size_t
>::
max
()};
static
const
size_t
s_undetermined_val
{
std
::
numeric_limits
<
size_t
>::
max
()};
};
};
/// \brief
Pushes a human-readable representation of "dimension" o
nto "str".
/// \brief
Inserts a human-readable representation of "dimension" i
nto "str".
std
::
ostream
&
operator
<<
(
std
::
ostream
&
str
,
const
Dimension
&
dimension
);
std
::
ostream
&
operator
<<
(
std
::
ostream
&
str
,
const
Dimension
&
dimension
);
/// \brief Addition operator for dimensions.
/// \brief Addition operator for dimensions.
...
...
src/ngraph/partial_shape.hpp
View file @
5f621476
...
@@ -98,6 +98,6 @@ namespace ngraph
...
@@ -98,6 +98,6 @@ namespace ngraph
/// returns a new shape whose ith dimension is s1[i] + s2[i].
/// returns a new shape whose ith dimension is s1[i] + s2[i].
PartialShape
operator
+
(
const
PartialShape
&
s1
,
const
PartialShape
&
s2
);
PartialShape
operator
+
(
const
PartialShape
&
s1
,
const
PartialShape
&
s2
);
/// \brief
Pushes a human-readable representation of "shape" o
nto "str".
/// \brief
Inserts a human-readable representation of "shape" i
nto "str".
std
::
ostream
&
operator
<<
(
std
::
ostream
&
str
,
const
PartialShape
&
shape
);
std
::
ostream
&
operator
<<
(
std
::
ostream
&
str
,
const
PartialShape
&
shape
);
}
}
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