Compute Library
 23.08
SimpleTensorPrinter.h File Reference
#include "arm_compute/core/Error.h"
#include "tests/RawTensor.h"
#include "tests/SimpleTensor.h"
#include <iostream>
#include <sstream>

Go to the source code of this file.

Namespaces

 arm_compute
 Copyright (c) 2017-2023 Arm Limited.
 
 arm_compute::test
 

Functions

template<typename T >
std::string prettify_tensor (const SimpleTensor< T > &input, const IOFormatInfo &io_fmt=IOFormatInfo{ IOFormatInfo::PrintRegion::NoPadding })
 
template<typename T >
std::ostream & operator<< (std::ostream &os, const SimpleTensor< T > &tensor)
 
template<typename T >
std::string to_string (const SimpleTensor< T > &tensor)