About conversion of summarywriter to C++

Hi, All

I have inquiry about how to convert tensorboard.summarywriter to C++
The python code is
Self.writer=tensorboardX.SummaryWriter()

Any suggestions are welcome.

Thanks!

I don’t think tensorboard has a built-in C++ API, but you might be able to find some 3rd party implementations.
Here is a tracker for a feature request to enable C++ logging, which apparently didn’t get much attention.