Fix data missing when use trace::Graph::CreateTensor (#636)

This commit is contained in:
xie-oritek 2023-08-22 16:53:24 +08:00 committed by GitHub
parent 9bb3e7c68b
commit bab571b569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ struct Graph : public TraceClassBase<target::Graph> {
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,