Commit 01c424e4 authored by Adam Procter's avatar Adam Procter

Move get-off-my-lawn comment for Dimension class

parent bb305f29
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
// limitations under the License. // limitations under the License.
//***************************************************************************** //*****************************************************************************
// XXX: THIS CLASS IS NOT IN USE YET AND THE ENTIRE DESIGN IS SUBJECT TO CHANGE.
#pragma once #pragma once
#include <limits> #include <limits>
...@@ -27,6 +25,8 @@ namespace ngraph ...@@ -27,6 +25,8 @@ namespace ngraph
/// ///
/// Known dimensions may be implicitly converted from size_t. An unknown dimension is /// Known dimensions may be implicitly converted from size_t. An unknown dimension is
/// constructed with Dimension() or Dimension::undetermined(). /// constructed with Dimension() or Dimension::undetermined().
///
/// XXX: THIS CLASS IS NOT IN USE YET AND THE ENTIRE DESIGN IS SUBJECT TO CHANGE.
class Dimension class Dimension
{ {
public: public:
......
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