namespace std

Overview

Serializes a std::vector to a std::ostream More…

namespace std {

// structs

template <>
struct hash<ngraph::DiscreteTypeInfo>;

// classes

template <>
class numeric_limits<ngraph::bfloat16>;
template <>
class numeric_limits<ngraph::float16>;

// global functions

template <typename T>
std::ostream& operator << (
    std::ostream& out,
    const std::vector<T>& vec
    );

bool NGRAPH_API isnan(ngraph::float16 x);

} // namespace std

Detailed Documentation

Serializes a std::vector to a std::ostream

Parameters:

out

An output stream

vec

A vector to serialize

Returns:

A reference to a std::stream