Commit 1221652c authored by Adam Procter's avatar Adam Procter Committed by Scott Cyphers

Fix docstring in partial_shape.hpp (#3521)

parent b71f2462
......@@ -34,7 +34,7 @@ namespace ngraph
/// \li Dynamic rank. (Informal notation: `?`)
/// \li Static rank, but dynamic dimensions on some or all axes.
/// (Informal notation examples: `{1,2,?,4}`, `{?,?,?}`)
/// \li Static rank, and dynamic dimensions on all axes.
/// \li Static rank, and static dimensions on all axes.
/// (Informal notation examples: `{1,2,3,4}`, `{6}`, `{}`)
class PartialShape
{
......
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