Commit 5f621476 authored by Adam Procter's avatar Adam Procter

More standard terminology

parent b85c161f
......@@ -58,7 +58,7 @@ namespace ngraph
static const size_t s_undetermined_val{std::numeric_limits<size_t>::max()};
};
/// \brief Pushes a human-readable representation of "dimension" onto "str".
/// \brief Inserts a human-readable representation of "dimension" into "str".
std::ostream& operator<<(std::ostream& str, const Dimension& dimension);
/// \brief Addition operator for dimensions.
......
......@@ -98,6 +98,6 @@ namespace ngraph
/// returns a new shape whose ith dimension is s1[i] + s2[i].
PartialShape operator+(const PartialShape& s1, const PartialShape& s2);
/// \brief Pushes a human-readable representation of "shape" onto "str".
/// \brief Inserts a human-readable representation of "shape" into "str".
std::ostream& operator<<(std::ostream& str, const PartialShape& shape);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment