diff --git a/tt_eager/tensor/tensor_impl.hpp b/tt_eager/tensor/tensor_impl.hpp index feb8d6f8cee..38f9eaf62d6 100644 --- a/tt_eager/tensor/tensor_impl.hpp +++ b/tt_eager/tensor/tensor_impl.hpp @@ -212,7 +212,7 @@ std::string to_string_row_major_0D(const BufferType& buffer, const Shape& shape, } // TODO: make these configurable -const Shape MAX_NUM_ELEMENTS_TO_PRINT = Shape({1, 1, 4, 4}); +const Shape MAX_NUM_ELEMENTS_TO_PRINT = Shape({4, 4, 32, 32}); template std::string to_string_row_major_1D(const BufferType& buffer, const Shape& shape, DataType dtype) {