You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

ImageWatchNNIE.natvis 1.4 kB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
  3. <UIVisualizer ServiceId="{A452AFEA-3DF6-46BB-9177-C0B08F318025}" Id="1" MenuName="Add to Image Watch"/>
  4. <!-- Tencent NCNN ncnn::Mat support -->
  5. <Type Name="hiSVP_BLOB_S">
  6. <UIVisualizer ServiceId="{A452AFEA-3DF6-46BB-9177-C0B08F318025}" Id="1" />
  7. </Type>
  8. <Type Name="hiSVP_BLOB_S">
  9. <DisplayString Condition="enType==0">{{INT32, {unShape.stWhc.u32Chn} x {unShape.stWhc.u32Width} x {unShape.stWhc.u32Height}}}</DisplayString>
  10. <DisplayString Condition="enType==1">{{UINT8, {unShape.stWhc.u32Chn} x {unShape.stWhc.u32Width} x {unShape.stWhc.u32Height}}}</DisplayString>
  11. <Expand>
  12. <Synthetic Name="[type]" Condition="enType==0">
  13. <DisplayString>INT32</DisplayString>
  14. </Synthetic>
  15. <Synthetic Name="[type]" Condition="enType==1">
  16. <DisplayString>UINT8</DisplayString>
  17. </Synthetic>
  18. <Item Name="[channels]">unShape.stWhc.u32Chn</Item>
  19. <Item Name="[width]">unShape.stWhc.u32Width</Item>
  20. <Item Name="[height]">unShape.stWhc.u32Height</Item>
  21. <Item Name="[planes]">unShape.stWhc.u32Chn</Item>
  22. <Item Name="[data]">u64VirAddr</Item>
  23. <Item Name="[stride]" Condition="enType==0">u32Stride</Item>
  24. <Item Name="[stride]" Condition="enType==1">u32Stride</Item>
  25. </Expand>
  26. </Type>
  27. </AutoVisualizer>