Fix data missing when use trace::Graph::CreateTensor (#636)
This commit is contained in:
parent
9bb3e7c68b
commit
bab571b569
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue