From bab571b569e7f70fd23bb4d853ff31933dbf8d44 Mon Sep 17 00:00:00 2001 From: xie-oritek <142767785+xie-oritek@users.noreply.github.com> Date: Tue, 22 Aug 2023 16:53:24 +0800 Subject: [PATCH] Fix data missing when use trace::Graph::CreateTensor (#636) --- include/tim/experimental/trace/tvx/graph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tim/experimental/trace/tvx/graph.h b/include/tim/experimental/trace/tvx/graph.h index 0d9c12d..1ab59e4 100755 --- a/include/tim/experimental/trace/tvx/graph.h +++ b/include/tim/experimental/trace/tvx/graph.h @@ -108,7 +108,7 @@ struct Graph : public TraceClassBase { uint32_t offset = \ Tracer::dump_data( \ BOOST_PP_SEQ_ELEM(1, params), sizeof(char), count); \ - LOGGING_POINTER_MSG(offset, count, 0) \ + LOGGING_POINTER_MSG(offset, count, 1) \ } // DEF_MEMFN_SP(Tensor,