/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/host_utility/io.hpp File Reference

/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/host_utility/io.hpp File Reference#

Composable Kernel: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/ck/host_utility/io.hpp File Reference
io.hpp File Reference
#include <cstdlib>
#include <iostream>
#include <vector>
#include <iterator>
#include "ck/tensor_description/tensor_descriptor.hpp"

Go to the source code of this file.

Namespaces

 ck
 

Functions

template<typename T >
std::ostream & ck::operator<< (std::ostream &os, const std::vector< T > &v)
 
template<typename T , std::size_t N>
std::ostream & ck::operator<< (std::ostream &os, const std::array< T, N > &v)
 
template<typename... Ts>
std::ostream & ck::operator<< (std::ostream &os, const TensorDescriptor< Ts... > &desc)