若API未标明支持情况则代表该API暂无验证结果,待验证后更新表格。
API名称 |
是否支持 |
限制与说明 |
---|---|---|
torch.utils.tensorboard.writer.SummaryWriter |
是 |
|
torch.utils.tensorboard.writer.SummaryWriter.__init__ |
是 |
|
torch.utils.tensorboard.writer.SummaryWriter.add_scalar |
是 |
|
torch.utils.tensorboard.writer.SummaryWriter.add_scalars |
是 |
|
torch.utils.tensorboard.writer.SummaryWriter.add_histogram |
是 |
|
torch.utils.tensorboard.writer.SummaryWriter.add_image |
是 |
支持fp16,fp32,fp64,int8,uint8,int16,int32,int64,bool |
torch.utils.tensorboard.writer.SummaryWriter.add_images |
是 |
支持fp16,fp32,fp64,int8,uint8,int16,int32,int64,bool |
torch.utils.tensorboard.writer.SummaryWriter.add_figure |
是 |
|
torch.utils.tensorboard.writer.SummaryWriter.add_video |
是 |
支持bf16,fp16,fp32,fp64,int8,uint8,int16,int32,int64,bool |
torch.utils.tensorboard.writer.SummaryWriter.add_audio |
是 |
支持bf16,fp16,fp32,fp64,int8,uint8,int16,int32,int64,bool |
torch.utils.tensorboard.writer.SummaryWriter.add_text |
是 |
|
torch.utils.tensorboard.writer.SummaryWriter.add_graph |
是 |
支持bf16,fp16,fp32,fp64,int8,uint8,int16,int32,int64,bool |
torch.utils.tensorboard.writer.SummaryWriter.add_embedding |
是 |
支持fp16,fp32,fp64,int8,uint8,int16,int32,int64,bool |
torch.utils.tensorboard.writer.SummaryWriter.add_pr_curve |
是 |
支持fp16,fp32,fp64,int8,uint8,int16,int32,int64,bool |
torch.utils.tensorboard.writer.SummaryWriter.add_custom_scalars |
是 |
|
torch.utils.tensorboard.writer.SummaryWriter.add_mesh |
是 |
支持bf16,fp16,fp32,fp64,int8,uint8,int16,int32,int64,bool |
torch.utils.tensorboard.writer.SummaryWriter.add_hparams |
是 |
|
torch.utils.tensorboard.writer.SummaryWriter.flush |
是 |
|
torch.utils.tensorboard.writer.SummaryWriter.close |
是 |