namespace ngraph::descriptor

Descriptors are compile-time representations of objects that will appear at run-time.

namespace descriptor {

// namespaces

namespace ngraph::descriptor::layout;

// classes

class Input;
class Output;
class Tensor;

// global functions

NGRAPH_API std::ostream& operator << (
    std::ostream&,
    const ngraph::descriptor::Tensor&
    );

} // namespace descriptor