Created
December 17, 2019 19:58
-
-
Save gautamchitnis/1672db512eb61ab12b96255b08e283ac to your computer and use it in GitHub Desktop.
detectron2 compile error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(dd) F:\dd\conan_det\detectron2>python setup.py build develop | |
running build | |
running build_py | |
creating build | |
creating build\lib.win-amd64-3.7 | |
creating build\lib.win-amd64-3.7\detectron2 | |
copying detectron2\__init__.py -> build\lib.win-amd64-3.7\detectron2 | |
creating build\lib.win-amd64-3.7\detectron2\checkpoint | |
copying detectron2\checkpoint\c2_model_loading.py -> build\lib.win-amd64-3.7\detectron2\checkpoint | |
copying detectron2\checkpoint\catalog.py -> build\lib.win-amd64-3.7\detectron2\checkpoint | |
copying detectron2\checkpoint\detection_checkpoint.py -> build\lib.win-amd64-3.7\detectron2\checkpoint | |
copying detectron2\checkpoint\__init__.py -> build\lib.win-amd64-3.7\detectron2\checkpoint | |
creating build\lib.win-amd64-3.7\detectron2\config | |
copying detectron2\config\compat.py -> build\lib.win-amd64-3.7\detectron2\config | |
copying detectron2\config\config.py -> build\lib.win-amd64-3.7\detectron2\config | |
copying detectron2\config\defaults.py -> build\lib.win-amd64-3.7\detectron2\config | |
copying detectron2\config\__init__.py -> build\lib.win-amd64-3.7\detectron2\config | |
creating build\lib.win-amd64-3.7\detectron2\data | |
copying detectron2\data\build.py -> build\lib.win-amd64-3.7\detectron2\data | |
copying detectron2\data\catalog.py -> build\lib.win-amd64-3.7\detectron2\data | |
copying detectron2\data\common.py -> build\lib.win-amd64-3.7\detectron2\data | |
copying detectron2\data\dataset_mapper.py -> build\lib.win-amd64-3.7\detectron2\data | |
copying detectron2\data\detection_utils.py -> build\lib.win-amd64-3.7\detectron2\data | |
copying detectron2\data\__init__.py -> build\lib.win-amd64-3.7\detectron2\data | |
creating build\lib.win-amd64-3.7\detectron2\engine | |
copying detectron2\engine\defaults.py -> build\lib.win-amd64-3.7\detectron2\engine | |
copying detectron2\engine\hooks.py -> build\lib.win-amd64-3.7\detectron2\engine | |
copying detectron2\engine\launch.py -> build\lib.win-amd64-3.7\detectron2\engine | |
copying detectron2\engine\train_loop.py -> build\lib.win-amd64-3.7\detectron2\engine | |
copying detectron2\engine\__init__.py -> build\lib.win-amd64-3.7\detectron2\engine | |
creating build\lib.win-amd64-3.7\detectron2\evaluation | |
copying detectron2\evaluation\cityscapes_evaluation.py -> build\lib.win-amd64-3.7\detectron2\evaluation | |
copying detectron2\evaluation\coco_evaluation.py -> build\lib.win-amd64-3.7\detectron2\evaluation | |
copying detectron2\evaluation\evaluator.py -> build\lib.win-amd64-3.7\detectron2\evaluation | |
copying detectron2\evaluation\lvis_evaluation.py -> build\lib.win-amd64-3.7\detectron2\evaluation | |
copying detectron2\evaluation\panoptic_evaluation.py -> build\lib.win-amd64-3.7\detectron2\evaluation | |
copying detectron2\evaluation\pascal_voc_evaluation.py -> build\lib.win-amd64-3.7\detectron2\evaluation | |
copying detectron2\evaluation\sem_seg_evaluation.py -> build\lib.win-amd64-3.7\detectron2\evaluation | |
copying detectron2\evaluation\testing.py -> build\lib.win-amd64-3.7\detectron2\evaluation | |
copying detectron2\evaluation\__init__.py -> build\lib.win-amd64-3.7\detectron2\evaluation | |
creating build\lib.win-amd64-3.7\detectron2\layers | |
copying detectron2\layers\batch_norm.py -> build\lib.win-amd64-3.7\detectron2\layers | |
copying detectron2\layers\deform_conv.py -> build\lib.win-amd64-3.7\detectron2\layers | |
copying detectron2\layers\mask_ops.py -> build\lib.win-amd64-3.7\detectron2\layers | |
copying detectron2\layers\nms.py -> build\lib.win-amd64-3.7\detectron2\layers | |
copying detectron2\layers\roi_align.py -> build\lib.win-amd64-3.7\detectron2\layers | |
copying detectron2\layers\roi_align_rotated.py -> build\lib.win-amd64-3.7\detectron2\layers | |
copying detectron2\layers\rotated_boxes.py -> build\lib.win-amd64-3.7\detectron2\layers | |
copying detectron2\layers\shape_spec.py -> build\lib.win-amd64-3.7\detectron2\layers | |
copying detectron2\layers\wrappers.py -> build\lib.win-amd64-3.7\detectron2\layers | |
copying detectron2\layers\__init__.py -> build\lib.win-amd64-3.7\detectron2\layers | |
creating build\lib.win-amd64-3.7\detectron2\modeling | |
copying detectron2\modeling\anchor_generator.py -> build\lib.win-amd64-3.7\detectron2\modeling | |
copying detectron2\modeling\box_regression.py -> build\lib.win-amd64-3.7\detectron2\modeling | |
copying detectron2\modeling\matcher.py -> build\lib.win-amd64-3.7\detectron2\modeling | |
copying detectron2\modeling\poolers.py -> build\lib.win-amd64-3.7\detectron2\modeling | |
copying detectron2\modeling\postprocessing.py -> build\lib.win-amd64-3.7\detectron2\modeling | |
copying detectron2\modeling\sampling.py -> build\lib.win-amd64-3.7\detectron2\modeling | |
copying detectron2\modeling\test_time_augmentation.py -> build\lib.win-amd64-3.7\detectron2\modeling | |
copying detectron2\modeling\__init__.py -> build\lib.win-amd64-3.7\detectron2\modeling | |
creating build\lib.win-amd64-3.7\detectron2\model_zoo | |
copying detectron2\model_zoo\model_zoo.py -> build\lib.win-amd64-3.7\detectron2\model_zoo | |
copying detectron2\model_zoo\__init__.py -> build\lib.win-amd64-3.7\detectron2\model_zoo | |
creating build\lib.win-amd64-3.7\detectron2\solver | |
copying detectron2\solver\build.py -> build\lib.win-amd64-3.7\detectron2\solver | |
copying detectron2\solver\lr_scheduler.py -> build\lib.win-amd64-3.7\detectron2\solver | |
copying detectron2\solver\__init__.py -> build\lib.win-amd64-3.7\detectron2\solver | |
creating build\lib.win-amd64-3.7\detectron2\structures | |
copying detectron2\structures\boxes.py -> build\lib.win-amd64-3.7\detectron2\structures | |
copying detectron2\structures\image_list.py -> build\lib.win-amd64-3.7\detectron2\structures | |
copying detectron2\structures\instances.py -> build\lib.win-amd64-3.7\detectron2\structures | |
copying detectron2\structures\keypoints.py -> build\lib.win-amd64-3.7\detectron2\structures | |
copying detectron2\structures\masks.py -> build\lib.win-amd64-3.7\detectron2\structures | |
copying detectron2\structures\rotated_boxes.py -> build\lib.win-amd64-3.7\detectron2\structures | |
copying detectron2\structures\__init__.py -> build\lib.win-amd64-3.7\detectron2\structures | |
creating build\lib.win-amd64-3.7\detectron2\utils | |
copying detectron2\utils\collect_env.py -> build\lib.win-amd64-3.7\detectron2\utils | |
copying detectron2\utils\colormap.py -> build\lib.win-amd64-3.7\detectron2\utils | |
copying detectron2\utils\comm.py -> build\lib.win-amd64-3.7\detectron2\utils | |
copying detectron2\utils\env.py -> build\lib.win-amd64-3.7\detectron2\utils | |
copying detectron2\utils\events.py -> build\lib.win-amd64-3.7\detectron2\utils | |
copying detectron2\utils\logger.py -> build\lib.win-amd64-3.7\detectron2\utils | |
copying detectron2\utils\registry.py -> build\lib.win-amd64-3.7\detectron2\utils | |
copying detectron2\utils\serialize.py -> build\lib.win-amd64-3.7\detectron2\utils | |
copying detectron2\utils\video_visualizer.py -> build\lib.win-amd64-3.7\detectron2\utils | |
copying detectron2\utils\visualizer.py -> build\lib.win-amd64-3.7\detectron2\utils | |
copying detectron2\utils\__init__.py -> build\lib.win-amd64-3.7\detectron2\utils | |
creating build\lib.win-amd64-3.7\detectron2\data\datasets | |
copying detectron2\data\datasets\builtin.py -> build\lib.win-amd64-3.7\detectron2\data\datasets | |
copying detectron2\data\datasets\builtin_meta.py -> build\lib.win-amd64-3.7\detectron2\data\datasets | |
copying detectron2\data\datasets\cityscapes.py -> build\lib.win-amd64-3.7\detectron2\data\datasets | |
copying detectron2\data\datasets\coco.py -> build\lib.win-amd64-3.7\detectron2\data\datasets | |
copying detectron2\data\datasets\lvis.py -> build\lib.win-amd64-3.7\detectron2\data\datasets | |
copying detectron2\data\datasets\lvis_v0_5_categories.py -> build\lib.win-amd64-3.7\detectron2\data\datasets | |
copying detectron2\data\datasets\pascal_voc.py -> build\lib.win-amd64-3.7\detectron2\data\datasets | |
copying detectron2\data\datasets\register_coco.py -> build\lib.win-amd64-3.7\detectron2\data\datasets | |
copying detectron2\data\datasets\__init__.py -> build\lib.win-amd64-3.7\detectron2\data\datasets | |
creating build\lib.win-amd64-3.7\detectron2\data\samplers | |
copying detectron2\data\samplers\distributed_sampler.py -> build\lib.win-amd64-3.7\detectron2\data\samplers | |
copying detectron2\data\samplers\grouped_batch_sampler.py -> build\lib.win-amd64-3.7\detectron2\data\samplers | |
copying detectron2\data\samplers\__init__.py -> build\lib.win-amd64-3.7\detectron2\data\samplers | |
creating build\lib.win-amd64-3.7\detectron2\data\transforms | |
copying detectron2\data\transforms\transform.py -> build\lib.win-amd64-3.7\detectron2\data\transforms | |
copying detectron2\data\transforms\transform_gen.py -> build\lib.win-amd64-3.7\detectron2\data\transforms | |
copying detectron2\data\transforms\__init__.py -> build\lib.win-amd64-3.7\detectron2\data\transforms | |
creating build\lib.win-amd64-3.7\detectron2\modeling\backbone | |
copying detectron2\modeling\backbone\backbone.py -> build\lib.win-amd64-3.7\detectron2\modeling\backbone | |
copying detectron2\modeling\backbone\build.py -> build\lib.win-amd64-3.7\detectron2\modeling\backbone | |
copying detectron2\modeling\backbone\fpn.py -> build\lib.win-amd64-3.7\detectron2\modeling\backbone | |
copying detectron2\modeling\backbone\resnet.py -> build\lib.win-amd64-3.7\detectron2\modeling\backbone | |
copying detectron2\modeling\backbone\__init__.py -> build\lib.win-amd64-3.7\detectron2\modeling\backbone | |
creating build\lib.win-amd64-3.7\detectron2\modeling\meta_arch | |
copying detectron2\modeling\meta_arch\build.py -> build\lib.win-amd64-3.7\detectron2\modeling\meta_arch | |
copying detectron2\modeling\meta_arch\panoptic_fpn.py -> build\lib.win-amd64-3.7\detectron2\modeling\meta_arch | |
copying detectron2\modeling\meta_arch\rcnn.py -> build\lib.win-amd64-3.7\detectron2\modeling\meta_arch | |
copying detectron2\modeling\meta_arch\retinanet.py -> build\lib.win-amd64-3.7\detectron2\modeling\meta_arch | |
copying detectron2\modeling\meta_arch\semantic_seg.py -> build\lib.win-amd64-3.7\detectron2\modeling\meta_arch | |
copying detectron2\modeling\meta_arch\__init__.py -> build\lib.win-amd64-3.7\detectron2\modeling\meta_arch | |
creating build\lib.win-amd64-3.7\detectron2\modeling\proposal_generator | |
copying detectron2\modeling\proposal_generator\build.py -> build\lib.win-amd64-3.7\detectron2\modeling\proposal_generator | |
copying detectron2\modeling\proposal_generator\proposal_utils.py -> build\lib.win-amd64-3.7\detectron2\modeling\proposal_generator | |
copying detectron2\modeling\proposal_generator\rpn.py -> build\lib.win-amd64-3.7\detectron2\modeling\proposal_generator | |
copying detectron2\modeling\proposal_generator\rpn_outputs.py -> build\lib.win-amd64-3.7\detectron2\modeling\proposal_generator | |
copying detectron2\modeling\proposal_generator\rrpn.py -> build\lib.win-amd64-3.7\detectron2\modeling\proposal_generator | |
copying detectron2\modeling\proposal_generator\rrpn_outputs.py -> build\lib.win-amd64-3.7\detectron2\modeling\proposal_generator | |
copying detectron2\modeling\proposal_generator\__init__.py -> build\lib.win-amd64-3.7\detectron2\modeling\proposal_generator | |
creating build\lib.win-amd64-3.7\detectron2\modeling\roi_heads | |
copying detectron2\modeling\roi_heads\box_head.py -> build\lib.win-amd64-3.7\detectron2\modeling\roi_heads | |
copying detectron2\modeling\roi_heads\cascade_rcnn.py -> build\lib.win-amd64-3.7\detectron2\modeling\roi_heads | |
copying detectron2\modeling\roi_heads\fast_rcnn.py -> build\lib.win-amd64-3.7\detectron2\modeling\roi_heads | |
copying detectron2\modeling\roi_heads\keypoint_head.py -> build\lib.win-amd64-3.7\detectron2\modeling\roi_heads | |
copying detectron2\modeling\roi_heads\mask_head.py -> build\lib.win-amd64-3.7\detectron2\modeling\roi_heads | |
copying detectron2\modeling\roi_heads\roi_heads.py -> build\lib.win-amd64-3.7\detectron2\modeling\roi_heads | |
copying detectron2\modeling\roi_heads\rotated_fast_rcnn.py -> build\lib.win-amd64-3.7\detectron2\modeling\roi_heads | |
copying detectron2\modeling\roi_heads\__init__.py -> build\lib.win-amd64-3.7\detectron2\modeling\roi_heads | |
creating build\lib.win-amd64-3.7\detectron2\model_zoo\configs | |
copying detectron2\model_zoo\configs\Base-RCNN-C4.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs | |
copying detectron2\model_zoo\configs\Base-RCNN-DilatedC5.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs | |
copying detectron2\model_zoo\configs\Base-RCNN-FPN.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs | |
copying detectron2\model_zoo\configs\Base-RetinaNet.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs | |
creating build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Cityscapes | |
copying detectron2\model_zoo\configs\Cityscapes\mask_rcnn_R_50_FPN.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Cityscapes | |
creating build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
copying detectron2\model_zoo\configs\COCO-Detection\faster_rcnn_R_101_C4_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
copying detectron2\model_zoo\configs\COCO-Detection\faster_rcnn_R_101_DC5_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
copying detectron2\model_zoo\configs\COCO-Detection\faster_rcnn_R_101_FPN_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
copying detectron2\model_zoo\configs\COCO-Detection\faster_rcnn_R_50_C4_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
copying detectron2\model_zoo\configs\COCO-Detection\faster_rcnn_R_50_C4_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
copying detectron2\model_zoo\configs\COCO-Detection\faster_rcnn_R_50_DC5_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
copying detectron2\model_zoo\configs\COCO-Detection\faster_rcnn_R_50_DC5_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
copying detectron2\model_zoo\configs\COCO-Detection\faster_rcnn_R_50_FPN_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
copying detectron2\model_zoo\configs\COCO-Detection\faster_rcnn_R_50_FPN_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
copying detectron2\model_zoo\configs\COCO-Detection\faster_rcnn_X_101_32x8d_FPN_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
copying detectron2\model_zoo\configs\COCO-Detection\fast_rcnn_R_50_FPN_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
copying detectron2\model_zoo\configs\COCO-Detection\retinanet_R_101_FPN_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
copying detectron2\model_zoo\configs\COCO-Detection\retinanet_R_50_FPN_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
copying detectron2\model_zoo\configs\COCO-Detection\retinanet_R_50_FPN_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
copying detectron2\model_zoo\configs\COCO-Detection\rpn_R_50_C4_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
copying detectron2\model_zoo\configs\COCO-Detection\rpn_R_50_FPN_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Detection | |
creating build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-InstanceSegmentation | |
copying detectron2\model_zoo\configs\COCO-InstanceSegmentation\mask_rcnn_R_101_C4_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-InstanceSegmentation | |
copying detectron2\model_zoo\configs\COCO-InstanceSegmentation\mask_rcnn_R_101_DC5_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-InstanceSegmentation | |
copying detectron2\model_zoo\configs\COCO-InstanceSegmentation\mask_rcnn_R_101_FPN_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-InstanceSegmentation | |
copying detectron2\model_zoo\configs\COCO-InstanceSegmentation\mask_rcnn_R_50_C4_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-InstanceSegmentation | |
copying detectron2\model_zoo\configs\COCO-InstanceSegmentation\mask_rcnn_R_50_C4_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-InstanceSegmentation | |
copying detectron2\model_zoo\configs\COCO-InstanceSegmentation\mask_rcnn_R_50_DC5_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-InstanceSegmentation | |
copying detectron2\model_zoo\configs\COCO-InstanceSegmentation\mask_rcnn_R_50_DC5_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-InstanceSegmentation | |
copying detectron2\model_zoo\configs\COCO-InstanceSegmentation\mask_rcnn_R_50_FPN_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-InstanceSegmentation | |
copying detectron2\model_zoo\configs\COCO-InstanceSegmentation\mask_rcnn_R_50_FPN_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-InstanceSegmentation | |
copying detectron2\model_zoo\configs\COCO-InstanceSegmentation\mask_rcnn_X_101_32x8d_FPN_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-InstanceSegmentation | |
creating build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Keypoints | |
copying detectron2\model_zoo\configs\COCO-Keypoints\Base-Keypoint-RCNN-FPN.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Keypoints | |
copying detectron2\model_zoo\configs\COCO-Keypoints\keypoint_rcnn_R_101_FPN_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Keypoints | |
copying detectron2\model_zoo\configs\COCO-Keypoints\keypoint_rcnn_R_50_FPN_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Keypoints | |
copying detectron2\model_zoo\configs\COCO-Keypoints\keypoint_rcnn_R_50_FPN_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Keypoints | |
copying detectron2\model_zoo\configs\COCO-Keypoints\keypoint_rcnn_X_101_32x8d_FPN_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-Keypoints | |
creating build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-PanopticSegmentation | |
copying detectron2\model_zoo\configs\COCO-PanopticSegmentation\Base-Panoptic-FPN.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-PanopticSegmentation | |
copying detectron2\model_zoo\configs\COCO-PanopticSegmentation\panoptic_fpn_R_101_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-PanopticSegmentation | |
copying detectron2\model_zoo\configs\COCO-PanopticSegmentation\panoptic_fpn_R_50_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-PanopticSegmentation | |
copying detectron2\model_zoo\configs\COCO-PanopticSegmentation\panoptic_fpn_R_50_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\COCO-PanopticSegmentation | |
creating build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Detectron1-Comparisons | |
copying detectron2\model_zoo\configs\Detectron1-Comparisons\faster_rcnn_R_50_FPN_noaug_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Detectron1-Comparisons | |
copying detectron2\model_zoo\configs\Detectron1-Comparisons\keypoint_rcnn_R_50_FPN_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Detectron1-Comparisons | |
copying detectron2\model_zoo\configs\Detectron1-Comparisons\mask_rcnn_R_50_FPN_noaug_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Detectron1-Comparisons | |
creating build\lib.win-amd64-3.7\detectron2\model_zoo\configs\LVIS-InstanceSegmentation | |
copying detectron2\model_zoo\configs\LVIS-InstanceSegmentation\mask_rcnn_R_101_FPN_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\LVIS-InstanceSegmentation | |
copying detectron2\model_zoo\configs\LVIS-InstanceSegmentation\mask_rcnn_R_50_FPN_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\LVIS-InstanceSegmentation | |
copying detectron2\model_zoo\configs\LVIS-InstanceSegmentation\mask_rcnn_X_101_32x8d_FPN_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\LVIS-InstanceSegmentation | |
creating build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Misc | |
copying detectron2\model_zoo\configs\Misc\cascade_mask_rcnn_R_50_FPN_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Misc | |
copying detectron2\model_zoo\configs\Misc\cascade_mask_rcnn_R_50_FPN_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Misc | |
copying detectron2\model_zoo\configs\Misc\cascade_mask_rcnn_X_152_32x8d_FPN_IN5k_gn_dconv.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Misc | |
copying detectron2\model_zoo\configs\Misc\mask_rcnn_R_50_FPN_1x_cls_agnostic.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Misc | |
copying detectron2\model_zoo\configs\Misc\mask_rcnn_R_50_FPN_1x_dconv_c3-c5.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Misc | |
copying detectron2\model_zoo\configs\Misc\mask_rcnn_R_50_FPN_3x_dconv_c3-c5.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Misc | |
copying detectron2\model_zoo\configs\Misc\mask_rcnn_R_50_FPN_3x_gn.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Misc | |
copying detectron2\model_zoo\configs\Misc\mask_rcnn_R_50_FPN_3x_syncbn.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Misc | |
copying detectron2\model_zoo\configs\Misc\panoptic_fpn_R_101_dconv_cascade_gn_3x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Misc | |
copying detectron2\model_zoo\configs\Misc\scratch_mask_rcnn_R_50_FPN_3x_gn.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Misc | |
copying detectron2\model_zoo\configs\Misc\semantic_R_50_FPN_1x.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\Misc | |
creating build\lib.win-amd64-3.7\detectron2\model_zoo\configs\PascalVOC-Detection | |
copying detectron2\model_zoo\configs\PascalVOC-Detection\faster_rcnn_R_50_C4.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\PascalVOC-Detection | |
copying detectron2\model_zoo\configs\PascalVOC-Detection\faster_rcnn_R_50_FPN.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\PascalVOC-Detection | |
creating build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\fast_rcnn_R_50_FPN_inference_acc_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\fast_rcnn_R_50_FPN_instant_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\keypoint_rcnn_R_50_FPN_inference_acc_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\keypoint_rcnn_R_50_FPN_instant_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\keypoint_rcnn_R_50_FPN_normalized_training_acc_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\keypoint_rcnn_R_50_FPN_training_acc_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\mask_rcnn_R_50_C4_inference_acc_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\mask_rcnn_R_50_C4_instant_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\mask_rcnn_R_50_C4_training_acc_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\mask_rcnn_R_50_DC5_inference_acc_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\mask_rcnn_R_50_FPN_inference_acc_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\mask_rcnn_R_50_FPN_instant_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\mask_rcnn_R_50_FPN_training_acc_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\panoptic_fpn_R_50_inference_acc_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\panoptic_fpn_R_50_instant_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\panoptic_fpn_R_50_training_acc_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\retinanet_R_50_FPN_inference_acc_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\retinanet_R_50_FPN_instant_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\rpn_R_50_FPN_inference_acc_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\rpn_R_50_FPN_instant_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\semantic_R_50_FPN_inference_acc_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\semantic_R_50_FPN_instant_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
copying detectron2\model_zoo\configs\quick_schedules\semantic_R_50_FPN_training_acc_test.yaml -> build\lib.win-amd64-3.7\detectron2\model_zoo\configs\quick_schedules | |
running build_ext | |
building 'detectron2._C' extension | |
creating build\temp.win-amd64-3.7 | |
creating build\temp.win-amd64-3.7\Release | |
creating build\temp.win-amd64-3.7\Release\dd | |
creating build\temp.win-amd64-3.7\Release\dd\conan_det | |
creating build\temp.win-amd64-3.7\Release\dd\conan_det\detectron2 | |
creating build\temp.win-amd64-3.7\Release\dd\conan_det\detectron2\detectron2 | |
creating build\temp.win-amd64-3.7\Release\dd\conan_det\detectron2\detectron2\layers | |
creating build\temp.win-amd64-3.7\Release\dd\conan_det\detectron2\detectron2\layers\csrc | |
creating build\temp.win-amd64-3.7\Release\dd\conan_det\detectron2\detectron2\layers\csrc\box_iou_rotated | |
creating build\temp.win-amd64-3.7\Release\dd\conan_det\detectron2\detectron2\layers\csrc\nms_rotated | |
creating build\temp.win-amd64-3.7\Release\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign | |
creating build\temp.win-amd64-3.7\Release\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated | |
creating build\temp.win-amd64-3.7\Release\dd\conan_det\detectron2\detectron2\layers\csrc\deformable | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DWITH_CUDA -IF:\dd\conan_det\detectron2\detectron2\layers\csrc -IE:\Anaconda\envs\dd\lib\site-packages\torch\include -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\TH -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\include" -IE:\Anaconda\envs\dd\include -IE:\Anaconda\envs\dd\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\winrt" /EHsc /TpF:\dd\conan_det\detectron2\detectron2\layers\csrc\vision.cpp /Fobuild\temp.win-amd64-3.7\Release\dd\conan_det\detectron2\detectron2\layers\csrc\vision.obj /MD /wd4819 /EHsc -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 | |
vision.cpp | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(28): warning C4275: non dll-interface class 'std::exception' used as base for dll-interface class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vcruntime_exception.h(43): note: see declaration of 'std::exception' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(28): note: see declaration of 'c10::Error' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(29): warning C4251: 'c10::Error::msg_stack_': class 'std::vector<std::string,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(29): note: see declaration of 'std::vector<std::string,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(30): warning C4251: 'c10::Error::backtrace_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(35): warning C4251: 'c10::Error::msg_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(36): warning C4251: 'c10::Error::msg_without_backtrace_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Allocator.h(21): warning C4251: 'c10::DataPtr::ptr_': class 'c10::detail::UniqueVoidPtr' needs to have dll-interface to be used by clients of class 'c10::DataPtr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/UniqueVoidPtr.h(38): note: see declaration of 'c10::detail::UniqueVoidPtr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Allocator.h(183): warning C4251: 'c10::InefficientStdFunctionContext::ptr_': class 'std::unique_ptr<void,std::function<void (void *)>>' needs to have dll-interface to be used by clients of struct 'c10::InefficientStdFunctionContext' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Allocator.h(183): note: see declaration of 'std::unique_ptr<void,std::function<void (void *)>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(172): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(175): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(178): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(181): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(185): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(188): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(191): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(194): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(200): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(203): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(206): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(209): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(213): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(216): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(219): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(222): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(148): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(151): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(154): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(157): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(161): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(164): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(167): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(170): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(176): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(179): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(182): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(185): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(189): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(192): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(195): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(198): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): warning C4800: 'const int64_t': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(63): warning C4251: 'c10::intrusive_ptr_target::refcount_': struct 'std::atomic<unsigned __int64>' needs to have dll-interface to be used by clients of class 'c10::intrusive_ptr_target' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic<unsigned __int64>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(64): warning C4251: 'c10::intrusive_ptr_target::weakcount_': struct 'std::atomic<unsigned __int64>' needs to have dll-interface to be used by clients of class 'c10::intrusive_ptr_target' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic<unsigned __int64>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(721): warning C4267: 'return': conversion from 'size_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(752): warning C4267: 'return': conversion from 'size_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Storage.h(181): warning C4251: 'c10::Storage::storage_impl_': class 'c10::intrusive_ptr<c10::StorageImpl,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'c10::Storage' | |
with | |
[ | |
TTarget=c10::StorageImpl | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Storage.h(10): note: see declaration of 'c10::intrusive_ptr<c10::StorageImpl,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=c10::StorageImpl | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(395): warning C4146: unary minus operator applied to unsigned type, result still unsigned | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(540): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(546): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(553): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(559): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorTypeSet.h(56): warning C4800: 'uint64_t': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/logging_is_not_google_glog.h(47): warning C4251: 'c10::MessageLogger::stream_': class 'std::basic_stringstream<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::MessageLogger' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\iosfwd(687): note: see declaration of 'std::basic_stringstream<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(201): warning C4251: 'c10::VariableVersion::version_counter_': class 'c10::intrusive_ptr<c10::VariableVersion::VersionCounter,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'c10::VariableVersion' | |
with | |
[ | |
TTarget=c10::VariableVersion::VersionCounter | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(201): note: see declaration of 'c10::intrusive_ptr<c10::VariableVersion::VersionCounter,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=c10::VariableVersion::VersionCounter | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1574): warning C4251: 'c10::TensorImpl::autograd_meta_': class 'std::unique_ptr<c10::AutogradMetaInterface,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
with | |
[ | |
_Ty=c10::AutogradMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(833): note: see declaration of 'std::unique_ptr<c10::AutogradMetaInterface,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=c10::AutogradMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1577): warning C4251: 'c10::TensorImpl::named_tensor_meta_': class 'std::unique_ptr<c10::NamedTensorMetaInterface,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
with | |
[ | |
_Ty=c10::NamedTensorMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(148): note: see declaration of 'std::unique_ptr<c10::NamedTensorMetaInterface,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=c10::NamedTensorMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1599): warning C4251: 'c10::TensorImpl::sizes_': class 'c10::SmallVector<int64_t,5>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1599): note: see declaration of 'c10::SmallVector<int64_t,5>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1600): warning C4251: 'c10::TensorImpl::strides_': class 'c10::SmallVector<int64_t,5>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1599): note: see declaration of 'c10::SmallVector<int64_t,5>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1625): warning C4251: 'c10::TensorImpl::device_opt_': class 'c10::optional<c10::Device>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(172): note: see declaration of 'c10::optional<c10::Device>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1628): warning C4251: 'c10::TensorImpl::type_set_': class 'c10::TensorTypeSet' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorTypeSet.h(34): note: see declaration of 'c10::TensorTypeSet' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1049): warning C4244: 'argument': conversion from 'float' to 'const std::size_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1397): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/DeprecatedTypePropertiesRegistry.h(27): warning C4251: 'at::DeprecatedTypePropertiesRegistry::registry': class 'std::unique_ptr<at::DeprecatedTypeProperties,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of class 'at::DeprecatedTypePropertiesRegistry' | |
with | |
[ | |
_Ty=at::DeprecatedTypeProperties | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/DeprecatedTypePropertiesRegistry.h(24): note: see declaration of 'std::unique_ptr<at::DeprecatedTypeProperties,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=at::DeprecatedTypeProperties | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/Generator.h(75): warning C4251: 'at::Generator::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'at::Generator' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/NamedTensor.h(53): warning C4251: 'at::NamedTensorMeta::names_': class 'std::vector<at::Dimname,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'at::NamedTensorMeta' | |
with | |
[ | |
_Ty=at::Dimname | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/NamedTensor.h(27): note: see declaration of 'std::vector<at::Dimname,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Dimname | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(999): warning C4251: 'at::Tensor::impl_': class 'c10::intrusive_ptr<c10::TensorImpl,c10::UndefinedTensorImpl>' needs to have dll-interface to be used by clients of class 'at::Tensor' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(70): note: see declaration of 'c10::intrusive_ptr<c10::TensorImpl,c10::UndefinedTensorImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(1000): warning C4522: 'at::Tensor': multiple assignment operators specified | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(65): warning C4251: 'std::enable_shared_from_this<c10::Type>::_Wptr': class 'std::weak_ptr<_Ty>' needs to have dll-interface to be used by clients of class 'std::enable_shared_from_this<c10::Type>' | |
with | |
[ | |
_Ty=c10::Type | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1161): note: see declaration of 'std::weak_ptr<_Ty>' | |
with | |
[ | |
_Ty=c10::Type | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(240): warning C4251: 'c10::SingleElementType<c10::TypeKind::OptionalType,c10::OptionalType>::elem': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::SingleElementType<c10::TypeKind::OptionalType,c10::OptionalType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(369): warning C4251: 'c10::VaryingShape::dims_': class 'c10::optional<c10::VaryingShape::ListOfOptionalInts>' needs to have dll-interface to be used by clients of struct 'c10::VaryingShape' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(336): note: see declaration of 'c10::optional<c10::VaryingShape::ListOfOptionalInts>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(602): warning C4251: 'c10::TensorType::scalar_type_': class 'c10::optional<c10::ScalarType>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/ScalarType.h(187): note: see declaration of 'c10::optional<c10::ScalarType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(603): warning C4251: 'c10::TensorType::device_': class 'c10::optional<c10::Device>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(172): note: see declaration of 'c10::optional<c10::Device>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(606): warning C4251: 'c10::TensorType::requires_grad_': class 'c10::optional<bool>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(225): note: see declaration of 'c10::optional<bool>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(618): warning C4251: 'c10::TensorType::undefined_': class 'c10::optional<bool>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(225): note: see declaration of 'c10::optional<bool>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(477): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(480): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(624): warning C4251: 'c10::SingleElementType<c10::TypeKind::ListType,c10::ListType>::elem': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::SingleElementType<c10::TypeKind::ListType,c10::ListType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(733): warning C4251: 'c10::DictType::types': class 'std::vector<c10::TypePtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::DictType' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(150): note: see declaration of 'std::vector<c10::TypePtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(741): warning C4251: 'c10::SingleElementType<c10::TypeKind::FutureType,c10::FutureType>::elem': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::SingleElementType<c10::TypeKind::FutureType,c10::FutureType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(782): warning C4251: 'c10::NamedType::name_': class 'c10::optional<c10::QualifiedName>' needs to have dll-interface to be used by clients of struct 'c10::NamedType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(773): note: see declaration of 'c10::optional<c10::QualifiedName>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(854): warning C4251: 'c10::TupleType::elements_': class 'std::vector<c10::TypePtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::TupleType' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(150): note: see declaration of 'std::vector<c10::TypePtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(856): warning C4251: 'c10::TupleType::schema_': class 'std::shared_ptr<c10::FunctionSchema>' needs to have dll-interface to be used by clients of struct 'c10::TupleType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(790): note: see declaration of 'std::shared_ptr<c10::FunctionSchema>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1515): warning C4251: 'c10::ClassType::attributeNames_': class 'std::vector<std::string,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(29): note: see declaration of 'std::vector<std::string,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1516): warning C4251: 'c10::ClassType::attributeTypes_': class 'std::vector<c10::TypePtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(150): note: see declaration of 'std::vector<c10::TypePtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1518): warning C4251: 'c10::ClassType::compilation_unit_': class 'std::weak_ptr<torch::jit::script::CompilationUnit>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1357): note: see declaration of 'std::weak_ptr<torch::jit::script::CompilationUnit>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1522): warning C4251: 'c10::ClassType::parameterSlots_': class 'std::shared_ptr<std::vector<bool,std::allocator<_Ty>>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=bool | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1522): note: see declaration of 'std::shared_ptr<std::vector<bool,std::allocator<_Ty>>>' | |
with | |
[ | |
_Ty=bool | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1525): warning C4251: 'c10::ClassType::methods_': class 'std::vector<torch::jit::Function *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=torch::jit::Function * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1409): note: see declaration of 'std::vector<torch::jit::Function *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Function * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1572): warning C4251: 'c10::InterfaceType::methods_': class 'std::shared_ptr<std::vector<c10::FunctionSchema,std::allocator<_Ty>>>' needs to have dll-interface to be used by clients of struct 'c10::InterfaceType' | |
with | |
[ | |
_Ty=c10::FunctionSchema | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1572): note: see declaration of 'std::shared_ptr<std::vector<c10::FunctionSchema,std::allocator<_Ty>>>' | |
with | |
[ | |
_Ty=c10::FunctionSchema | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/Dict_inl.h(50): warning C4244: 'argument': conversion from 'int64_t' to 'const int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(118): warning C4251: 'c10::ivalue::ConstantString::str_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::ConstantString' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(138): warning C4251: 'c10::ivalue::Tuple::elements_': class 'std::vector<StorageT,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Tuple' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/List.h(24): note: see declaration of 'std::vector<StorageT,std::allocator<_Ty>>' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(139): warning C4251: 'c10::ivalue::Tuple::type_': class 'std::shared_ptr<c10::TupleType>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Tuple' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(786): note: see declaration of 'std::shared_ptr<c10::TupleType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(195): warning C4275: non dll-interface class 'std::exception' used as base for dll-interface struct 'c10::ivalue::Future::FutureError' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vcruntime_exception.h(43): note: see declaration of 'std::exception' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(195): note: see declaration of 'c10::ivalue::Future::FutureError' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(205): warning C4251: 'c10::ivalue::Future::FutureError::error_msg': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future::FutureError' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(296): warning C4251: 'c10::ivalue::Future::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(297): warning C4251: 'c10::ivalue::Future::completed_': struct 'std::atomic<bool>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic<bool>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(298): warning C4251: 'c10::ivalue::Future::finished_cv_': class 'std::condition_variable' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(536): note: see declaration of 'std::condition_variable' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(301): warning C4251: 'c10::ivalue::Future::type_': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(302): warning C4251: 'c10::ivalue::Future::callbacks': class 'std::vector<std::function<void (void)>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
with | |
[ | |
_Ty=std::function<void (void)> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(302): note: see declaration of 'std::vector<std::function<void (void)>,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::function<void (void)> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(370): warning C4251: 'c10::ivalue::Object::type_': struct 'c10::StrongTypePtr' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Object' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(586): note: see declaration of 'c10::StrongTypePtr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(371): warning C4251: 'c10::ivalue::Object::slots_': class 'std::vector<StorageT,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Object' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/List.h(24): note: see declaration of 'std::vector<StorageT,std::allocator<_Ty>>' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(410): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(412): warning C4244: 'return': conversion from 'int64_t' to 'unsigned char', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(413): warning C4244: 'return': conversion from 'int64_t' to 'signed char', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(414): warning C4244: 'return': conversion from 'int64_t' to 'unsigned short', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(415): warning C4244: 'return': conversion from 'int64_t' to 'short', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(416): warning C4244: 'return': conversion from 'int64_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(417): warning C4244: 'return': conversion from 'int64_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(419): warning C4244: 'return': conversion from 'int64_t' to 'c10::detail::_guarded_unsigned_long', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(119): warning C4251: 'at::ATenOpTable::schema_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'at::ATenOpTable' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(143): warning C4251: 'at::ATenDispatch::op_tables_': class 'std::unordered_map<std::string,at::ATenOpTable,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'at::ATenDispatch' | |
with | |
[ | |
_Kty=std::string, | |
_Ty=at::ATenOpTable | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(143): note: see declaration of 'std::unordered_map<std::string,at::ATenOpTable,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' | |
with | |
[ | |
_Kty=std::string, | |
_Ty=at::ATenOpTable | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(144): warning C4251: 'at::ATenDispatch::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of class 'at::ATenDispatch' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(375): warning C4251: 'c10::KernelFunction::functorFactory_': class 'std::function<std::unique_ptr<c10::OperatorKernel,std::default_delete<_Ty>> (void)>' needs to have dll-interface to be used by clients of class 'c10::KernelFunction' | |
with | |
[ | |
_Ty=c10::OperatorKernel | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(198): note: see declaration of 'std::function<std::unique_ptr<c10::OperatorKernel,std::default_delete<_Ty>> (void)>' | |
with | |
[ | |
_Ty=c10::OperatorKernel | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(376): warning C4251: 'c10::KernelFunction::functor_': class 'std::shared_ptr<c10::OperatorKernel>' needs to have dll-interface to be used by clients of class 'c10::KernelFunction' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(376): note: see declaration of 'std::shared_ptr<c10::OperatorKernel>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(116): warning C4251: 'c10::Dispatcher::operators_': class 'std::list<c10::Dispatcher::OperatorDef,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
with | |
[ | |
_Ty=c10::Dispatcher::OperatorDef | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(116): note: see declaration of 'std::list<c10::Dispatcher::OperatorDef,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::Dispatcher::OperatorDef | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(117): warning C4251: 'c10::Dispatcher::operatorLookupTable_': class 'c10::LeftRight<ska::flat_hash_map<c10::OperatorName,c10::OperatorHandle,std::hash<c10::OperatorName>,std::equal_to<K>,std::allocator<std::pair<K,V>>>>' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
with | |
[ | |
K=c10::OperatorName, | |
V=c10::OperatorHandle | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(117): note: see declaration of 'c10::LeftRight<ska::flat_hash_map<c10::OperatorName,c10::OperatorHandle,std::hash<c10::OperatorName>,std::equal_to<K>,std::allocator<std::pair<K,V>>>>' | |
with | |
[ | |
K=c10::OperatorName, | |
V=c10::OperatorHandle | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(118): warning C4251: 'c10::Dispatcher::listeners_': class 'std::unique_ptr<c10::detail::RegistrationListenerList,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
with | |
[ | |
_Ty=c10::detail::RegistrationListenerList | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(118): note: see declaration of 'std::unique_ptr<c10::detail::RegistrationListenerList,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=c10::detail::RegistrationListenerList | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(119): warning C4251: 'c10::Dispatcher::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(147): warning C4251: 'c10::OperatorHandle::operatorIterator_': class 'std::_List_iterator<std::_List_val<std::_List_simple_types<c10::Dispatcher::OperatorDef>>>' needs to have dll-interface to be used by clients of class 'c10::OperatorHandle' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(577): note: see declaration of 'std::_List_iterator<std::_List_val<std::_List_simple_types<c10::Dispatcher::OperatorDef>>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(162): warning C4251: 'c10::SchemaRegistrationHandleRAII::registrationHandle_': class 'c10::RegistrationHandleRAII' needs to have dll-interface to be used by clients of class 'c10::SchemaRegistrationHandleRAII' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/RegistrationHandleRAII.h(7): note: see declaration of 'c10::RegistrationHandleRAII' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(32): warning C4251: 'at::CPUGenerator::engine_': class 'at::mt19937_engine' needs to have dll-interface to be used by clients of struct 'at::CPUGenerator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/MT19937RNGEngine.h(106): note: see declaration of 'at::mt19937_engine' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(33): warning C4251: 'at::CPUGenerator::next_float_normal_sample_': class 'c10::optional<float>' needs to have dll-interface to be used by clients of struct 'at::CPUGenerator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(23): note: see declaration of 'c10::optional<float>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(34): warning C4251: 'at::CPUGenerator::next_double_normal_sample_': class 'c10::optional<double>' needs to have dll-interface to be used by clients of struct 'at::CPUGenerator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(24): note: see declaration of 'c10::optional<double>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Stream.h(135): warning C4244: 'argument': conversion from 'unsigned __int64' to 'c10::DeviceIndex', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Stream.h(135): warning C4244: 'argument': conversion from 'unsigned __int64' to 'c10::StreamId', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/impl/DeviceGuardImplInterface.h(218): warning C4800: 'const c10::impl::DeviceGuardImplInterface *': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(124): warning C4251: 'at::Context::thc_init': struct 'std::once_flag' needs to have dll-interface to be used by clients of class 'at::Context' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(452): note: see declaration of 'std::once_flag' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(125): warning C4251: 'at::Context::thh_init': struct 'std::once_flag' needs to have dll-interface to be used by clients of class 'at::Context' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(452): note: see declaration of 'std::once_flag' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(130): warning C4251: 'at::Context::quantized_engine': class 'c10::optional<c10::QEngine>' needs to have dll-interface to be used by clients of class 'at::Context' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(130): note: see declaration of 'c10::optional<c10::QEngine>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(131): warning C4251: 'at::Context::thc_state': class 'std::unique_ptr<THCState,void (__cdecl *)(THCState *)>' needs to have dll-interface to be used by clients of class 'at::Context' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/detail/CUDAHooksInterface.h(62): note: see declaration of 'std::unique_ptr<THCState,void (__cdecl *)(THCState *)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(132): warning C4251: 'at::Context::thh_state': class 'std::unique_ptr<THHState,void (__cdecl *)(THHState *)>' needs to have dll-interface to be used by clients of class 'at::Context' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/detail/HIPHooksInterface.h(33): note: see declaration of 'std::unique_ptr<THHState,void (__cdecl *)(THHState *)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/TensorGeometry.h(56): warning C4251: 'at::TensorGeometry::sizes_': class 'std::vector<int64_t,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'at::TensorGeometry' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/MemoryFormat.h(44): note: see declaration of 'std::vector<int64_t,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/TensorGeometry.h(57): warning C4251: 'at::TensorGeometry::strides_': class 'std::vector<int64_t,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'at::TensorGeometry' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/MemoryFormat.h(44): note: see declaration of 'std::vector<int64_t,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(352): warning C4251: 'torch::autograd::Variable::AutogradMeta::name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(355): warning C4251: 'torch::autograd::Variable::AutogradMeta::grad_fn_': class 'std::shared_ptr<torch::autograd::Node>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/edge.h(17): note: see declaration of 'std::shared_ptr<torch::autograd::Node>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(356): warning C4251: 'torch::autograd::Variable::AutogradMeta::grad_accumulator_': class 'std::weak_ptr<torch::autograd::Node>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(186): note: see declaration of 'std::weak_ptr<torch::autograd::Node>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(358): warning C4251: 'torch::autograd::Variable::AutogradMeta::hooks_': class 'std::vector<std::shared_ptr<torch::autograd::FunctionPreHook>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::autograd::FunctionPreHook> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(293): note: see declaration of 'std::vector<std::shared_ptr<torch::autograd::FunctionPreHook>,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::autograd::FunctionPreHook> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(359): warning C4251: 'torch::autograd::Variable::AutogradMeta::cpp_hooks_list': class 'std::shared_ptr<torch::autograd::hooks_list>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/cpp_hook.h(11): note: see declaration of 'std::shared_ptr<torch::autograd::hooks_list>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(375): warning C4251: 'torch::autograd::Variable::AutogradMeta::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(45): warning C4251: 'std::enable_shared_from_this<torch::jit::tracer::TracingState>::_Wptr': class 'std::weak_ptr<_Ty>' needs to have dll-interface to be used by clients of class 'std::enable_shared_from_this<torch::jit::tracer::TracingState>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1161): note: see declaration of 'std::weak_ptr<_Ty>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(49): warning C4251: 'torch::jit::tracer::TracingState::graph': class 'std::shared_ptr<torch::jit::Graph>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::TracingState' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(49): note: see declaration of 'std::shared_ptr<torch::jit::Graph>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(53): warning C4251: 'torch::jit::tracer::TracingState::lookup_var_name_fn': class 'std::function<std::string (const torch::autograd::Variable &)>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::TracingState' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(52): note: see declaration of 'std::function<std::string (const torch::autograd::Variable &)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(85): warning C4251: 'torch::jit::tracer::TracingState::env_stack': class 'std::vector<torch::jit::tracer::TracingState::Frame,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::TracingState' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState::Frame | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(85): note: see declaration of 'std::vector<torch::jit::tracer::TracingState::Frame,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState::Frame | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(181): warning C4251: 'torch::jit::tracer::NoWarn::state': class 'std::shared_ptr<_Ty>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::NoWarn' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1124): note: see declaration of 'std::shared_ptr<_Ty>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(309): warning C4273: 'torch::jit::tracer::addInputs': inconsistent dll linkage | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(295): note: see previous definition of 'addInputs' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(316): warning C4273: 'torch::jit::tracer::addInputs': inconsistent dll linkage | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(301): note: see previous definition of 'addInputs' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(87): warning C4275: non dll-interface struct 'torch::jit::AttributeValue' used as base for dll-interface struct 'torch::jit::GraphAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(25): note: see declaration of 'torch::jit::AttributeValue' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(87): note: see declaration of 'torch::jit::GraphAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(101): warning C4251: 'torch::jit::GraphAttr::value_': class 'std::shared_ptr<torch::jit::Graph>' needs to have dll-interface to be used by clients of struct 'torch::jit::GraphAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(49): note: see declaration of 'std::shared_ptr<torch::jit::Graph>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(104): warning C4275: non dll-interface struct 'torch::jit::AttributeValue' used as base for dll-interface struct 'torch::jit::GraphsAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(25): note: see declaration of 'torch::jit::AttributeValue' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(104): note: see declaration of 'torch::jit::GraphsAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(118): warning C4251: 'torch::jit::GraphsAttr::value_': class 'std::vector<std::shared_ptr<torch::jit::Graph>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::GraphsAttr' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::jit::Graph> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(105): note: see declaration of 'std::vector<std::shared_ptr<torch::jit::Graph>,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::jit::Graph> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/scope.h(22): warning C4251: 'torch::jit::Scope::parent_': class 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Scope' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/scope.h(17): note: see declaration of 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/source_range.h(163): warning C4251: 'torch::jit::SourceRange::source_': class 'std::shared_ptr<torch::jit::Source>' needs to have dll-interface to be used by clients of struct 'torch::jit::SourceRange' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/source_range.h(105): note: see declaration of 'std::shared_ptr<torch::jit::Source>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/constants.h(20): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface struct 'torch::jit::constant_not_supported_error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\stdexcept(156): note: see declaration of 'std::runtime_error' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/constants.h(20): note: see declaration of 'torch::jit::constant_not_supported_error' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(154): warning C4251: 'torch::jit::Operator::schema_string_': class 'c10::optional<std::string>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1327): note: see declaration of 'c10::optional<std::string>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(158): warning C4251: 'torch::jit::Operator::schema_': class 'std::shared_ptr<c10::FunctionSchema>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(790): note: see declaration of 'std::shared_ptr<c10::FunctionSchema>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(162): warning C4251: 'torch::jit::Operator::op_': class 'std::shared_ptr<torch::jit::Operation>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(162): note: see declaration of 'std::shared_ptr<torch::jit::Operation>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(164): warning C4251: 'torch::jit::Operator::c10Handle_': class 'c10::optional<c10::OperatorHandle>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(72): note: see declaration of 'c10::optional<c10::OperatorHandle>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(165): warning C4251: 'torch::jit::Operator::options_': struct 'c10::OperatorOptions' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/OperatorOptions.h(33): note: see declaration of 'c10::OperatorOptions' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(245): warning C4251: 'torch::jit::Node::inputs_': class 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(97): note: see declaration of 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(246): warning C4251: 'torch::jit::Node::outputs_': class 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(97): note: see declaration of 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(248): warning C4251: 'torch::jit::Node::blocks_': class 'std::vector<torch::jit::Block *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Block * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(248): note: see declaration of 'std::vector<torch::jit::Block *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Block * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(251): warning C4251: 'torch::jit::Node::source_range_': class 'c10::optional<torch::jit::SourceRange>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/source_range.h(80): note: see declaration of 'c10::optional<torch::jit::SourceRange>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(252): warning C4251: 'torch::jit::Node::scope_': class 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/scope.h(17): note: see declaration of 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(767): warning C4251: 'torch::jit::Node::values_': class 'std::vector<torch::jit::Node::AVPtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Node::AVPtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(767): note: see declaration of 'std::vector<torch::jit::Node::AVPtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Node::AVPtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/data/samplers/distributed.h(96): warning C4251: 'torch::data::samplers::DistributedRandomSampler::all_indices_': class 'std::vector<std::T,std::allocator<std::_Ty>>' needs to have dll-interface to be used by clients of class 'torch::data::samplers::DistributedRandomSampler' | |
with | |
[ | |
T=std::size_t, | |
_Ty=std::size_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/ArrayRef.h(220): note: see declaration of 'std::vector<std::T,std::allocator<std::_Ty>>' | |
with | |
[ | |
T=std::size_t, | |
_Ty=std::size_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/data/samplers/distributed.h(129): warning C4251: 'torch::data::samplers::DistributedSequentialSampler::all_indices_': class 'std::vector<std::T,std::allocator<std::_Ty>>' needs to have dll-interface to be used by clients of class 'torch::data::samplers::DistributedSequentialSampler' | |
with | |
[ | |
T=std::size_t, | |
_Ty=std::size_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/ArrayRef.h(220): note: see declaration of 'std::vector<std::T,std::allocator<std::_Ty>>' | |
with | |
[ | |
T=std::size_t, | |
_Ty=std::size_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/argument_spec.h(198): warning C4251: 'torch::jit::ArgumentSpecCreator::instructions_': class 'std::vector<torch::jit::ArgumentSpecCreator::Inst,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::ArgumentSpecCreator' | |
with | |
[ | |
_Ty=torch::jit::ArgumentSpecCreator::Inst | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/argument_spec.h(198): note: see declaration of 'std::vector<torch::jit::ArgumentSpecCreator::Inst,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::ArgumentSpecCreator::Inst | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/argument_spec.h(231): warning C4267: 'initializing': conversion from 'size_t' to 'int32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/argument_spec.h(234): warning C4267: 'initializing': conversion from 'size_t' to 'int32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/argument_spec.h(234): warning C4267: 'initializing': conversion from 'size_t' to 'const int32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/argument_spec.h(239): warning C4244: '+=': conversion from 'int64_t' to 'int32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/argument_spec.h(259): warning C4244: '+=': conversion from 'int64_t' to 'int32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/argument_spec.h(323): warning C4800: 'const unsigned int': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/argument_spec.h(427): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/interpreter.h(52): warning C4251: 'torch::jit::Code::pImpl': class 'std::shared_ptr<torch::jit::CodeImpl>' needs to have dll-interface to be used by clients of struct 'torch::jit::Code' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/interpreter.h(52): note: see declaration of 'std::shared_ptr<torch::jit::CodeImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/graph_executor.h(51): warning C4251: 'torch::jit::GraphExecutor::pImpl': class 'std::shared_ptr<torch::jit::GraphExecutorImplBase>' needs to have dll-interface to be used by clients of struct 'torch::jit::GraphExecutor' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/graph_executor.h(51): note: see declaration of 'std::shared_ptr<torch::jit::GraphExecutorImplBase>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/slot.h(57): warning C4251: 'torch::jit::script::Slot::container_': class 'c10::intrusive_ptr<c10::ivalue::Object,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'torch::jit::script::Slot' | |
with | |
[ | |
TTarget=c10::ivalue::Object | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(312): note: see declaration of 'c10::intrusive_ptr<c10::ivalue::Object,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=c10::ivalue::Object | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/function.h(107): warning C4251: 'torch::jit::Function::name_': struct 'c10::QualifiedName' needs to have dll-interface to be used by clients of struct 'torch::jit::Function' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/qualified_name.h(11): note: see declaration of 'c10::QualifiedName' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/function.h(109): warning C4251: 'torch::jit::Function::graph_': class 'std::shared_ptr<torch::jit::Graph>' needs to have dll-interface to be used by clients of struct 'torch::jit::Function' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(49): note: see declaration of 'std::shared_ptr<torch::jit::Graph>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/function.h(114): warning C4251: 'torch::jit::Function::optimized_graph_': class 'c10::optional<std::shared_ptr<torch::jit::Graph>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Function' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/function.h(114): note: see declaration of 'c10::optional<std::shared_ptr<torch::jit::Graph>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/function.h(122): warning C4251: 'torch::jit::Function::compile_mutex': class 'std::recursive_mutex' needs to have dll-interface to be used by clients of struct 'torch::jit::Function' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(91): note: see declaration of 'std::recursive_mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/function.h(129): warning C4251: 'torch::jit::Function::function_creator_': class 'std::function<void (torch::jit::Function &)>' needs to have dll-interface to be used by clients of struct 'torch::jit::Function' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/function.h(22): note: see declaration of 'std::function<void (torch::jit::Function &)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/function.h(134): warning C4251: 'torch::jit::Function::schema_': class 'std::unique_ptr<c10::FunctionSchema,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Function' | |
with | |
[ | |
_Ty=c10::FunctionSchema | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/kernel_functor.h(284): note: see declaration of 'std::unique_ptr<c10::FunctionSchema,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=c10::FunctionSchema | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/compilation_unit.h(246): warning C4251: 'torch::jit::script::CompilationUnit::functions_': class 'std::vector<std::unique_ptr<torch::jit::Function,std::default_delete<_Ty>>,std::allocator<std::unique_ptr<_Ty,std::default_delete<_Ty>>>>' needs to have dll-interface to be used by clients of struct 'torch::jit::script::CompilationUnit' | |
with | |
[ | |
_Ty=torch::jit::Function | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/compilation_unit.h(246): note: see declaration of 'std::vector<std::unique_ptr<torch::jit::Function,std::default_delete<_Ty>>,std::allocator<std::unique_ptr<_Ty,std::default_delete<_Ty>>>>' | |
with | |
[ | |
_Ty=torch::jit::Function | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/compilation_unit.h(248): warning C4251: 'torch::jit::script::CompilationUnit::dict_': class 'std::unordered_map<c10::QualifiedName,std::size_t,std::hash<c10::QualifiedName>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,std::_Ty>>>' needs to have dll-interface to be used by clients of struct 'torch::jit::script::CompilationUnit' | |
with | |
[ | |
_Kty=c10::QualifiedName, | |
_Ty=std::size_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/compilation_unit.h(248): note: see declaration of 'std::unordered_map<c10::QualifiedName,std::size_t,std::hash<c10::QualifiedName>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,std::_Ty>>>' | |
with | |
[ | |
_Kty=c10::QualifiedName, | |
_Ty=std::size_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/compilation_unit.h(249): warning C4251: 'torch::jit::script::CompilationUnit::classDict_': class 'std::unordered_map<c10::QualifiedName,std::size_t,std::hash<c10::QualifiedName>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,std::_Ty>>>' needs to have dll-interface to be used by clients of struct 'torch::jit::script::CompilationUnit' | |
with | |
[ | |
_Kty=c10::QualifiedName, | |
_Ty=std::size_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/compilation_unit.h(248): note: see declaration of 'std::unordered_map<c10::QualifiedName,std::size_t,std::hash<c10::QualifiedName>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,std::_Ty>>>' | |
with | |
[ | |
_Kty=c10::QualifiedName, | |
_Ty=std::size_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/compilation_unit.h(256): warning C4251: 'torch::jit::script::CompilationUnit::classes_': class 'std::vector<c10::NamedTypePtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::script::CompilationUnit' | |
with | |
[ | |
_Ty=c10::NamedTypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/compilation_unit.h(256): note: see declaration of 'std::vector<c10::NamedTypePtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::NamedTypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/module.h(102): warning C4251: 'torch::jit::script::Method::owner_': class 'c10::intrusive_ptr<c10::ivalue::Object,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'torch::jit::script::Method' | |
with | |
[ | |
TTarget=c10::ivalue::Object | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(312): note: see declaration of 'c10::intrusive_ptr<c10::ivalue::Object,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=c10::ivalue::Object | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/module.h(454): warning C4251: 'torch::jit::script::Module::module_value_': class 'c10::intrusive_ptr<c10::ivalue::Object,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'torch::jit::script::Module' | |
with | |
[ | |
TTarget=c10::ivalue::Object | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(312): note: see declaration of 'c10::intrusive_ptr<c10::ivalue::Object,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=c10::ivalue::Object | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/module.h(493): warning C4251: 'torch::jit::script::slot_iterator_impl<T>::type_': class 'c10::optional<torch::jit::script::EntityType>' needs to have dll-interface to be used by clients of struct 'torch::jit::script::slot_iterator_impl<T>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/module.h(331): note: see declaration of 'c10::optional<torch::jit::script::EntityType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/module.h(500): note: see reference to class template instantiation 'torch::jit::script::slot_iterator_impl<T>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(581): note: see reference to class template instantiation 'c10::ArrayRef<c10::IValue>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/module.h(493): warning C4251: 'torch::jit::script::slot_iterator_impl<torch::jit::script::Slot>::type_': class 'c10::optional<torch::jit::script::EntityType>' needs to have dll-interface to be used by clients of struct 'torch::jit::script::slot_iterator_impl<torch::jit::script::Slot>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/module.h(331): note: see declaration of 'c10::optional<torch::jit::script::EntityType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/module.h(503): note: see reference to class template instantiation 'torch::jit::script::slot_iterator_impl<torch::jit::script::Slot>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/module.h(493): warning C4251: 'torch::jit::script::slot_iterator_impl<torch::jit::script::Module>::type_': class 'c10::optional<torch::jit::script::EntityType>' needs to have dll-interface to be used by clients of struct 'torch::jit::script::slot_iterator_impl<torch::jit::script::Module>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/module.h(331): note: see declaration of 'c10::optional<torch::jit::script::EntityType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/module.h(508): note: see reference to class template instantiation 'torch::jit::script::slot_iterator_impl<torch::jit::script::Module>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/module.h(552): warning C4251: 'torch::jit::script::slot_list_impl<T>::type_': class 'c10::optional<torch::jit::script::EntityType>' needs to have dll-interface to be used by clients of struct 'torch::jit::script::slot_list_impl<T>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/module.h(331): note: see declaration of 'c10::optional<torch::jit::script::EntityType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/module.h(557): note: see reference to class template instantiation 'torch::jit::script::slot_list_impl<T>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/script/module.h(555): warning C4251: 'torch::jit::script::slot_list_impl<T>::size_': class 'c10::optional<std::size_t>' needs to have dll-interface to be used by clients of struct 'torch::jit::script::slot_list_impl<T>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(306): note: see declaration of 'c10::optional<std::size_t>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/serialize/output-archive.h(74): warning C4251: 'torch::serialize::OutputArchive::cu_': class 'std::shared_ptr<torch::jit::script::CompilationUnit>' needs to have dll-interface to be used by clients of class 'torch::serialize::OutputArchive' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(588): note: see declaration of 'std::shared_ptr<torch::jit::script::CompilationUnit>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/module.h(62): warning C4251: 'std::enable_shared_from_this<torch::nn::Module>::_Wptr': class 'std::weak_ptr<_Ty>' needs to have dll-interface to be used by clients of class 'std::enable_shared_from_this<torch::nn::Module>' | |
with | |
[ | |
_Ty=torch::nn::Module | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1161): note: see declaration of 'std::weak_ptr<_Ty>' | |
with | |
[ | |
_Ty=torch::nn::Module | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/module.h(554): warning C4251: 'torch::nn::Module::parameters_': class 'torch::OrderedDict<std::string,at::Tensor>' needs to have dll-interface to be used by clients of class 'torch::nn::Module' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/module.h(210): note: see declaration of 'torch::OrderedDict<std::string,at::Tensor>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/module.h(557): warning C4251: 'torch::nn::Module::buffers_': class 'torch::OrderedDict<std::string,at::Tensor>' needs to have dll-interface to be used by clients of class 'torch::nn::Module' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/module.h(210): note: see declaration of 'torch::OrderedDict<std::string,at::Tensor>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/module.h(560): warning C4251: 'torch::nn::Module::children_': class 'torch::OrderedDict<std::string,std::shared_ptr<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::Module' | |
with | |
[ | |
_Ty=torch::nn::Module | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/module.h(246): note: see declaration of 'torch::OrderedDict<std::string,std::shared_ptr<_Ty>>' | |
with | |
[ | |
_Ty=torch::nn::Module | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/module.h(563): warning C4251: 'torch::nn::Module::name_': class 'c10::optional<std::string>' needs to have dll-interface to be used by clients of class 'torch::nn::Module' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1327): note: see declaration of 'c10::optional<std::string>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/container/functional.h(94): warning C4251: 'torch::nn::FunctionalImpl::function_': class 'std::function<at::Tensor (at::Tensor)>' needs to have dll-interface to be used by clients of class 'torch::nn::FunctionalImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/data/transforms/tensor.h(39): note: see declaration of 'std::function<at::Tensor (at::Tensor)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/conv.h(35): warning C4251: 'torch::nn::ConvImpl<1,torch::nn::Conv1dImpl>::options': struct 'torch::nn::ConvOptions<1>' needs to have dll-interface to be used by clients of class 'torch::nn::ConvImpl<1,torch::nn::Conv1dImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/conv.h(75): note: see declaration of 'torch::nn::ConvOptions<1>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/conv.h(49): note: see reference to class template instantiation 'torch::nn::ConvImpl<1,torch::nn::Conv1dImpl>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/conv.h(35): warning C4251: 'torch::nn::ConvImpl<2,torch::nn::Conv2dImpl>::options': struct 'torch::nn::ConvOptions<2>' needs to have dll-interface to be used by clients of class 'torch::nn::ConvImpl<2,torch::nn::Conv2dImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/conv.h(78): note: see declaration of 'torch::nn::ConvOptions<2>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/conv.h(66): note: see reference to class template instantiation 'torch::nn::ConvImpl<2,torch::nn::Conv2dImpl>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/conv.h(35): warning C4251: 'torch::nn::ConvImpl<3,torch::nn::Conv3dImpl>::options': struct 'torch::nn::ConvOptions<3>' needs to have dll-interface to be used by clients of class 'torch::nn::ConvImpl<3,torch::nn::Conv3dImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/conv.h(81): note: see declaration of 'torch::nn::ConvOptions<3>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/conv.h(83): note: see reference to class template instantiation 'torch::nn::ConvImpl<3,torch::nn::Conv3dImpl>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/fold.h(20): warning C4251: 'torch::nn::FoldOptions::output_size_': class 'torch::ExpandingArray<2,int64_t>' needs to have dll-interface to be used by clients of struct 'torch::nn::FoldOptions' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/pooling.h(14): note: see declaration of 'torch::ExpandingArray<2,int64_t>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/fold.h(23): warning C4251: 'torch::nn::FoldOptions::kernel_size_': class 'torch::ExpandingArray<2,int64_t>' needs to have dll-interface to be used by clients of struct 'torch::nn::FoldOptions' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/pooling.h(14): note: see declaration of 'torch::ExpandingArray<2,int64_t>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/fold.h(27): warning C4251: 'torch::nn::FoldOptions::dilation_': class 'torch::ExpandingArray<2,int64_t>' needs to have dll-interface to be used by clients of struct 'torch::nn::FoldOptions' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/pooling.h(14): note: see declaration of 'torch::ExpandingArray<2,int64_t>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/fold.h(31): warning C4251: 'torch::nn::FoldOptions::padding_': class 'torch::ExpandingArray<2,int64_t>' needs to have dll-interface to be used by clients of struct 'torch::nn::FoldOptions' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/pooling.h(14): note: see declaration of 'torch::ExpandingArray<2,int64_t>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/fold.h(34): warning C4251: 'torch::nn::FoldOptions::stride_': class 'torch::ExpandingArray<2,int64_t>' needs to have dll-interface to be used by clients of struct 'torch::nn::FoldOptions' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/pooling.h(14): note: see declaration of 'torch::ExpandingArray<2,int64_t>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(27): warning C4251: 'torch::nn::AvgPoolImpl<1,torch::nn::AvgPool1dImpl>::options': struct 'torch::nn::AvgPoolOptions<1>' needs to have dll-interface to be used by clients of class 'torch::nn::AvgPoolImpl<1,torch::nn::AvgPool1dImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/pooling.h(37): note: see declaration of 'torch::nn::AvgPoolOptions<1>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(35): note: see reference to class template instantiation 'torch::nn::AvgPoolImpl<1,torch::nn::AvgPool1dImpl>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(27): warning C4251: 'torch::nn::AvgPoolImpl<2,torch::nn::AvgPool2dImpl>::options': struct 'torch::nn::AvgPoolOptions<2>' needs to have dll-interface to be used by clients of class 'torch::nn::AvgPoolImpl<2,torch::nn::AvgPool2dImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/pooling.h(40): note: see declaration of 'torch::nn::AvgPoolOptions<2>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(52): note: see reference to class template instantiation 'torch::nn::AvgPoolImpl<2,torch::nn::AvgPool2dImpl>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(27): warning C4251: 'torch::nn::AvgPoolImpl<3,torch::nn::AvgPool3dImpl>::options': struct 'torch::nn::AvgPoolOptions<3>' needs to have dll-interface to be used by clients of class 'torch::nn::AvgPoolImpl<3,torch::nn::AvgPool3dImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/pooling.h(43): note: see declaration of 'torch::nn::AvgPoolOptions<3>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(69): note: see reference to class template instantiation 'torch::nn::AvgPoolImpl<3,torch::nn::AvgPool3dImpl>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(97): warning C4251: 'torch::nn::MaxPoolImpl<1,torch::nn::MaxPool1dImpl>::options': struct 'torch::nn::MaxPoolOptions<1>' needs to have dll-interface to be used by clients of class 'torch::nn::MaxPoolImpl<1,torch::nn::MaxPool1dImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/pooling.h(70): note: see declaration of 'torch::nn::MaxPoolOptions<1>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(105): note: see reference to class template instantiation 'torch::nn::MaxPoolImpl<1,torch::nn::MaxPool1dImpl>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(97): warning C4251: 'torch::nn::MaxPoolImpl<2,torch::nn::MaxPool2dImpl>::options': struct 'torch::nn::MaxPoolOptions<2>' needs to have dll-interface to be used by clients of class 'torch::nn::MaxPoolImpl<2,torch::nn::MaxPool2dImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/pooling.h(73): note: see declaration of 'torch::nn::MaxPoolOptions<2>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(126): note: see reference to class template instantiation 'torch::nn::MaxPoolImpl<2,torch::nn::MaxPool2dImpl>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(97): warning C4251: 'torch::nn::MaxPoolImpl<3,torch::nn::MaxPool3dImpl>::options': struct 'torch::nn::MaxPoolOptions<3>' needs to have dll-interface to be used by clients of class 'torch::nn::MaxPoolImpl<3,torch::nn::MaxPool3dImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/pooling.h(76): note: see declaration of 'torch::nn::MaxPoolOptions<3>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(147): note: see reference to class template instantiation 'torch::nn::MaxPoolImpl<3,torch::nn::MaxPool3dImpl>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(179): warning C4251: 'torch::nn::AdaptiveMaxPoolImpl<1,torch::nn::AdaptiveMaxPool1dImpl>::options': struct 'torch::nn::AdaptiveMaxPoolOptions<1>' needs to have dll-interface to be used by clients of class 'torch::nn::AdaptiveMaxPoolImpl<1,torch::nn::AdaptiveMaxPool1dImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/pooling.h(91): note: see declaration of 'torch::nn::AdaptiveMaxPoolOptions<1>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(188): note: see reference to class template instantiation 'torch::nn::AdaptiveMaxPoolImpl<1,torch::nn::AdaptiveMaxPool1dImpl>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(179): warning C4251: 'torch::nn::AdaptiveMaxPoolImpl<2,torch::nn::AdaptiveMaxPool2dImpl>::options': struct 'torch::nn::AdaptiveMaxPoolOptions<2>' needs to have dll-interface to be used by clients of class 'torch::nn::AdaptiveMaxPoolImpl<2,torch::nn::AdaptiveMaxPool2dImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/pooling.h(94): note: see declaration of 'torch::nn::AdaptiveMaxPoolOptions<2>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(211): note: see reference to class template instantiation 'torch::nn::AdaptiveMaxPoolImpl<2,torch::nn::AdaptiveMaxPool2dImpl>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(179): warning C4251: 'torch::nn::AdaptiveMaxPoolImpl<3,torch::nn::AdaptiveMaxPool3dImpl>::options': struct 'torch::nn::AdaptiveMaxPoolOptions<3>' needs to have dll-interface to be used by clients of class 'torch::nn::AdaptiveMaxPoolImpl<3,torch::nn::AdaptiveMaxPool3dImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/options/pooling.h(97): note: see declaration of 'torch::nn::AdaptiveMaxPoolOptions<3>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/pooling.h(234): note: see reference to class template instantiation 'torch::nn::AdaptiveMaxPoolImpl<3,torch::nn::AdaptiveMaxPool3dImpl>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(71): warning C4251: 'torch::nn::detail::RNNImplBase<Derived>::w_ih': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<Derived>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(114): note: see reference to class template instantiation 'torch::nn::detail::RNNImplBase<Derived>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(73): warning C4251: 'torch::nn::detail::RNNImplBase<Derived>::w_hh': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<Derived>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(75): warning C4251: 'torch::nn::detail::RNNImplBase<Derived>::b_ih': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<Derived>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(77): warning C4251: 'torch::nn::detail::RNNImplBase<Derived>::b_hh': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<Derived>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(110): warning C4251: 'torch::nn::detail::RNNImplBase<Derived>::cudnn_mode_': class 'c10::optional<torch::nn::detail::RNNImplBase<Derived>::CuDNNMode>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<Derived>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(41): note: see declaration of 'c10::optional<torch::nn::detail::RNNImplBase<Derived>::CuDNNMode>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(113): warning C4251: 'torch::nn::detail::RNNImplBase<Derived>::flat_weights_': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<Derived>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(71): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::RNNImpl>::w_ih': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::RNNImpl>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(122): note: see reference to class template instantiation 'torch::nn::detail::RNNImplBase<torch::nn::RNNImpl>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(73): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::RNNImpl>::w_hh': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::RNNImpl>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(75): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::RNNImpl>::b_ih': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::RNNImpl>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(77): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::RNNImpl>::b_hh': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::RNNImpl>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(110): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::RNNImpl>::cudnn_mode_': class 'c10::optional<torch::nn::detail::RNNImplBase<torch::nn::RNNImpl>::CuDNNMode>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::RNNImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(41): note: see declaration of 'c10::optional<torch::nn::detail::RNNImplBase<torch::nn::RNNImpl>::CuDNNMode>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(113): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::RNNImpl>::flat_weights_': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::RNNImpl>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(71): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::LSTMImpl>::w_ih': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::LSTMImpl>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(151): note: see reference to class template instantiation 'torch::nn::detail::RNNImplBase<torch::nn::LSTMImpl>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(73): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::LSTMImpl>::w_hh': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::LSTMImpl>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(75): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::LSTMImpl>::b_ih': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::LSTMImpl>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(77): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::LSTMImpl>::b_hh': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::LSTMImpl>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(110): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::LSTMImpl>::cudnn_mode_': class 'c10::optional<torch::nn::detail::RNNImplBase<torch::nn::LSTMImpl>::CuDNNMode>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::LSTMImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(41): note: see declaration of 'c10::optional<torch::nn::detail::RNNImplBase<torch::nn::LSTMImpl>::CuDNNMode>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(113): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::LSTMImpl>::flat_weights_': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::LSTMImpl>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(71): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::GRUImpl>::w_ih': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::GRUImpl>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(175): note: see reference to class template instantiation 'torch::nn::detail::RNNImplBase<torch::nn::GRUImpl>' being compiled | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(73): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::GRUImpl>::w_hh': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::GRUImpl>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(75): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::GRUImpl>::b_ih': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::GRUImpl>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(77): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::GRUImpl>::b_hh': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::GRUImpl>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(110): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::GRUImpl>::cudnn_mode_': class 'c10::optional<torch::nn::detail::RNNImplBase<torch::nn::GRUImpl>::CuDNNMode>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::GRUImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(41): note: see declaration of 'c10::optional<torch::nn::detail::RNNImplBase<torch::nn::GRUImpl>::CuDNNMode>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(113): warning C4251: 'torch::nn::detail::RNNImplBase<torch::nn::GRUImpl>::flat_weights_': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::nn::detail::RNNImplBase<torch::nn::GRUImpl>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/optimizer.h(83): warning C4251: 'torch::optim::detail::OptimizerBase::parameters_': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::optim::detail::OptimizerBase' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/adagrad.h(28): warning C4275: non dll-interface class 'torch::optim::Optimizer' used as base for dll-interface class 'torch::optim::Adagrad' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/optimizer.h(100): note: see declaration of 'torch::optim::Optimizer' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/adagrad.h(28): note: see declaration of 'torch::optim::Adagrad' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/adagrad.h(44): warning C4251: 'torch::optim::Adagrad::sum_buffers': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::optim::Adagrad' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/adagrad.h(45): warning C4251: 'torch::optim::Adagrad::step_buffers': class 'std::vector<int64_t,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::optim::Adagrad' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/MemoryFormat.h(44): note: see declaration of 'std::vector<int64_t,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/adam.h(31): warning C4275: non dll-interface class 'torch::optim::Optimizer' used as base for dll-interface class 'torch::optim::Adam' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/optimizer.h(100): note: see declaration of 'torch::optim::Optimizer' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/adam.h(31): note: see declaration of 'torch::optim::Adam' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/adam.h(45): warning C4251: 'torch::optim::Adam::step_buffers': class 'std::vector<int64_t,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::optim::Adam' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/MemoryFormat.h(44): note: see declaration of 'std::vector<int64_t,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/adam.h(46): warning C4251: 'torch::optim::Adam::exp_average_buffers': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::optim::Adam' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/adam.h(47): warning C4251: 'torch::optim::Adam::exp_average_sq_buffers': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::optim::Adam' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/adam.h(48): warning C4251: 'torch::optim::Adam::max_exp_average_sq_buffers': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::optim::Adam' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(22): warning C4305: 'initializing': truncation from 'double' to 'float' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(23): warning C4305: 'initializing': truncation from 'double' to 'float' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(27): warning C4275: non dll-interface class 'torch::optim::LossClosureOptimizer' used as base for dll-interface class 'torch::optim::LBFGS' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/optimizer.h(110): note: see declaration of 'torch::optim::LossClosureOptimizer' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(27): note: see declaration of 'torch::optim::LBFGS' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(48): warning C4251: 'torch::optim::LBFGS::ro': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::optim::LBFGS' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(49): warning C4251: 'torch::optim::LBFGS::al': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::optim::LBFGS' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): warning C4251: 'torch::optim::LBFGS::old_dirs': class 'std::deque<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::optim::LBFGS' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see declaration of 'std::deque<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(51): warning C4251: 'torch::optim::LBFGS::old_stps': class 'std::deque<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::optim::LBFGS' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see declaration of 'std::deque<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/rmsprop.h(34): warning C4275: non dll-interface class 'torch::optim::Optimizer' used as base for dll-interface class 'torch::optim::RMSprop' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/optimizer.h(100): note: see declaration of 'torch::optim::Optimizer' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/rmsprop.h(34): note: see declaration of 'torch::optim::RMSprop' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/rmsprop.h(50): warning C4251: 'torch::optim::RMSprop::square_average_buffers': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::optim::RMSprop' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/rmsprop.h(51): warning C4251: 'torch::optim::RMSprop::momentum_buffers': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::optim::RMSprop' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/rmsprop.h(52): warning C4251: 'torch::optim::RMSprop::grad_average_buffers': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::optim::RMSprop' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/sgd.h(31): warning C4275: non dll-interface class 'torch::optim::Optimizer' used as base for dll-interface class 'torch::optim::SGD' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/optimizer.h(100): note: see declaration of 'torch::optim::Optimizer' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/sgd.h(31): note: see declaration of 'torch::optim::SGD' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include\torch/optim/sgd.h(46): warning C4251: 'torch::optim::SGD::momentum_buffers': class 'std::vector<at::Tensor,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'torch::optim::SGD' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(472): note: see declaration of 'std::vector<at::Tensor,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Tensor | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/record_function.h(25): warning C4251: 'torch::autograd::profiler::StringView::owned_str_ptr_': class 'std::shared_ptr<std::string>' needs to have dll-interface to be used by clients of struct 'torch::autograd::profiler::StringView' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/record_function.h(25): note: see declaration of 'std::shared_ptr<std::string>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/record_function.h(90): warning C4251: 'torch::autograd::profiler::RecordFunction::inputs_': class 'std::vector<StorageT,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::profiler::RecordFunction' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/List.h(24): note: see declaration of 'std::vector<StorageT,std::allocator<_Ty>>' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/profiler.h(169): warning C4251: 'torch::autograd::profiler::Event::shapes_': class 'std::vector<std::vector<int64_t,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::profiler::Event' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/WrapDimUtils.h(25): note: see declaration of 'std::vector<std::vector<int64_t,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>>' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/profiler.h(245): warning C4251: 'torch::autograd::profiler::RecordProfile::file_': class 'std::unique_ptr<std::ofstream,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::profiler::RecordProfile' | |
with | |
[ | |
_Ty=std::ofstream | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/profiler.h(245): note: see declaration of 'std::unique_ptr<std::ofstream,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=std::ofstream | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/saved_variable.h(46): warning C4251: 'torch::autograd::SavedVariable::grad_fn_': class 'std::shared_ptr<torch::autograd::Node>' needs to have dll-interface to be used by clients of class 'torch::autograd::SavedVariable' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/edge.h(17): note: see declaration of 'std::shared_ptr<torch::autograd::Node>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/saved_variable.h(49): warning C4251: 'torch::autograd::SavedVariable::weak_grad_fn_': class 'std::weak_ptr<torch::autograd::Node>' needs to have dll-interface to be used by clients of class 'torch::autograd::SavedVariable' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(186): note: see declaration of 'std::weak_ptr<torch::autograd::Node>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/saved_variable.h(50): warning C4251: 'torch::autograd::SavedVariable::grad_accumulator_': class 'std::weak_ptr<torch::autograd::Node>' needs to have dll-interface to be used by clients of class 'torch::autograd::SavedVariable' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(186): note: see declaration of 'std::weak_ptr<torch::autograd::Node>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(88): warning C4251: 'std::enable_shared_from_this<torch::autograd::Node>::_Wptr': class 'std::weak_ptr<torch::autograd::Node>' needs to have dll-interface to be used by clients of class 'std::enable_shared_from_this<torch::autograd::Node>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(186): note: see declaration of 'std::weak_ptr<torch::autograd::Node>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(353): warning C4251: 'torch::autograd::Node::next_edges_': class 'std::vector<torch::autograd::Edge,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Node' | |
with | |
[ | |
_Ty=torch::autograd::Edge | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(33): note: see declaration of 'std::vector<torch::autograd::Edge,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::autograd::Edge | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(355): warning C4251: 'torch::autograd::Node::anomaly_metadata_': class 'std::unique_ptr<torch::autograd::AnomalyMetadata,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Node' | |
with | |
[ | |
_Ty=torch::autograd::AnomalyMetadata | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(355): note: see declaration of 'std::unique_ptr<torch::autograd::AnomalyMetadata,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=torch::autograd::AnomalyMetadata | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(356): warning C4251: 'torch::autograd::Node::pre_hooks_': class 'std::vector<std::unique_ptr<torch::autograd::FunctionPreHook,std::default_delete<_Ty>>,std::allocator<std::unique_ptr<_Ty,std::default_delete<_Ty>>>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Node' | |
with | |
[ | |
_Ty=torch::autograd::FunctionPreHook | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(298): note: see declaration of 'std::vector<std::unique_ptr<torch::autograd::FunctionPreHook,std::default_delete<_Ty>>,std::allocator<std::unique_ptr<_Ty,std::default_delete<_Ty>>>>' | |
with | |
[ | |
_Ty=torch::autograd::FunctionPreHook | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(357): warning C4251: 'torch::autograd::Node::post_hooks_': class 'std::vector<std::unique_ptr<torch::autograd::FunctionPostHook,std::default_delete<_Ty>>,std::allocator<std::unique_ptr<_Ty,std::default_delete<_Ty>>>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Node' | |
with | |
[ | |
_Ty=torch::autograd::FunctionPostHook | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(274): note: see declaration of 'std::vector<std::unique_ptr<torch::autograd::FunctionPostHook,std::default_delete<_Ty>>,std::allocator<std::unique_ptr<_Ty,std::default_delete<_Ty>>>>' | |
with | |
[ | |
_Ty=torch::autograd::FunctionPostHook | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(358): warning C4251: 'torch::autograd::Node::input_metadata_': class 'c10::SmallVector<torch::autograd::InputMetadata,2>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Node' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(358): note: see declaration of 'c10::SmallVector<torch::autograd::InputMetadata,2>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(143): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(149): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(156): warning C4267: 'initializing': conversion from 'size_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(162): warning C4267: 'return': conversion from 'size_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(217): warning C4267: 'return': conversion from 'size_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/custom_function.h(84): warning C4251: 'torch::autograd::AutogradContext::saved_data': class 'ska::flat_hash_map<std::string,c10::IValue,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<K,V>>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::AutogradContext' | |
with | |
[ | |
_Kty=std::string, | |
K=std::string, | |
V=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/custom_function.h(84): note: see declaration of 'ska::flat_hash_map<std::string,c10::IValue,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<K,V>>>' | |
with | |
[ | |
_Kty=std::string, | |
K=std::string, | |
V=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/custom_function.h(105): warning C4251: 'torch::autograd::AutogradContext::non_differentiable_': class 'std::unordered_set<c10::TensorImpl *,std::hash<c10::TensorImpl *>,std::equal_to<_Kty>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::AutogradContext' | |
with | |
[ | |
_Kty=c10::TensorImpl *, | |
_Ty=c10::TensorImpl * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/custom_function.h(13): note: see declaration of 'std::unordered_set<c10::TensorImpl *,std::hash<c10::TensorImpl *>,std::equal_to<_Kty>,std::allocator<_Ty>>' | |
with | |
[ | |
_Kty=c10::TensorImpl *, | |
_Ty=c10::TensorImpl * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/custom_function.h(106): warning C4251: 'torch::autograd::AutogradContext::dirty_inputs_': class 'std::unordered_set<c10::TensorImpl *,std::hash<c10::TensorImpl *>,std::equal_to<_Kty>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::AutogradContext' | |
with | |
[ | |
_Kty=c10::TensorImpl *, | |
_Ty=c10::TensorImpl * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/custom_function.h(13): note: see declaration of 'std::unordered_set<c10::TensorImpl *,std::hash<c10::TensorImpl *>,std::equal_to<_Kty>,std::allocator<_Ty>>' | |
with | |
[ | |
_Kty=c10::TensorImpl *, | |
_Ty=c10::TensorImpl * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/custom_function.h(107): warning C4251: 'torch::autograd::AutogradContext::saved_variables_': class 'std::vector<torch::autograd::SavedVariable,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::AutogradContext' | |
with | |
[ | |
_Ty=torch::autograd::SavedVariable | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function.h(34): note: see declaration of 'std::vector<torch::autograd::SavedVariable,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::autograd::SavedVariable | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/custom_function.h(108): warning C4251: 'torch::autograd::AutogradContext::to_save_': class 'std::vector<torch::autograd::Variable,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::AutogradContext' | |
with | |
[ | |
_Ty=torch::autograd::Variable | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/function_hook.h(11): note: see declaration of 'std::vector<torch::autograd::Variable,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::autograd::Variable | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/custom_function.h(113): warning C4251: 'torch::autograd::AutogradContext::grad_fn_': class 'std::weak_ptr<torch::autograd::Node>' needs to have dll-interface to be used by clients of struct 'torch::autograd::AutogradContext' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(186): note: see declaration of 'std::weak_ptr<torch::autograd::Node>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/custom_function.h(129): warning C4251: 'torch::autograd::VariableInfo::size': class 'std::vector<int64_t,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::VariableInfo' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/MemoryFormat.h(44): note: see declaration of 'std::vector<int64_t,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=int64_t | |
] | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\deformable/deform_conv.h(136): warning C4996: 'c10::detail::deprecated_AT_CHECK': AT_CHECK is deprecated, use TORCH_CHECK instead. | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(325): note: see declaration of 'c10::detail::deprecated_AT_CHECK' | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\deformable/deform_conv.h(137): warning C4996: 'c10::detail::deprecated_AT_CHECK': AT_CHECK is deprecated, use TORCH_CHECK instead. | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(325): note: see declaration of 'c10::detail::deprecated_AT_CHECK' | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\deformable/deform_conv.h(184): warning C4996: 'c10::detail::deprecated_AT_CHECK': AT_CHECK is deprecated, use TORCH_CHECK instead. | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(325): note: see declaration of 'c10::detail::deprecated_AT_CHECK' | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\deformable/deform_conv.h(185): warning C4996: 'c10::detail::deprecated_AT_CHECK': AT_CHECK is deprecated, use TORCH_CHECK instead. | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(325): note: see declaration of 'c10::detail::deprecated_AT_CHECK' | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\deformable/deform_conv.h(186): warning C4996: 'c10::detail::deprecated_AT_CHECK': AT_CHECK is deprecated, use TORCH_CHECK instead. | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(325): note: see declaration of 'c10::detail::deprecated_AT_CHECK' | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\deformable/deform_conv.h(234): warning C4996: 'c10::detail::deprecated_AT_CHECK': AT_CHECK is deprecated, use TORCH_CHECK instead. | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(325): note: see declaration of 'c10::detail::deprecated_AT_CHECK' | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\deformable/deform_conv.h(235): warning C4996: 'c10::detail::deprecated_AT_CHECK': AT_CHECK is deprecated, use TORCH_CHECK instead. | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(325): note: see declaration of 'c10::detail::deprecated_AT_CHECK' | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\deformable/deform_conv.h(284): warning C4996: 'c10::detail::deprecated_AT_CHECK': AT_CHECK is deprecated, use TORCH_CHECK instead. | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(325): note: see declaration of 'c10::detail::deprecated_AT_CHECK' | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\deformable/deform_conv.h(285): warning C4996: 'c10::detail::deprecated_AT_CHECK': AT_CHECK is deprecated, use TORCH_CHECK instead. | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(325): note: see declaration of 'c10::detail::deprecated_AT_CHECK' | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\deformable/deform_conv.h(286): warning C4996: 'c10::detail::deprecated_AT_CHECK': AT_CHECK is deprecated, use TORCH_CHECK instead. | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(325): note: see declaration of 'c10::detail::deprecated_AT_CHECK' | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\deformable/deform_conv.h(341): warning C4996: 'c10::detail::deprecated_AT_CHECK': AT_CHECK is deprecated, use TORCH_CHECK instead. | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(325): note: see declaration of 'c10::detail::deprecated_AT_CHECK' | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\deformable/deform_conv.h(342): warning C4996: 'c10::detail::deprecated_AT_CHECK': AT_CHECK is deprecated, use TORCH_CHECK instead. | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(325): note: see declaration of 'c10::detail::deprecated_AT_CHECK' | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\deformable/deform_conv.h(343): warning C4996: 'c10::detail::deprecated_AT_CHECK': AT_CHECK is deprecated, use TORCH_CHECK instead. | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(325): note: see declaration of 'c10::detail::deprecated_AT_CHECK' | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\deformable/deform_conv.h(344): warning C4996: 'c10::detail::deprecated_AT_CHECK': AT_CHECK is deprecated, use TORCH_CHECK instead. | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(325): note: see declaration of 'c10::detail::deprecated_AT_CHECK' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/StringUtil.h(57): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/qualified_name.h(111): note: see reference to function template instantiation 'std::string c10::Join<std::vector<std::string,std::allocator<_Ty>>>(const std::string &,const Container &)' being compiled | |
with | |
[ | |
_Ty=std::string, | |
Container=std::vector<std::string,std::allocator<std::string>> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Optional.h(430): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/function_schema.h(225): note: see reference to function template instantiation 'c10::optional<int32_t>::optional<std::size_t,false>(U &&)' being compiled | |
with | |
[ | |
U=std::size_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/function_schema.h(225): note: see reference to function template instantiation 'c10::optional<int32_t>::optional<std::size_t,false>(U &&)' being compiled | |
with | |
[ | |
U=std::size_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(451): warning C4018: '>': signed/unsigned mismatch | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(497): note: see reference to function template instantiation 'bool c10::overflows<To,From>(From)' being compiled | |
with | |
[ | |
To=int64_t, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<int64_t,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=int64_t, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<c10::BFloat16,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(416): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(415): note: while compiling class template member function 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(std::complex<double>)' | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(std::complex<double>)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<c10::BFloat16,std::complex<double>>(From,const char *)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<c10::BFloat16,double>(From,const char *)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4800: 'int64_t': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'bool c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'bool c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<bool,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(416): warning C4800: 'double': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(415): note: while compiling class template member function 'bool c10::Converter<To,From,void>::operator ()(std::complex<double>)' | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'bool c10::Converter<To,From,void>::operator ()(std::complex<double>)' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<bool,std::complex<double>>(From,const char *)' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4800: 'double': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'bool c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'bool c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<bool,double>(From,const char *)' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'int64_t' to 'const std::complex<double>::_Ty', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'std::complex<double> c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'std::complex<double> c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<std::complex<double>,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'int64_t' to 'const std::complex<float>::_Ty', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<std::complex<float>,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'double' to 'const std::complex<float>::_Ty', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<std::complex<float>,double>(From,const char *)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DWITH_CUDA -IF:\dd\conan_det\detectron2\detectron2\layers\csrc -IE:\Anaconda\envs\dd\lib\site-packages\torch\include -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\TH -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\include" -IE:\Anaconda\envs\dd\include -IE:\Anaconda\envs\dd\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\winrt" /EHsc /TpF:\dd\conan_det\detectron2\detectron2\layers\csrc\box_iou_rotated\box_iou_rotated_cpu.cpp /Fobuild\temp.win-amd64-3.7\Release\dd\conan_det\detectron2\detectron2\layers\csrc\box_iou_rotated\box_iou_rotated_cpu.obj /MD /wd4819 /EHsc -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 | |
box_iou_rotated_cpu.cpp | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(28): warning C4275: non dll-interface class 'std::exception' used as base for dll-interface class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vcruntime_exception.h(43): note: see declaration of 'std::exception' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(28): note: see declaration of 'c10::Error' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(29): warning C4251: 'c10::Error::msg_stack_': class 'std::vector<std::string,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(29): note: see declaration of 'std::vector<std::string,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(30): warning C4251: 'c10::Error::backtrace_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(35): warning C4251: 'c10::Error::msg_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(36): warning C4251: 'c10::Error::msg_without_backtrace_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Allocator.h(21): warning C4251: 'c10::DataPtr::ptr_': class 'c10::detail::UniqueVoidPtr' needs to have dll-interface to be used by clients of class 'c10::DataPtr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/UniqueVoidPtr.h(38): note: see declaration of 'c10::detail::UniqueVoidPtr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Allocator.h(183): warning C4251: 'c10::InefficientStdFunctionContext::ptr_': class 'std::unique_ptr<void,std::function<void (void *)>>' needs to have dll-interface to be used by clients of struct 'c10::InefficientStdFunctionContext' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Allocator.h(183): note: see declaration of 'std::unique_ptr<void,std::function<void (void *)>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(172): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(175): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(178): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(181): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(185): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(188): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(191): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(194): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(200): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(203): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(206): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(209): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(213): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(216): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(219): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(222): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(148): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(151): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(154): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(157): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(161): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(164): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(167): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(170): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(176): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(179): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(182): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(185): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(189): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(192): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(195): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(198): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): warning C4800: 'const int64_t': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(63): warning C4251: 'c10::intrusive_ptr_target::refcount_': struct 'std::atomic<unsigned __int64>' needs to have dll-interface to be used by clients of class 'c10::intrusive_ptr_target' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic<unsigned __int64>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(64): warning C4251: 'c10::intrusive_ptr_target::weakcount_': struct 'std::atomic<unsigned __int64>' needs to have dll-interface to be used by clients of class 'c10::intrusive_ptr_target' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic<unsigned __int64>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(721): warning C4267: 'return': conversion from 'size_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(752): warning C4267: 'return': conversion from 'size_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Storage.h(181): warning C4251: 'c10::Storage::storage_impl_': class 'c10::intrusive_ptr<c10::StorageImpl,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'c10::Storage' | |
with | |
[ | |
TTarget=c10::StorageImpl | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Storage.h(10): note: see declaration of 'c10::intrusive_ptr<c10::StorageImpl,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=c10::StorageImpl | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(395): warning C4146: unary minus operator applied to unsigned type, result still unsigned | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(540): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(546): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(553): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(559): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorTypeSet.h(56): warning C4800: 'uint64_t': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/logging_is_not_google_glog.h(47): warning C4251: 'c10::MessageLogger::stream_': class 'std::basic_stringstream<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::MessageLogger' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\iosfwd(687): note: see declaration of 'std::basic_stringstream<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(201): warning C4251: 'c10::VariableVersion::version_counter_': class 'c10::intrusive_ptr<c10::VariableVersion::VersionCounter,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'c10::VariableVersion' | |
with | |
[ | |
TTarget=c10::VariableVersion::VersionCounter | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(201): note: see declaration of 'c10::intrusive_ptr<c10::VariableVersion::VersionCounter,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=c10::VariableVersion::VersionCounter | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1574): warning C4251: 'c10::TensorImpl::autograd_meta_': class 'std::unique_ptr<c10::AutogradMetaInterface,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
with | |
[ | |
_Ty=c10::AutogradMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(833): note: see declaration of 'std::unique_ptr<c10::AutogradMetaInterface,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=c10::AutogradMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1577): warning C4251: 'c10::TensorImpl::named_tensor_meta_': class 'std::unique_ptr<c10::NamedTensorMetaInterface,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
with | |
[ | |
_Ty=c10::NamedTensorMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(148): note: see declaration of 'std::unique_ptr<c10::NamedTensorMetaInterface,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=c10::NamedTensorMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1599): warning C4251: 'c10::TensorImpl::sizes_': class 'c10::SmallVector<int64_t,5>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1599): note: see declaration of 'c10::SmallVector<int64_t,5>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1600): warning C4251: 'c10::TensorImpl::strides_': class 'c10::SmallVector<int64_t,5>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1599): note: see declaration of 'c10::SmallVector<int64_t,5>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1625): warning C4251: 'c10::TensorImpl::device_opt_': class 'c10::optional<c10::Device>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(172): note: see declaration of 'c10::optional<c10::Device>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1628): warning C4251: 'c10::TensorImpl::type_set_': class 'c10::TensorTypeSet' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorTypeSet.h(34): note: see declaration of 'c10::TensorTypeSet' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1049): warning C4244: 'argument': conversion from 'float' to 'const std::size_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1397): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/DeprecatedTypePropertiesRegistry.h(27): warning C4251: 'at::DeprecatedTypePropertiesRegistry::registry': class 'std::unique_ptr<at::DeprecatedTypeProperties,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of class 'at::DeprecatedTypePropertiesRegistry' | |
with | |
[ | |
_Ty=at::DeprecatedTypeProperties | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/DeprecatedTypePropertiesRegistry.h(24): note: see declaration of 'std::unique_ptr<at::DeprecatedTypeProperties,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=at::DeprecatedTypeProperties | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/Generator.h(75): warning C4251: 'at::Generator::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'at::Generator' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/NamedTensor.h(53): warning C4251: 'at::NamedTensorMeta::names_': class 'std::vector<at::Dimname,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'at::NamedTensorMeta' | |
with | |
[ | |
_Ty=at::Dimname | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/NamedTensor.h(27): note: see declaration of 'std::vector<at::Dimname,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Dimname | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(999): warning C4251: 'at::Tensor::impl_': class 'c10::intrusive_ptr<c10::TensorImpl,c10::UndefinedTensorImpl>' needs to have dll-interface to be used by clients of class 'at::Tensor' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(70): note: see declaration of 'c10::intrusive_ptr<c10::TensorImpl,c10::UndefinedTensorImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(1000): warning C4522: 'at::Tensor': multiple assignment operators specified | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(65): warning C4251: 'std::enable_shared_from_this<c10::Type>::_Wptr': class 'std::weak_ptr<_Ty>' needs to have dll-interface to be used by clients of class 'std::enable_shared_from_this<c10::Type>' | |
with | |
[ | |
_Ty=c10::Type | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1161): note: see declaration of 'std::weak_ptr<_Ty>' | |
with | |
[ | |
_Ty=c10::Type | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(240): warning C4251: 'c10::SingleElementType<c10::TypeKind::OptionalType,c10::OptionalType>::elem': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::SingleElementType<c10::TypeKind::OptionalType,c10::OptionalType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(369): warning C4251: 'c10::VaryingShape::dims_': class 'c10::optional<c10::VaryingShape::ListOfOptionalInts>' needs to have dll-interface to be used by clients of struct 'c10::VaryingShape' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(336): note: see declaration of 'c10::optional<c10::VaryingShape::ListOfOptionalInts>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(602): warning C4251: 'c10::TensorType::scalar_type_': class 'c10::optional<c10::ScalarType>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/ScalarType.h(187): note: see declaration of 'c10::optional<c10::ScalarType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(603): warning C4251: 'c10::TensorType::device_': class 'c10::optional<c10::Device>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(172): note: see declaration of 'c10::optional<c10::Device>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(606): warning C4251: 'c10::TensorType::requires_grad_': class 'c10::optional<bool>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(225): note: see declaration of 'c10::optional<bool>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(618): warning C4251: 'c10::TensorType::undefined_': class 'c10::optional<bool>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(225): note: see declaration of 'c10::optional<bool>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(477): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(480): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(624): warning C4251: 'c10::SingleElementType<c10::TypeKind::ListType,c10::ListType>::elem': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::SingleElementType<c10::TypeKind::ListType,c10::ListType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(733): warning C4251: 'c10::DictType::types': class 'std::vector<c10::TypePtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::DictType' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(150): note: see declaration of 'std::vector<c10::TypePtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(741): warning C4251: 'c10::SingleElementType<c10::TypeKind::FutureType,c10::FutureType>::elem': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::SingleElementType<c10::TypeKind::FutureType,c10::FutureType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(782): warning C4251: 'c10::NamedType::name_': class 'c10::optional<c10::QualifiedName>' needs to have dll-interface to be used by clients of struct 'c10::NamedType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(773): note: see declaration of 'c10::optional<c10::QualifiedName>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(854): warning C4251: 'c10::TupleType::elements_': class 'std::vector<c10::TypePtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::TupleType' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(150): note: see declaration of 'std::vector<c10::TypePtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(856): warning C4251: 'c10::TupleType::schema_': class 'std::shared_ptr<c10::FunctionSchema>' needs to have dll-interface to be used by clients of struct 'c10::TupleType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(790): note: see declaration of 'std::shared_ptr<c10::FunctionSchema>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1515): warning C4251: 'c10::ClassType::attributeNames_': class 'std::vector<std::string,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(29): note: see declaration of 'std::vector<std::string,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1516): warning C4251: 'c10::ClassType::attributeTypes_': class 'std::vector<c10::TypePtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(150): note: see declaration of 'std::vector<c10::TypePtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1518): warning C4251: 'c10::ClassType::compilation_unit_': class 'std::weak_ptr<torch::jit::script::CompilationUnit>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1357): note: see declaration of 'std::weak_ptr<torch::jit::script::CompilationUnit>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1522): warning C4251: 'c10::ClassType::parameterSlots_': class 'std::shared_ptr<std::vector<bool,std::allocator<_Ty>>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=bool | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1522): note: see declaration of 'std::shared_ptr<std::vector<bool,std::allocator<_Ty>>>' | |
with | |
[ | |
_Ty=bool | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1525): warning C4251: 'c10::ClassType::methods_': class 'std::vector<torch::jit::Function *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=torch::jit::Function * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1409): note: see declaration of 'std::vector<torch::jit::Function *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Function * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1572): warning C4251: 'c10::InterfaceType::methods_': class 'std::shared_ptr<std::vector<c10::FunctionSchema,std::allocator<_Ty>>>' needs to have dll-interface to be used by clients of struct 'c10::InterfaceType' | |
with | |
[ | |
_Ty=c10::FunctionSchema | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1572): note: see declaration of 'std::shared_ptr<std::vector<c10::FunctionSchema,std::allocator<_Ty>>>' | |
with | |
[ | |
_Ty=c10::FunctionSchema | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/Dict_inl.h(50): warning C4244: 'argument': conversion from 'int64_t' to 'const int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(118): warning C4251: 'c10::ivalue::ConstantString::str_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::ConstantString' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(138): warning C4251: 'c10::ivalue::Tuple::elements_': class 'std::vector<StorageT,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Tuple' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/List.h(24): note: see declaration of 'std::vector<StorageT,std::allocator<_Ty>>' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(139): warning C4251: 'c10::ivalue::Tuple::type_': class 'std::shared_ptr<c10::TupleType>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Tuple' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(786): note: see declaration of 'std::shared_ptr<c10::TupleType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(195): warning C4275: non dll-interface class 'std::exception' used as base for dll-interface struct 'c10::ivalue::Future::FutureError' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vcruntime_exception.h(43): note: see declaration of 'std::exception' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(195): note: see declaration of 'c10::ivalue::Future::FutureError' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(205): warning C4251: 'c10::ivalue::Future::FutureError::error_msg': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future::FutureError' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(296): warning C4251: 'c10::ivalue::Future::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(297): warning C4251: 'c10::ivalue::Future::completed_': struct 'std::atomic<bool>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic<bool>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(298): warning C4251: 'c10::ivalue::Future::finished_cv_': class 'std::condition_variable' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(536): note: see declaration of 'std::condition_variable' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(301): warning C4251: 'c10::ivalue::Future::type_': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(302): warning C4251: 'c10::ivalue::Future::callbacks': class 'std::vector<std::function<void (void)>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
with | |
[ | |
_Ty=std::function<void (void)> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(302): note: see declaration of 'std::vector<std::function<void (void)>,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::function<void (void)> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(370): warning C4251: 'c10::ivalue::Object::type_': struct 'c10::StrongTypePtr' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Object' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(586): note: see declaration of 'c10::StrongTypePtr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(371): warning C4251: 'c10::ivalue::Object::slots_': class 'std::vector<StorageT,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Object' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/List.h(24): note: see declaration of 'std::vector<StorageT,std::allocator<_Ty>>' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(410): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(412): warning C4244: 'return': conversion from 'int64_t' to 'unsigned char', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(413): warning C4244: 'return': conversion from 'int64_t' to 'signed char', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(414): warning C4244: 'return': conversion from 'int64_t' to 'unsigned short', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(415): warning C4244: 'return': conversion from 'int64_t' to 'short', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(416): warning C4244: 'return': conversion from 'int64_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(417): warning C4244: 'return': conversion from 'int64_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(419): warning C4244: 'return': conversion from 'int64_t' to 'c10::detail::_guarded_unsigned_long', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(119): warning C4251: 'at::ATenOpTable::schema_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'at::ATenOpTable' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(143): warning C4251: 'at::ATenDispatch::op_tables_': class 'std::unordered_map<std::string,at::ATenOpTable,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'at::ATenDispatch' | |
with | |
[ | |
_Kty=std::string, | |
_Ty=at::ATenOpTable | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(143): note: see declaration of 'std::unordered_map<std::string,at::ATenOpTable,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' | |
with | |
[ | |
_Kty=std::string, | |
_Ty=at::ATenOpTable | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(144): warning C4251: 'at::ATenDispatch::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of class 'at::ATenDispatch' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(375): warning C4251: 'c10::KernelFunction::functorFactory_': class 'std::function<std::unique_ptr<c10::OperatorKernel,std::default_delete<_Ty>> (void)>' needs to have dll-interface to be used by clients of class 'c10::KernelFunction' | |
with | |
[ | |
_Ty=c10::OperatorKernel | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(198): note: see declaration of 'std::function<std::unique_ptr<c10::OperatorKernel,std::default_delete<_Ty>> (void)>' | |
with | |
[ | |
_Ty=c10::OperatorKernel | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(376): warning C4251: 'c10::KernelFunction::functor_': class 'std::shared_ptr<c10::OperatorKernel>' needs to have dll-interface to be used by clients of class 'c10::KernelFunction' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(376): note: see declaration of 'std::shared_ptr<c10::OperatorKernel>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(116): warning C4251: 'c10::Dispatcher::operators_': class 'std::list<c10::Dispatcher::OperatorDef,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
with | |
[ | |
_Ty=c10::Dispatcher::OperatorDef | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(116): note: see declaration of 'std::list<c10::Dispatcher::OperatorDef,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::Dispatcher::OperatorDef | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(117): warning C4251: 'c10::Dispatcher::operatorLookupTable_': class 'c10::LeftRight<ska::flat_hash_map<c10::OperatorName,c10::OperatorHandle,std::hash<c10::OperatorName>,std::equal_to<K>,std::allocator<std::pair<K,V>>>>' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
with | |
[ | |
K=c10::OperatorName, | |
V=c10::OperatorHandle | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(117): note: see declaration of 'c10::LeftRight<ska::flat_hash_map<c10::OperatorName,c10::OperatorHandle,std::hash<c10::OperatorName>,std::equal_to<K>,std::allocator<std::pair<K,V>>>>' | |
with | |
[ | |
K=c10::OperatorName, | |
V=c10::OperatorHandle | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(118): warning C4251: 'c10::Dispatcher::listeners_': class 'std::unique_ptr<c10::detail::RegistrationListenerList,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
with | |
[ | |
_Ty=c10::detail::RegistrationListenerList | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(118): note: see declaration of 'std::unique_ptr<c10::detail::RegistrationListenerList,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=c10::detail::RegistrationListenerList | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(119): warning C4251: 'c10::Dispatcher::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(147): warning C4251: 'c10::OperatorHandle::operatorIterator_': class 'std::_List_iterator<std::_List_val<std::_List_simple_types<c10::Dispatcher::OperatorDef>>>' needs to have dll-interface to be used by clients of class 'c10::OperatorHandle' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(577): note: see declaration of 'std::_List_iterator<std::_List_val<std::_List_simple_types<c10::Dispatcher::OperatorDef>>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(162): warning C4251: 'c10::SchemaRegistrationHandleRAII::registrationHandle_': class 'c10::RegistrationHandleRAII' needs to have dll-interface to be used by clients of class 'c10::SchemaRegistrationHandleRAII' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/RegistrationHandleRAII.h(7): note: see declaration of 'c10::RegistrationHandleRAII' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(32): warning C4251: 'at::CPUGenerator::engine_': class 'at::mt19937_engine' needs to have dll-interface to be used by clients of struct 'at::CPUGenerator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/MT19937RNGEngine.h(106): note: see declaration of 'at::mt19937_engine' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(33): warning C4251: 'at::CPUGenerator::next_float_normal_sample_': class 'c10::optional<float>' needs to have dll-interface to be used by clients of struct 'at::CPUGenerator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(23): note: see declaration of 'c10::optional<float>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(34): warning C4251: 'at::CPUGenerator::next_double_normal_sample_': class 'c10::optional<double>' needs to have dll-interface to be used by clients of struct 'at::CPUGenerator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(24): note: see declaration of 'c10::optional<double>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Stream.h(135): warning C4244: 'argument': conversion from 'unsigned __int64' to 'c10::DeviceIndex', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Stream.h(135): warning C4244: 'argument': conversion from 'unsigned __int64' to 'c10::StreamId', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/impl/DeviceGuardImplInterface.h(218): warning C4800: 'const c10::impl::DeviceGuardImplInterface *': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(124): warning C4251: 'at::Context::thc_init': struct 'std::once_flag' needs to have dll-interface to be used by clients of class 'at::Context' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(452): note: see declaration of 'std::once_flag' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(125): warning C4251: 'at::Context::thh_init': struct 'std::once_flag' needs to have dll-interface to be used by clients of class 'at::Context' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(452): note: see declaration of 'std::once_flag' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(130): warning C4251: 'at::Context::quantized_engine': class 'c10::optional<c10::QEngine>' needs to have dll-interface to be used by clients of class 'at::Context' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(130): note: see declaration of 'c10::optional<c10::QEngine>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(131): warning C4251: 'at::Context::thc_state': class 'std::unique_ptr<THCState,void (__cdecl *)(THCState *)>' needs to have dll-interface to be used by clients of class 'at::Context' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/detail/CUDAHooksInterface.h(62): note: see declaration of 'std::unique_ptr<THCState,void (__cdecl *)(THCState *)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(132): warning C4251: 'at::Context::thh_state': class 'std::unique_ptr<THHState,void (__cdecl *)(THHState *)>' needs to have dll-interface to be used by clients of class 'at::Context' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/detail/HIPHooksInterface.h(33): note: see declaration of 'std::unique_ptr<THHState,void (__cdecl *)(THHState *)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/TensorGeometry.h(56): warning C4251: 'at::TensorGeometry::sizes_': class 'std::vector<int64_t,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'at::TensorGeometry' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/MemoryFormat.h(44): note: see declaration of 'std::vector<int64_t,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/TensorGeometry.h(57): warning C4251: 'at::TensorGeometry::strides_': class 'std::vector<int64_t,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'at::TensorGeometry' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/MemoryFormat.h(44): note: see declaration of 'std::vector<int64_t,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(352): warning C4251: 'torch::autograd::Variable::AutogradMeta::name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(355): warning C4251: 'torch::autograd::Variable::AutogradMeta::grad_fn_': class 'std::shared_ptr<torch::autograd::Node>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/edge.h(17): note: see declaration of 'std::shared_ptr<torch::autograd::Node>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(356): warning C4251: 'torch::autograd::Variable::AutogradMeta::grad_accumulator_': class 'std::weak_ptr<torch::autograd::Node>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(186): note: see declaration of 'std::weak_ptr<torch::autograd::Node>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(358): warning C4251: 'torch::autograd::Variable::AutogradMeta::hooks_': class 'std::vector<std::shared_ptr<torch::autograd::FunctionPreHook>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::autograd::FunctionPreHook> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(293): note: see declaration of 'std::vector<std::shared_ptr<torch::autograd::FunctionPreHook>,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::autograd::FunctionPreHook> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(359): warning C4251: 'torch::autograd::Variable::AutogradMeta::cpp_hooks_list': class 'std::shared_ptr<torch::autograd::hooks_list>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/cpp_hook.h(11): note: see declaration of 'std::shared_ptr<torch::autograd::hooks_list>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(375): warning C4251: 'torch::autograd::Variable::AutogradMeta::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(45): warning C4251: 'std::enable_shared_from_this<torch::jit::tracer::TracingState>::_Wptr': class 'std::weak_ptr<_Ty>' needs to have dll-interface to be used by clients of class 'std::enable_shared_from_this<torch::jit::tracer::TracingState>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1161): note: see declaration of 'std::weak_ptr<_Ty>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(49): warning C4251: 'torch::jit::tracer::TracingState::graph': class 'std::shared_ptr<torch::jit::Graph>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::TracingState' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(49): note: see declaration of 'std::shared_ptr<torch::jit::Graph>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(53): warning C4251: 'torch::jit::tracer::TracingState::lookup_var_name_fn': class 'std::function<std::string (const torch::autograd::Variable &)>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::TracingState' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(52): note: see declaration of 'std::function<std::string (const torch::autograd::Variable &)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(85): warning C4251: 'torch::jit::tracer::TracingState::env_stack': class 'std::vector<torch::jit::tracer::TracingState::Frame,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::TracingState' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState::Frame | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(85): note: see declaration of 'std::vector<torch::jit::tracer::TracingState::Frame,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState::Frame | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(181): warning C4251: 'torch::jit::tracer::NoWarn::state': class 'std::shared_ptr<_Ty>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::NoWarn' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1124): note: see declaration of 'std::shared_ptr<_Ty>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(309): warning C4273: 'torch::jit::tracer::addInputs': inconsistent dll linkage | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(295): note: see previous definition of 'addInputs' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(316): warning C4273: 'torch::jit::tracer::addInputs': inconsistent dll linkage | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(301): note: see previous definition of 'addInputs' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(87): warning C4275: non dll-interface struct 'torch::jit::AttributeValue' used as base for dll-interface struct 'torch::jit::GraphAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(25): note: see declaration of 'torch::jit::AttributeValue' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(87): note: see declaration of 'torch::jit::GraphAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(101): warning C4251: 'torch::jit::GraphAttr::value_': class 'std::shared_ptr<torch::jit::Graph>' needs to have dll-interface to be used by clients of struct 'torch::jit::GraphAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(49): note: see declaration of 'std::shared_ptr<torch::jit::Graph>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(104): warning C4275: non dll-interface struct 'torch::jit::AttributeValue' used as base for dll-interface struct 'torch::jit::GraphsAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(25): note: see declaration of 'torch::jit::AttributeValue' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(104): note: see declaration of 'torch::jit::GraphsAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(118): warning C4251: 'torch::jit::GraphsAttr::value_': class 'std::vector<std::shared_ptr<torch::jit::Graph>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::GraphsAttr' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::jit::Graph> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(105): note: see declaration of 'std::vector<std::shared_ptr<torch::jit::Graph>,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::jit::Graph> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/scope.h(22): warning C4251: 'torch::jit::Scope::parent_': class 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Scope' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/scope.h(17): note: see declaration of 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/source_range.h(163): warning C4251: 'torch::jit::SourceRange::source_': class 'std::shared_ptr<torch::jit::Source>' needs to have dll-interface to be used by clients of struct 'torch::jit::SourceRange' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/source_range.h(105): note: see declaration of 'std::shared_ptr<torch::jit::Source>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/constants.h(20): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface struct 'torch::jit::constant_not_supported_error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\stdexcept(156): note: see declaration of 'std::runtime_error' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/constants.h(20): note: see declaration of 'torch::jit::constant_not_supported_error' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(154): warning C4251: 'torch::jit::Operator::schema_string_': class 'c10::optional<std::string>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1327): note: see declaration of 'c10::optional<std::string>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(158): warning C4251: 'torch::jit::Operator::schema_': class 'std::shared_ptr<c10::FunctionSchema>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(790): note: see declaration of 'std::shared_ptr<c10::FunctionSchema>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(162): warning C4251: 'torch::jit::Operator::op_': class 'std::shared_ptr<torch::jit::Operation>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(162): note: see declaration of 'std::shared_ptr<torch::jit::Operation>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(164): warning C4251: 'torch::jit::Operator::c10Handle_': class 'c10::optional<c10::OperatorHandle>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(72): note: see declaration of 'c10::optional<c10::OperatorHandle>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(165): warning C4251: 'torch::jit::Operator::options_': struct 'c10::OperatorOptions' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/OperatorOptions.h(33): note: see declaration of 'c10::OperatorOptions' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(245): warning C4251: 'torch::jit::Node::inputs_': class 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(97): note: see declaration of 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(246): warning C4251: 'torch::jit::Node::outputs_': class 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(97): note: see declaration of 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(248): warning C4251: 'torch::jit::Node::blocks_': class 'std::vector<torch::jit::Block *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Block * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(248): note: see declaration of 'std::vector<torch::jit::Block *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Block * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(251): warning C4251: 'torch::jit::Node::source_range_': class 'c10::optional<torch::jit::SourceRange>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/source_range.h(80): note: see declaration of 'c10::optional<torch::jit::SourceRange>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(252): warning C4251: 'torch::jit::Node::scope_': class 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/scope.h(17): note: see declaration of 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(767): warning C4251: 'torch::jit::Node::values_': class 'std::vector<torch::jit::Node::AVPtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Node::AVPtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(767): note: see declaration of 'std::vector<torch::jit::Node::AVPtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Node::AVPtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/StringUtil.h(57): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/qualified_name.h(111): note: see reference to function template instantiation 'std::string c10::Join<std::vector<std::string,std::allocator<_Ty>>>(const std::string &,const Container &)' being compiled | |
with | |
[ | |
_Ty=std::string, | |
Container=std::vector<std::string,std::allocator<std::string>> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Optional.h(430): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/function_schema.h(225): note: see reference to function template instantiation 'c10::optional<int32_t>::optional<std::size_t,false>(U &&)' being compiled | |
with | |
[ | |
U=std::size_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/function_schema.h(225): note: see reference to function template instantiation 'c10::optional<int32_t>::optional<std::size_t,false>(U &&)' being compiled | |
with | |
[ | |
U=std::size_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(451): warning C4018: '>': signed/unsigned mismatch | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(497): note: see reference to function template instantiation 'bool c10::overflows<To,From>(From)' being compiled | |
with | |
[ | |
To=int64_t, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<int64_t,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=int64_t, | |
From=int64_t | |
] | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\box_iou_rotated\box_iou_rotated_utils.h(320): warning C4244: '=': conversion from 'double' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\box_iou_rotated\box_iou_rotated_cpu.cpp(26): note: see reference to function template instantiation 'T detectron2::single_box_iou_rotated<T>(const T *const ,const T *const )' being compiled | |
with | |
[ | |
T=float | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\box_iou_rotated\box_iou_rotated_cpu.cpp(39): note: see reference to function template instantiation 'void detectron2::box_iou_rotated_cpu_kernel<float>(const at::Tensor &,const at::Tensor &,at::Tensor &)' being compiled | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\box_iou_rotated\box_iou_rotated_utils.h(321): warning C4244: '=': conversion from 'double' to 'float', possible loss of data | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\box_iou_rotated\box_iou_rotated_utils.h(325): warning C4244: '=': conversion from 'double' to 'float', possible loss of data | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\box_iou_rotated\box_iou_rotated_utils.h(326): warning C4244: '=': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<c10::BFloat16,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(416): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(415): note: while compiling class template member function 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(std::complex<double>)' | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(std::complex<double>)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<c10::BFloat16,std::complex<double>>(From,const char *)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<c10::BFloat16,double>(From,const char *)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4800: 'int64_t': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'bool c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'bool c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<bool,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(416): warning C4800: 'double': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(415): note: while compiling class template member function 'bool c10::Converter<To,From,void>::operator ()(std::complex<double>)' | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'bool c10::Converter<To,From,void>::operator ()(std::complex<double>)' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<bool,std::complex<double>>(From,const char *)' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4800: 'double': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'bool c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'bool c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<bool,double>(From,const char *)' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'int64_t' to 'const std::complex<double>::_Ty', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'std::complex<double> c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'std::complex<double> c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<std::complex<double>,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'int64_t' to 'const std::complex<float>::_Ty', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<std::complex<float>,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'double' to 'const std::complex<float>::_Ty', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<std::complex<float>,double>(From,const char *)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\box_iou_rotated\box_iou_rotated_utils.h(283): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\box_iou_rotated\box_iou_rotated_utils.h(308): note: see reference to function template instantiation 'T detectron2::`anonymous-namespace'::polygon_area<T>(const detectron2::`anonymous-namespace'::Point<T> (&)[24],const int &)' being compiled | |
with | |
[ | |
T=float | |
] | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\box_iou_rotated\box_iou_rotated_utils.h(337): note: see reference to function template instantiation 'T detectron2::`anonymous-namespace'::rotated_boxes_intersection<T>(const detectron2::`anonymous-namespace'::RotatedBox<T> &,const detectron2::`anonymous-namespace'::RotatedBox<T> &)' being compiled | |
with | |
[ | |
T=float | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\box_iou_rotated\box_iou_rotated_cpu.cpp(26): note: see reference to function template instantiation 'T detectron2::single_box_iou_rotated<T>(const T *const ,const T *const )' being compiled | |
with | |
[ | |
T=float | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DWITH_CUDA -IF:\dd\conan_det\detectron2\detectron2\layers\csrc -IE:\Anaconda\envs\dd\lib\site-packages\torch\include -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\TH -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\include" -IE:\Anaconda\envs\dd\include -IE:\Anaconda\envs\dd\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\winrt" /EHsc /TpF:\dd\conan_det\detectron2\detectron2\layers\csrc\nms_rotated\nms_rotated_cpu.cpp /Fobuild\temp.win-amd64-3.7\Release\dd\conan_det\detectron2\detectron2\layers\csrc\nms_rotated\nms_rotated_cpu.obj /MD /wd4819 /EHsc -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 | |
nms_rotated_cpu.cpp | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(28): warning C4275: non dll-interface class 'std::exception' used as base for dll-interface class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vcruntime_exception.h(43): note: see declaration of 'std::exception' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(28): note: see declaration of 'c10::Error' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(29): warning C4251: 'c10::Error::msg_stack_': class 'std::vector<std::string,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(29): note: see declaration of 'std::vector<std::string,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(30): warning C4251: 'c10::Error::backtrace_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(35): warning C4251: 'c10::Error::msg_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(36): warning C4251: 'c10::Error::msg_without_backtrace_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Allocator.h(21): warning C4251: 'c10::DataPtr::ptr_': class 'c10::detail::UniqueVoidPtr' needs to have dll-interface to be used by clients of class 'c10::DataPtr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/UniqueVoidPtr.h(38): note: see declaration of 'c10::detail::UniqueVoidPtr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Allocator.h(183): warning C4251: 'c10::InefficientStdFunctionContext::ptr_': class 'std::unique_ptr<void,std::function<void (void *)>>' needs to have dll-interface to be used by clients of struct 'c10::InefficientStdFunctionContext' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Allocator.h(183): note: see declaration of 'std::unique_ptr<void,std::function<void (void *)>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(172): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(175): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(178): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(181): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(185): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(188): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(191): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(194): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(200): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(203): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(206): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(209): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(213): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(216): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(219): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(222): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(148): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(151): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(154): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(157): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(161): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(164): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(167): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(170): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(176): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(179): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(182): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(185): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(189): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(192): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(195): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(198): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): warning C4800: 'const int64_t': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(63): warning C4251: 'c10::intrusive_ptr_target::refcount_': struct 'std::atomic<unsigned __int64>' needs to have dll-interface to be used by clients of class 'c10::intrusive_ptr_target' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic<unsigned __int64>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(64): warning C4251: 'c10::intrusive_ptr_target::weakcount_': struct 'std::atomic<unsigned __int64>' needs to have dll-interface to be used by clients of class 'c10::intrusive_ptr_target' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic<unsigned __int64>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(721): warning C4267: 'return': conversion from 'size_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(752): warning C4267: 'return': conversion from 'size_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Storage.h(181): warning C4251: 'c10::Storage::storage_impl_': class 'c10::intrusive_ptr<c10::StorageImpl,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'c10::Storage' | |
with | |
[ | |
TTarget=c10::StorageImpl | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Storage.h(10): note: see declaration of 'c10::intrusive_ptr<c10::StorageImpl,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=c10::StorageImpl | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(395): warning C4146: unary minus operator applied to unsigned type, result still unsigned | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(540): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(546): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(553): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(559): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorTypeSet.h(56): warning C4800: 'uint64_t': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/logging_is_not_google_glog.h(47): warning C4251: 'c10::MessageLogger::stream_': class 'std::basic_stringstream<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::MessageLogger' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\iosfwd(687): note: see declaration of 'std::basic_stringstream<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(201): warning C4251: 'c10::VariableVersion::version_counter_': class 'c10::intrusive_ptr<c10::VariableVersion::VersionCounter,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'c10::VariableVersion' | |
with | |
[ | |
TTarget=c10::VariableVersion::VersionCounter | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(201): note: see declaration of 'c10::intrusive_ptr<c10::VariableVersion::VersionCounter,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=c10::VariableVersion::VersionCounter | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1574): warning C4251: 'c10::TensorImpl::autograd_meta_': class 'std::unique_ptr<c10::AutogradMetaInterface,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
with | |
[ | |
_Ty=c10::AutogradMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(833): note: see declaration of 'std::unique_ptr<c10::AutogradMetaInterface,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=c10::AutogradMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1577): warning C4251: 'c10::TensorImpl::named_tensor_meta_': class 'std::unique_ptr<c10::NamedTensorMetaInterface,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
with | |
[ | |
_Ty=c10::NamedTensorMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(148): note: see declaration of 'std::unique_ptr<c10::NamedTensorMetaInterface,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=c10::NamedTensorMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1599): warning C4251: 'c10::TensorImpl::sizes_': class 'c10::SmallVector<int64_t,5>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1599): note: see declaration of 'c10::SmallVector<int64_t,5>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1600): warning C4251: 'c10::TensorImpl::strides_': class 'c10::SmallVector<int64_t,5>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1599): note: see declaration of 'c10::SmallVector<int64_t,5>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1625): warning C4251: 'c10::TensorImpl::device_opt_': class 'c10::optional<c10::Device>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(172): note: see declaration of 'c10::optional<c10::Device>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1628): warning C4251: 'c10::TensorImpl::type_set_': class 'c10::TensorTypeSet' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorTypeSet.h(34): note: see declaration of 'c10::TensorTypeSet' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1049): warning C4244: 'argument': conversion from 'float' to 'const std::size_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1397): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/DeprecatedTypePropertiesRegistry.h(27): warning C4251: 'at::DeprecatedTypePropertiesRegistry::registry': class 'std::unique_ptr<at::DeprecatedTypeProperties,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of class 'at::DeprecatedTypePropertiesRegistry' | |
with | |
[ | |
_Ty=at::DeprecatedTypeProperties | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/DeprecatedTypePropertiesRegistry.h(24): note: see declaration of 'std::unique_ptr<at::DeprecatedTypeProperties,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=at::DeprecatedTypeProperties | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/Generator.h(75): warning C4251: 'at::Generator::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'at::Generator' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/NamedTensor.h(53): warning C4251: 'at::NamedTensorMeta::names_': class 'std::vector<at::Dimname,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'at::NamedTensorMeta' | |
with | |
[ | |
_Ty=at::Dimname | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/NamedTensor.h(27): note: see declaration of 'std::vector<at::Dimname,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Dimname | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(999): warning C4251: 'at::Tensor::impl_': class 'c10::intrusive_ptr<c10::TensorImpl,c10::UndefinedTensorImpl>' needs to have dll-interface to be used by clients of class 'at::Tensor' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(70): note: see declaration of 'c10::intrusive_ptr<c10::TensorImpl,c10::UndefinedTensorImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(1000): warning C4522: 'at::Tensor': multiple assignment operators specified | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(65): warning C4251: 'std::enable_shared_from_this<c10::Type>::_Wptr': class 'std::weak_ptr<_Ty>' needs to have dll-interface to be used by clients of class 'std::enable_shared_from_this<c10::Type>' | |
with | |
[ | |
_Ty=c10::Type | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1161): note: see declaration of 'std::weak_ptr<_Ty>' | |
with | |
[ | |
_Ty=c10::Type | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(240): warning C4251: 'c10::SingleElementType<c10::TypeKind::OptionalType,c10::OptionalType>::elem': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::SingleElementType<c10::TypeKind::OptionalType,c10::OptionalType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(369): warning C4251: 'c10::VaryingShape::dims_': class 'c10::optional<c10::VaryingShape::ListOfOptionalInts>' needs to have dll-interface to be used by clients of struct 'c10::VaryingShape' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(336): note: see declaration of 'c10::optional<c10::VaryingShape::ListOfOptionalInts>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(602): warning C4251: 'c10::TensorType::scalar_type_': class 'c10::optional<c10::ScalarType>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/ScalarType.h(187): note: see declaration of 'c10::optional<c10::ScalarType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(603): warning C4251: 'c10::TensorType::device_': class 'c10::optional<c10::Device>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(172): note: see declaration of 'c10::optional<c10::Device>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(606): warning C4251: 'c10::TensorType::requires_grad_': class 'c10::optional<bool>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(225): note: see declaration of 'c10::optional<bool>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(618): warning C4251: 'c10::TensorType::undefined_': class 'c10::optional<bool>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(225): note: see declaration of 'c10::optional<bool>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(477): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(480): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(624): warning C4251: 'c10::SingleElementType<c10::TypeKind::ListType,c10::ListType>::elem': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::SingleElementType<c10::TypeKind::ListType,c10::ListType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(733): warning C4251: 'c10::DictType::types': class 'std::vector<c10::TypePtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::DictType' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(150): note: see declaration of 'std::vector<c10::TypePtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(741): warning C4251: 'c10::SingleElementType<c10::TypeKind::FutureType,c10::FutureType>::elem': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::SingleElementType<c10::TypeKind::FutureType,c10::FutureType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(782): warning C4251: 'c10::NamedType::name_': class 'c10::optional<c10::QualifiedName>' needs to have dll-interface to be used by clients of struct 'c10::NamedType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(773): note: see declaration of 'c10::optional<c10::QualifiedName>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(854): warning C4251: 'c10::TupleType::elements_': class 'std::vector<c10::TypePtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::TupleType' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(150): note: see declaration of 'std::vector<c10::TypePtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(856): warning C4251: 'c10::TupleType::schema_': class 'std::shared_ptr<c10::FunctionSchema>' needs to have dll-interface to be used by clients of struct 'c10::TupleType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(790): note: see declaration of 'std::shared_ptr<c10::FunctionSchema>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1515): warning C4251: 'c10::ClassType::attributeNames_': class 'std::vector<std::string,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(29): note: see declaration of 'std::vector<std::string,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1516): warning C4251: 'c10::ClassType::attributeTypes_': class 'std::vector<c10::TypePtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(150): note: see declaration of 'std::vector<c10::TypePtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1518): warning C4251: 'c10::ClassType::compilation_unit_': class 'std::weak_ptr<torch::jit::script::CompilationUnit>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1357): note: see declaration of 'std::weak_ptr<torch::jit::script::CompilationUnit>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1522): warning C4251: 'c10::ClassType::parameterSlots_': class 'std::shared_ptr<std::vector<bool,std::allocator<_Ty>>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=bool | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1522): note: see declaration of 'std::shared_ptr<std::vector<bool,std::allocator<_Ty>>>' | |
with | |
[ | |
_Ty=bool | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1525): warning C4251: 'c10::ClassType::methods_': class 'std::vector<torch::jit::Function *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=torch::jit::Function * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1409): note: see declaration of 'std::vector<torch::jit::Function *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Function * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1572): warning C4251: 'c10::InterfaceType::methods_': class 'std::shared_ptr<std::vector<c10::FunctionSchema,std::allocator<_Ty>>>' needs to have dll-interface to be used by clients of struct 'c10::InterfaceType' | |
with | |
[ | |
_Ty=c10::FunctionSchema | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1572): note: see declaration of 'std::shared_ptr<std::vector<c10::FunctionSchema,std::allocator<_Ty>>>' | |
with | |
[ | |
_Ty=c10::FunctionSchema | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/Dict_inl.h(50): warning C4244: 'argument': conversion from 'int64_t' to 'const int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(118): warning C4251: 'c10::ivalue::ConstantString::str_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::ConstantString' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(138): warning C4251: 'c10::ivalue::Tuple::elements_': class 'std::vector<StorageT,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Tuple' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/List.h(24): note: see declaration of 'std::vector<StorageT,std::allocator<_Ty>>' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(139): warning C4251: 'c10::ivalue::Tuple::type_': class 'std::shared_ptr<c10::TupleType>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Tuple' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(786): note: see declaration of 'std::shared_ptr<c10::TupleType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(195): warning C4275: non dll-interface class 'std::exception' used as base for dll-interface struct 'c10::ivalue::Future::FutureError' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vcruntime_exception.h(43): note: see declaration of 'std::exception' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(195): note: see declaration of 'c10::ivalue::Future::FutureError' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(205): warning C4251: 'c10::ivalue::Future::FutureError::error_msg': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future::FutureError' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(296): warning C4251: 'c10::ivalue::Future::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(297): warning C4251: 'c10::ivalue::Future::completed_': struct 'std::atomic<bool>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic<bool>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(298): warning C4251: 'c10::ivalue::Future::finished_cv_': class 'std::condition_variable' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(536): note: see declaration of 'std::condition_variable' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(301): warning C4251: 'c10::ivalue::Future::type_': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(302): warning C4251: 'c10::ivalue::Future::callbacks': class 'std::vector<std::function<void (void)>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
with | |
[ | |
_Ty=std::function<void (void)> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(302): note: see declaration of 'std::vector<std::function<void (void)>,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::function<void (void)> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(370): warning C4251: 'c10::ivalue::Object::type_': struct 'c10::StrongTypePtr' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Object' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(586): note: see declaration of 'c10::StrongTypePtr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(371): warning C4251: 'c10::ivalue::Object::slots_': class 'std::vector<StorageT,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Object' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/List.h(24): note: see declaration of 'std::vector<StorageT,std::allocator<_Ty>>' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(410): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(412): warning C4244: 'return': conversion from 'int64_t' to 'unsigned char', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(413): warning C4244: 'return': conversion from 'int64_t' to 'signed char', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(414): warning C4244: 'return': conversion from 'int64_t' to 'unsigned short', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(415): warning C4244: 'return': conversion from 'int64_t' to 'short', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(416): warning C4244: 'return': conversion from 'int64_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(417): warning C4244: 'return': conversion from 'int64_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(419): warning C4244: 'return': conversion from 'int64_t' to 'c10::detail::_guarded_unsigned_long', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(119): warning C4251: 'at::ATenOpTable::schema_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'at::ATenOpTable' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(143): warning C4251: 'at::ATenDispatch::op_tables_': class 'std::unordered_map<std::string,at::ATenOpTable,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'at::ATenDispatch' | |
with | |
[ | |
_Kty=std::string, | |
_Ty=at::ATenOpTable | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(143): note: see declaration of 'std::unordered_map<std::string,at::ATenOpTable,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' | |
with | |
[ | |
_Kty=std::string, | |
_Ty=at::ATenOpTable | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(144): warning C4251: 'at::ATenDispatch::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of class 'at::ATenDispatch' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(375): warning C4251: 'c10::KernelFunction::functorFactory_': class 'std::function<std::unique_ptr<c10::OperatorKernel,std::default_delete<_Ty>> (void)>' needs to have dll-interface to be used by clients of class 'c10::KernelFunction' | |
with | |
[ | |
_Ty=c10::OperatorKernel | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(198): note: see declaration of 'std::function<std::unique_ptr<c10::OperatorKernel,std::default_delete<_Ty>> (void)>' | |
with | |
[ | |
_Ty=c10::OperatorKernel | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(376): warning C4251: 'c10::KernelFunction::functor_': class 'std::shared_ptr<c10::OperatorKernel>' needs to have dll-interface to be used by clients of class 'c10::KernelFunction' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(376): note: see declaration of 'std::shared_ptr<c10::OperatorKernel>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(116): warning C4251: 'c10::Dispatcher::operators_': class 'std::list<c10::Dispatcher::OperatorDef,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
with | |
[ | |
_Ty=c10::Dispatcher::OperatorDef | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(116): note: see declaration of 'std::list<c10::Dispatcher::OperatorDef,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::Dispatcher::OperatorDef | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(117): warning C4251: 'c10::Dispatcher::operatorLookupTable_': class 'c10::LeftRight<ska::flat_hash_map<c10::OperatorName,c10::OperatorHandle,std::hash<c10::OperatorName>,std::equal_to<K>,std::allocator<std::pair<K,V>>>>' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
with | |
[ | |
K=c10::OperatorName, | |
V=c10::OperatorHandle | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(117): note: see declaration of 'c10::LeftRight<ska::flat_hash_map<c10::OperatorName,c10::OperatorHandle,std::hash<c10::OperatorName>,std::equal_to<K>,std::allocator<std::pair<K,V>>>>' | |
with | |
[ | |
K=c10::OperatorName, | |
V=c10::OperatorHandle | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(118): warning C4251: 'c10::Dispatcher::listeners_': class 'std::unique_ptr<c10::detail::RegistrationListenerList,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
with | |
[ | |
_Ty=c10::detail::RegistrationListenerList | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(118): note: see declaration of 'std::unique_ptr<c10::detail::RegistrationListenerList,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=c10::detail::RegistrationListenerList | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(119): warning C4251: 'c10::Dispatcher::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(147): warning C4251: 'c10::OperatorHandle::operatorIterator_': class 'std::_List_iterator<std::_List_val<std::_List_simple_types<c10::Dispatcher::OperatorDef>>>' needs to have dll-interface to be used by clients of class 'c10::OperatorHandle' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(577): note: see declaration of 'std::_List_iterator<std::_List_val<std::_List_simple_types<c10::Dispatcher::OperatorDef>>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(162): warning C4251: 'c10::SchemaRegistrationHandleRAII::registrationHandle_': class 'c10::RegistrationHandleRAII' needs to have dll-interface to be used by clients of class 'c10::SchemaRegistrationHandleRAII' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/RegistrationHandleRAII.h(7): note: see declaration of 'c10::RegistrationHandleRAII' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(32): warning C4251: 'at::CPUGenerator::engine_': class 'at::mt19937_engine' needs to have dll-interface to be used by clients of struct 'at::CPUGenerator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/MT19937RNGEngine.h(106): note: see declaration of 'at::mt19937_engine' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(33): warning C4251: 'at::CPUGenerator::next_float_normal_sample_': class 'c10::optional<float>' needs to have dll-interface to be used by clients of struct 'at::CPUGenerator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(23): note: see declaration of 'c10::optional<float>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(34): warning C4251: 'at::CPUGenerator::next_double_normal_sample_': class 'c10::optional<double>' needs to have dll-interface to be used by clients of struct 'at::CPUGenerator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(24): note: see declaration of 'c10::optional<double>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Stream.h(135): warning C4244: 'argument': conversion from 'unsigned __int64' to 'c10::DeviceIndex', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Stream.h(135): warning C4244: 'argument': conversion from 'unsigned __int64' to 'c10::StreamId', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/impl/DeviceGuardImplInterface.h(218): warning C4800: 'const c10::impl::DeviceGuardImplInterface *': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(124): warning C4251: 'at::Context::thc_init': struct 'std::once_flag' needs to have dll-interface to be used by clients of class 'at::Context' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(452): note: see declaration of 'std::once_flag' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(125): warning C4251: 'at::Context::thh_init': struct 'std::once_flag' needs to have dll-interface to be used by clients of class 'at::Context' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(452): note: see declaration of 'std::once_flag' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(130): warning C4251: 'at::Context::quantized_engine': class 'c10::optional<c10::QEngine>' needs to have dll-interface to be used by clients of class 'at::Context' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(130): note: see declaration of 'c10::optional<c10::QEngine>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(131): warning C4251: 'at::Context::thc_state': class 'std::unique_ptr<THCState,void (__cdecl *)(THCState *)>' needs to have dll-interface to be used by clients of class 'at::Context' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/detail/CUDAHooksInterface.h(62): note: see declaration of 'std::unique_ptr<THCState,void (__cdecl *)(THCState *)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(132): warning C4251: 'at::Context::thh_state': class 'std::unique_ptr<THHState,void (__cdecl *)(THHState *)>' needs to have dll-interface to be used by clients of class 'at::Context' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/detail/HIPHooksInterface.h(33): note: see declaration of 'std::unique_ptr<THHState,void (__cdecl *)(THHState *)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/TensorGeometry.h(56): warning C4251: 'at::TensorGeometry::sizes_': class 'std::vector<int64_t,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'at::TensorGeometry' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/MemoryFormat.h(44): note: see declaration of 'std::vector<int64_t,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/TensorGeometry.h(57): warning C4251: 'at::TensorGeometry::strides_': class 'std::vector<int64_t,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'at::TensorGeometry' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/MemoryFormat.h(44): note: see declaration of 'std::vector<int64_t,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(352): warning C4251: 'torch::autograd::Variable::AutogradMeta::name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(355): warning C4251: 'torch::autograd::Variable::AutogradMeta::grad_fn_': class 'std::shared_ptr<torch::autograd::Node>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/edge.h(17): note: see declaration of 'std::shared_ptr<torch::autograd::Node>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(356): warning C4251: 'torch::autograd::Variable::AutogradMeta::grad_accumulator_': class 'std::weak_ptr<torch::autograd::Node>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(186): note: see declaration of 'std::weak_ptr<torch::autograd::Node>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(358): warning C4251: 'torch::autograd::Variable::AutogradMeta::hooks_': class 'std::vector<std::shared_ptr<torch::autograd::FunctionPreHook>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::autograd::FunctionPreHook> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(293): note: see declaration of 'std::vector<std::shared_ptr<torch::autograd::FunctionPreHook>,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::autograd::FunctionPreHook> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(359): warning C4251: 'torch::autograd::Variable::AutogradMeta::cpp_hooks_list': class 'std::shared_ptr<torch::autograd::hooks_list>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/cpp_hook.h(11): note: see declaration of 'std::shared_ptr<torch::autograd::hooks_list>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(375): warning C4251: 'torch::autograd::Variable::AutogradMeta::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(45): warning C4251: 'std::enable_shared_from_this<torch::jit::tracer::TracingState>::_Wptr': class 'std::weak_ptr<_Ty>' needs to have dll-interface to be used by clients of class 'std::enable_shared_from_this<torch::jit::tracer::TracingState>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1161): note: see declaration of 'std::weak_ptr<_Ty>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(49): warning C4251: 'torch::jit::tracer::TracingState::graph': class 'std::shared_ptr<torch::jit::Graph>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::TracingState' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(49): note: see declaration of 'std::shared_ptr<torch::jit::Graph>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(53): warning C4251: 'torch::jit::tracer::TracingState::lookup_var_name_fn': class 'std::function<std::string (const torch::autograd::Variable &)>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::TracingState' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(52): note: see declaration of 'std::function<std::string (const torch::autograd::Variable &)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(85): warning C4251: 'torch::jit::tracer::TracingState::env_stack': class 'std::vector<torch::jit::tracer::TracingState::Frame,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::TracingState' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState::Frame | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(85): note: see declaration of 'std::vector<torch::jit::tracer::TracingState::Frame,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState::Frame | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(181): warning C4251: 'torch::jit::tracer::NoWarn::state': class 'std::shared_ptr<_Ty>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::NoWarn' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1124): note: see declaration of 'std::shared_ptr<_Ty>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(309): warning C4273: 'torch::jit::tracer::addInputs': inconsistent dll linkage | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(295): note: see previous definition of 'addInputs' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(316): warning C4273: 'torch::jit::tracer::addInputs': inconsistent dll linkage | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(301): note: see previous definition of 'addInputs' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(87): warning C4275: non dll-interface struct 'torch::jit::AttributeValue' used as base for dll-interface struct 'torch::jit::GraphAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(25): note: see declaration of 'torch::jit::AttributeValue' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(87): note: see declaration of 'torch::jit::GraphAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(101): warning C4251: 'torch::jit::GraphAttr::value_': class 'std::shared_ptr<torch::jit::Graph>' needs to have dll-interface to be used by clients of struct 'torch::jit::GraphAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(49): note: see declaration of 'std::shared_ptr<torch::jit::Graph>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(104): warning C4275: non dll-interface struct 'torch::jit::AttributeValue' used as base for dll-interface struct 'torch::jit::GraphsAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(25): note: see declaration of 'torch::jit::AttributeValue' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(104): note: see declaration of 'torch::jit::GraphsAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(118): warning C4251: 'torch::jit::GraphsAttr::value_': class 'std::vector<std::shared_ptr<torch::jit::Graph>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::GraphsAttr' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::jit::Graph> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(105): note: see declaration of 'std::vector<std::shared_ptr<torch::jit::Graph>,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::jit::Graph> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/scope.h(22): warning C4251: 'torch::jit::Scope::parent_': class 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Scope' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/scope.h(17): note: see declaration of 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/source_range.h(163): warning C4251: 'torch::jit::SourceRange::source_': class 'std::shared_ptr<torch::jit::Source>' needs to have dll-interface to be used by clients of struct 'torch::jit::SourceRange' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/source_range.h(105): note: see declaration of 'std::shared_ptr<torch::jit::Source>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/constants.h(20): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface struct 'torch::jit::constant_not_supported_error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\stdexcept(156): note: see declaration of 'std::runtime_error' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/constants.h(20): note: see declaration of 'torch::jit::constant_not_supported_error' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(154): warning C4251: 'torch::jit::Operator::schema_string_': class 'c10::optional<std::string>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1327): note: see declaration of 'c10::optional<std::string>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(158): warning C4251: 'torch::jit::Operator::schema_': class 'std::shared_ptr<c10::FunctionSchema>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(790): note: see declaration of 'std::shared_ptr<c10::FunctionSchema>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(162): warning C4251: 'torch::jit::Operator::op_': class 'std::shared_ptr<torch::jit::Operation>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(162): note: see declaration of 'std::shared_ptr<torch::jit::Operation>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(164): warning C4251: 'torch::jit::Operator::c10Handle_': class 'c10::optional<c10::OperatorHandle>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(72): note: see declaration of 'c10::optional<c10::OperatorHandle>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(165): warning C4251: 'torch::jit::Operator::options_': struct 'c10::OperatorOptions' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/OperatorOptions.h(33): note: see declaration of 'c10::OperatorOptions' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(245): warning C4251: 'torch::jit::Node::inputs_': class 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(97): note: see declaration of 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(246): warning C4251: 'torch::jit::Node::outputs_': class 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(97): note: see declaration of 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(248): warning C4251: 'torch::jit::Node::blocks_': class 'std::vector<torch::jit::Block *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Block * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(248): note: see declaration of 'std::vector<torch::jit::Block *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Block * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(251): warning C4251: 'torch::jit::Node::source_range_': class 'c10::optional<torch::jit::SourceRange>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/source_range.h(80): note: see declaration of 'c10::optional<torch::jit::SourceRange>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(252): warning C4251: 'torch::jit::Node::scope_': class 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/scope.h(17): note: see declaration of 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(767): warning C4251: 'torch::jit::Node::values_': class 'std::vector<torch::jit::Node::AVPtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Node::AVPtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(767): note: see declaration of 'std::vector<torch::jit::Node::AVPtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Node::AVPtr | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\nms_rotated\nms_rotated_cpu.cpp(67): warning C4996: 'detail::scalar_type': passing at::DeprecatedTypeProperties to an AT_DISPATCH macro is deprecated, pass an at::ScalarType instead | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Dispatch.h(31): note: see declaration of 'detail::scalar_type' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/StringUtil.h(57): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/qualified_name.h(111): note: see reference to function template instantiation 'std::string c10::Join<std::vector<std::string,std::allocator<_Ty>>>(const std::string &,const Container &)' being compiled | |
with | |
[ | |
_Ty=std::string, | |
Container=std::vector<std::string,std::allocator<std::string>> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Optional.h(430): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/function_schema.h(225): note: see reference to function template instantiation 'c10::optional<int32_t>::optional<std::size_t,false>(U &&)' being compiled | |
with | |
[ | |
U=std::size_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/function_schema.h(225): note: see reference to function template instantiation 'c10::optional<int32_t>::optional<std::size_t,false>(U &&)' being compiled | |
with | |
[ | |
U=std::size_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(451): warning C4018: '>': signed/unsigned mismatch | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(497): note: see reference to function template instantiation 'bool c10::overflows<To,From>(From)' being compiled | |
with | |
[ | |
To=int64_t, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<int64_t,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=int64_t, | |
From=int64_t | |
] | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\nms_rotated\../box_iou_rotated/box_iou_rotated_utils.h(320): warning C4244: '=': conversion from 'double' to 'scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\nms_rotated\nms_rotated_cpu.cpp(52): note: see reference to function template instantiation 'T detectron2::single_box_iou_rotated<scalar_t>(const T *const ,const T *const )' being compiled | |
with | |
[ | |
T=scalar_t, | |
scalar_t=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\nms_rotated\nms_rotated_cpu.cpp(69): note: see reference to function template instantiation 'at::Tensor detectron2::nms_rotated_cpu_kernel<scalar_t>(const at::Tensor &,const at::Tensor &,const float)' being compiled | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\nms_rotated\../box_iou_rotated/box_iou_rotated_utils.h(321): warning C4244: '=': conversion from 'double' to 'scalar_t', possible loss of data | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\nms_rotated\../box_iou_rotated/box_iou_rotated_utils.h(325): warning C4244: '=': conversion from 'double' to 'scalar_t', possible loss of data | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\nms_rotated\../box_iou_rotated/box_iou_rotated_utils.h(326): warning C4244: '=': conversion from 'double' to 'scalar_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<c10::BFloat16,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(416): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(415): note: while compiling class template member function 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(std::complex<double>)' | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(std::complex<double>)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<c10::BFloat16,std::complex<double>>(From,const char *)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<c10::BFloat16,double>(From,const char *)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4800: 'int64_t': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'bool c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'bool c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<bool,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(416): warning C4800: 'double': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(415): note: while compiling class template member function 'bool c10::Converter<To,From,void>::operator ()(std::complex<double>)' | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'bool c10::Converter<To,From,void>::operator ()(std::complex<double>)' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<bool,std::complex<double>>(From,const char *)' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4800: 'double': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'bool c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'bool c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<bool,double>(From,const char *)' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'int64_t' to 'const std::complex<double>::_Ty', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'std::complex<double> c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'std::complex<double> c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<std::complex<double>,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'int64_t' to 'const std::complex<float>::_Ty', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<std::complex<float>,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'double' to 'const std::complex<float>::_Ty', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<std::complex<float>,double>(From,const char *)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\nms_rotated\../box_iou_rotated/box_iou_rotated_utils.h(283): warning C4244: 'return': conversion from 'double' to 'scalar_t', possible loss of data | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\nms_rotated\../box_iou_rotated/box_iou_rotated_utils.h(308): note: see reference to function template instantiation 'T detectron2::`anonymous-namespace'::polygon_area<T>(const detectron2::`anonymous-namespace'::Point<T> (&)[24],const int &)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
f:\dd\conan_det\detectron2\detectron2\layers\csrc\nms_rotated\../box_iou_rotated/box_iou_rotated_utils.h(337): note: see reference to function template instantiation 'T detectron2::`anonymous-namespace'::rotated_boxes_intersection<T>(const detectron2::`anonymous-namespace'::RotatedBox<T> &,const detectron2::`anonymous-namespace'::RotatedBox<T> &)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\nms_rotated\nms_rotated_cpu.cpp(52): note: see reference to function template instantiation 'T detectron2::single_box_iou_rotated<scalar_t>(const T *const ,const T *const )' being compiled | |
with | |
[ | |
T=scalar_t, | |
scalar_t=scalar_t | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DWITH_CUDA -IF:\dd\conan_det\detectron2\detectron2\layers\csrc -IE:\Anaconda\envs\dd\lib\site-packages\torch\include -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\TH -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\include" -IE:\Anaconda\envs\dd\include -IE:\Anaconda\envs\dd\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\winrt" /EHsc /TpF:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp /Fobuild\temp.win-amd64-3.7\Release\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.obj /MD /wd4819 /EHsc -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 | |
ROIAlign_cpu.cpp | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(28): warning C4275: non dll-interface class 'std::exception' used as base for dll-interface class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vcruntime_exception.h(43): note: see declaration of 'std::exception' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(28): note: see declaration of 'c10::Error' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(29): warning C4251: 'c10::Error::msg_stack_': class 'std::vector<std::string,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(29): note: see declaration of 'std::vector<std::string,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(30): warning C4251: 'c10::Error::backtrace_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(35): warning C4251: 'c10::Error::msg_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(36): warning C4251: 'c10::Error::msg_without_backtrace_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(172): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(175): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(178): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(181): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(185): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(188): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(191): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(194): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(200): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(203): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(206): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(209): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(213): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(216): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(219): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(222): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(148): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(151): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(154): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(157): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(161): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(164): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(167): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(170): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(176): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(179): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(182): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(185): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(189): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(192): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(195): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(198): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): warning C4800: 'const int64_t': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Allocator.h(21): warning C4251: 'c10::DataPtr::ptr_': class 'c10::detail::UniqueVoidPtr' needs to have dll-interface to be used by clients of class 'c10::DataPtr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/UniqueVoidPtr.h(38): note: see declaration of 'c10::detail::UniqueVoidPtr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Allocator.h(183): warning C4251: 'c10::InefficientStdFunctionContext::ptr_': class 'std::unique_ptr<void,std::function<void (void *)>>' needs to have dll-interface to be used by clients of struct 'c10::InefficientStdFunctionContext' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Allocator.h(183): note: see declaration of 'std::unique_ptr<void,std::function<void (void *)>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(63): warning C4251: 'c10::intrusive_ptr_target::refcount_': struct 'std::atomic<unsigned __int64>' needs to have dll-interface to be used by clients of class 'c10::intrusive_ptr_target' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic<unsigned __int64>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(64): warning C4251: 'c10::intrusive_ptr_target::weakcount_': struct 'std::atomic<unsigned __int64>' needs to have dll-interface to be used by clients of class 'c10::intrusive_ptr_target' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic<unsigned __int64>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(721): warning C4267: 'return': conversion from 'size_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(752): warning C4267: 'return': conversion from 'size_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Storage.h(181): warning C4251: 'c10::Storage::storage_impl_': class 'c10::intrusive_ptr<c10::StorageImpl,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'c10::Storage' | |
with | |
[ | |
TTarget=c10::StorageImpl | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Storage.h(10): note: see declaration of 'c10::intrusive_ptr<c10::StorageImpl,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=c10::StorageImpl | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(395): warning C4146: unary minus operator applied to unsigned type, result still unsigned | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(540): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(546): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(553): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(559): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorTypeSet.h(56): warning C4800: 'uint64_t': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/logging_is_not_google_glog.h(47): warning C4251: 'c10::MessageLogger::stream_': class 'std::basic_stringstream<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::MessageLogger' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\iosfwd(687): note: see declaration of 'std::basic_stringstream<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(201): warning C4251: 'c10::VariableVersion::version_counter_': class 'c10::intrusive_ptr<c10::VariableVersion::VersionCounter,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'c10::VariableVersion' | |
with | |
[ | |
TTarget=c10::VariableVersion::VersionCounter | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(201): note: see declaration of 'c10::intrusive_ptr<c10::VariableVersion::VersionCounter,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=c10::VariableVersion::VersionCounter | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1574): warning C4251: 'c10::TensorImpl::autograd_meta_': class 'std::unique_ptr<c10::AutogradMetaInterface,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
with | |
[ | |
_Ty=c10::AutogradMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(833): note: see declaration of 'std::unique_ptr<c10::AutogradMetaInterface,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=c10::AutogradMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1577): warning C4251: 'c10::TensorImpl::named_tensor_meta_': class 'std::unique_ptr<c10::NamedTensorMetaInterface,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
with | |
[ | |
_Ty=c10::NamedTensorMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(148): note: see declaration of 'std::unique_ptr<c10::NamedTensorMetaInterface,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=c10::NamedTensorMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1599): warning C4251: 'c10::TensorImpl::sizes_': class 'c10::SmallVector<int64_t,5>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1599): note: see declaration of 'c10::SmallVector<int64_t,5>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1600): warning C4251: 'c10::TensorImpl::strides_': class 'c10::SmallVector<int64_t,5>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1599): note: see declaration of 'c10::SmallVector<int64_t,5>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1625): warning C4251: 'c10::TensorImpl::device_opt_': class 'c10::optional<c10::Device>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(172): note: see declaration of 'c10::optional<c10::Device>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1628): warning C4251: 'c10::TensorImpl::type_set_': class 'c10::TensorTypeSet' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorTypeSet.h(34): note: see declaration of 'c10::TensorTypeSet' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1049): warning C4244: 'argument': conversion from 'float' to 'const std::size_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1397): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/DeprecatedTypePropertiesRegistry.h(27): warning C4251: 'at::DeprecatedTypePropertiesRegistry::registry': class 'std::unique_ptr<at::DeprecatedTypeProperties,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of class 'at::DeprecatedTypePropertiesRegistry' | |
with | |
[ | |
_Ty=at::DeprecatedTypeProperties | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/DeprecatedTypePropertiesRegistry.h(24): note: see declaration of 'std::unique_ptr<at::DeprecatedTypeProperties,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=at::DeprecatedTypeProperties | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/Generator.h(75): warning C4251: 'at::Generator::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'at::Generator' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/NamedTensor.h(53): warning C4251: 'at::NamedTensorMeta::names_': class 'std::vector<at::Dimname,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'at::NamedTensorMeta' | |
with | |
[ | |
_Ty=at::Dimname | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/NamedTensor.h(27): note: see declaration of 'std::vector<at::Dimname,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Dimname | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(999): warning C4251: 'at::Tensor::impl_': class 'c10::intrusive_ptr<c10::TensorImpl,c10::UndefinedTensorImpl>' needs to have dll-interface to be used by clients of class 'at::Tensor' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(70): note: see declaration of 'c10::intrusive_ptr<c10::TensorImpl,c10::UndefinedTensorImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(1000): warning C4522: 'at::Tensor': multiple assignment operators specified | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(65): warning C4251: 'std::enable_shared_from_this<c10::Type>::_Wptr': class 'std::weak_ptr<_Ty>' needs to have dll-interface to be used by clients of class 'std::enable_shared_from_this<c10::Type>' | |
with | |
[ | |
_Ty=c10::Type | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1161): note: see declaration of 'std::weak_ptr<_Ty>' | |
with | |
[ | |
_Ty=c10::Type | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(240): warning C4251: 'c10::SingleElementType<c10::TypeKind::OptionalType,c10::OptionalType>::elem': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::SingleElementType<c10::TypeKind::OptionalType,c10::OptionalType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(369): warning C4251: 'c10::VaryingShape::dims_': class 'c10::optional<c10::VaryingShape::ListOfOptionalInts>' needs to have dll-interface to be used by clients of struct 'c10::VaryingShape' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(336): note: see declaration of 'c10::optional<c10::VaryingShape::ListOfOptionalInts>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(602): warning C4251: 'c10::TensorType::scalar_type_': class 'c10::optional<c10::ScalarType>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/ScalarType.h(187): note: see declaration of 'c10::optional<c10::ScalarType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(603): warning C4251: 'c10::TensorType::device_': class 'c10::optional<c10::Device>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(172): note: see declaration of 'c10::optional<c10::Device>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(606): warning C4251: 'c10::TensorType::requires_grad_': class 'c10::optional<bool>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(225): note: see declaration of 'c10::optional<bool>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(618): warning C4251: 'c10::TensorType::undefined_': class 'c10::optional<bool>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(225): note: see declaration of 'c10::optional<bool>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(477): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(480): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(624): warning C4251: 'c10::SingleElementType<c10::TypeKind::ListType,c10::ListType>::elem': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::SingleElementType<c10::TypeKind::ListType,c10::ListType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(733): warning C4251: 'c10::DictType::types': class 'std::vector<c10::TypePtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::DictType' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(150): note: see declaration of 'std::vector<c10::TypePtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(741): warning C4251: 'c10::SingleElementType<c10::TypeKind::FutureType,c10::FutureType>::elem': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::SingleElementType<c10::TypeKind::FutureType,c10::FutureType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(782): warning C4251: 'c10::NamedType::name_': class 'c10::optional<c10::QualifiedName>' needs to have dll-interface to be used by clients of struct 'c10::NamedType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(773): note: see declaration of 'c10::optional<c10::QualifiedName>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(854): warning C4251: 'c10::TupleType::elements_': class 'std::vector<c10::TypePtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::TupleType' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(150): note: see declaration of 'std::vector<c10::TypePtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(856): warning C4251: 'c10::TupleType::schema_': class 'std::shared_ptr<c10::FunctionSchema>' needs to have dll-interface to be used by clients of struct 'c10::TupleType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(790): note: see declaration of 'std::shared_ptr<c10::FunctionSchema>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1515): warning C4251: 'c10::ClassType::attributeNames_': class 'std::vector<std::string,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(29): note: see declaration of 'std::vector<std::string,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1516): warning C4251: 'c10::ClassType::attributeTypes_': class 'std::vector<c10::TypePtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(150): note: see declaration of 'std::vector<c10::TypePtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1518): warning C4251: 'c10::ClassType::compilation_unit_': class 'std::weak_ptr<torch::jit::script::CompilationUnit>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1357): note: see declaration of 'std::weak_ptr<torch::jit::script::CompilationUnit>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1522): warning C4251: 'c10::ClassType::parameterSlots_': class 'std::shared_ptr<std::vector<bool,std::allocator<_Ty>>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=bool | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1522): note: see declaration of 'std::shared_ptr<std::vector<bool,std::allocator<_Ty>>>' | |
with | |
[ | |
_Ty=bool | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1525): warning C4251: 'c10::ClassType::methods_': class 'std::vector<torch::jit::Function *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=torch::jit::Function * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1409): note: see declaration of 'std::vector<torch::jit::Function *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Function * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1572): warning C4251: 'c10::InterfaceType::methods_': class 'std::shared_ptr<std::vector<c10::FunctionSchema,std::allocator<_Ty>>>' needs to have dll-interface to be used by clients of struct 'c10::InterfaceType' | |
with | |
[ | |
_Ty=c10::FunctionSchema | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1572): note: see declaration of 'std::shared_ptr<std::vector<c10::FunctionSchema,std::allocator<_Ty>>>' | |
with | |
[ | |
_Ty=c10::FunctionSchema | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/Dict_inl.h(50): warning C4244: 'argument': conversion from 'int64_t' to 'const int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(118): warning C4251: 'c10::ivalue::ConstantString::str_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::ConstantString' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(138): warning C4251: 'c10::ivalue::Tuple::elements_': class 'std::vector<StorageT,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Tuple' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/List.h(24): note: see declaration of 'std::vector<StorageT,std::allocator<_Ty>>' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(139): warning C4251: 'c10::ivalue::Tuple::type_': class 'std::shared_ptr<c10::TupleType>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Tuple' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(786): note: see declaration of 'std::shared_ptr<c10::TupleType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(195): warning C4275: non dll-interface class 'std::exception' used as base for dll-interface struct 'c10::ivalue::Future::FutureError' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vcruntime_exception.h(43): note: see declaration of 'std::exception' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(195): note: see declaration of 'c10::ivalue::Future::FutureError' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(205): warning C4251: 'c10::ivalue::Future::FutureError::error_msg': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future::FutureError' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(296): warning C4251: 'c10::ivalue::Future::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(297): warning C4251: 'c10::ivalue::Future::completed_': struct 'std::atomic<bool>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic<bool>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(298): warning C4251: 'c10::ivalue::Future::finished_cv_': class 'std::condition_variable' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(536): note: see declaration of 'std::condition_variable' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(301): warning C4251: 'c10::ivalue::Future::type_': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(302): warning C4251: 'c10::ivalue::Future::callbacks': class 'std::vector<std::function<void (void)>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
with | |
[ | |
_Ty=std::function<void (void)> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(302): note: see declaration of 'std::vector<std::function<void (void)>,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::function<void (void)> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(370): warning C4251: 'c10::ivalue::Object::type_': struct 'c10::StrongTypePtr' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Object' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(586): note: see declaration of 'c10::StrongTypePtr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(371): warning C4251: 'c10::ivalue::Object::slots_': class 'std::vector<StorageT,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Object' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/List.h(24): note: see declaration of 'std::vector<StorageT,std::allocator<_Ty>>' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(410): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(412): warning C4244: 'return': conversion from 'int64_t' to 'unsigned char', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(413): warning C4244: 'return': conversion from 'int64_t' to 'signed char', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(414): warning C4244: 'return': conversion from 'int64_t' to 'unsigned short', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(415): warning C4244: 'return': conversion from 'int64_t' to 'short', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(416): warning C4244: 'return': conversion from 'int64_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(417): warning C4244: 'return': conversion from 'int64_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(419): warning C4244: 'return': conversion from 'int64_t' to 'c10::detail::_guarded_unsigned_long', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(119): warning C4251: 'at::ATenOpTable::schema_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'at::ATenOpTable' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(143): warning C4251: 'at::ATenDispatch::op_tables_': class 'std::unordered_map<std::string,at::ATenOpTable,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'at::ATenDispatch' | |
with | |
[ | |
_Kty=std::string, | |
_Ty=at::ATenOpTable | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(143): note: see declaration of 'std::unordered_map<std::string,at::ATenOpTable,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' | |
with | |
[ | |
_Kty=std::string, | |
_Ty=at::ATenOpTable | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(144): warning C4251: 'at::ATenDispatch::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of class 'at::ATenDispatch' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(375): warning C4251: 'c10::KernelFunction::functorFactory_': class 'std::function<std::unique_ptr<c10::OperatorKernel,std::default_delete<_Ty>> (void)>' needs to have dll-interface to be used by clients of class 'c10::KernelFunction' | |
with | |
[ | |
_Ty=c10::OperatorKernel | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(198): note: see declaration of 'std::function<std::unique_ptr<c10::OperatorKernel,std::default_delete<_Ty>> (void)>' | |
with | |
[ | |
_Ty=c10::OperatorKernel | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(376): warning C4251: 'c10::KernelFunction::functor_': class 'std::shared_ptr<c10::OperatorKernel>' needs to have dll-interface to be used by clients of class 'c10::KernelFunction' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(376): note: see declaration of 'std::shared_ptr<c10::OperatorKernel>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(116): warning C4251: 'c10::Dispatcher::operators_': class 'std::list<c10::Dispatcher::OperatorDef,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
with | |
[ | |
_Ty=c10::Dispatcher::OperatorDef | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(116): note: see declaration of 'std::list<c10::Dispatcher::OperatorDef,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::Dispatcher::OperatorDef | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(117): warning C4251: 'c10::Dispatcher::operatorLookupTable_': class 'c10::LeftRight<ska::flat_hash_map<c10::OperatorName,c10::OperatorHandle,std::hash<c10::OperatorName>,std::equal_to<K>,std::allocator<std::pair<K,V>>>>' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
with | |
[ | |
K=c10::OperatorName, | |
V=c10::OperatorHandle | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(117): note: see declaration of 'c10::LeftRight<ska::flat_hash_map<c10::OperatorName,c10::OperatorHandle,std::hash<c10::OperatorName>,std::equal_to<K>,std::allocator<std::pair<K,V>>>>' | |
with | |
[ | |
K=c10::OperatorName, | |
V=c10::OperatorHandle | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(118): warning C4251: 'c10::Dispatcher::listeners_': class 'std::unique_ptr<c10::detail::RegistrationListenerList,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
with | |
[ | |
_Ty=c10::detail::RegistrationListenerList | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(118): note: see declaration of 'std::unique_ptr<c10::detail::RegistrationListenerList,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=c10::detail::RegistrationListenerList | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(119): warning C4251: 'c10::Dispatcher::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(147): warning C4251: 'c10::OperatorHandle::operatorIterator_': class 'std::_List_iterator<std::_List_val<std::_List_simple_types<c10::Dispatcher::OperatorDef>>>' needs to have dll-interface to be used by clients of class 'c10::OperatorHandle' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(577): note: see declaration of 'std::_List_iterator<std::_List_val<std::_List_simple_types<c10::Dispatcher::OperatorDef>>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(162): warning C4251: 'c10::SchemaRegistrationHandleRAII::registrationHandle_': class 'c10::RegistrationHandleRAII' needs to have dll-interface to be used by clients of class 'c10::SchemaRegistrationHandleRAII' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/RegistrationHandleRAII.h(7): note: see declaration of 'c10::RegistrationHandleRAII' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/TensorGeometry.h(56): warning C4251: 'at::TensorGeometry::sizes_': class 'std::vector<int64_t,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'at::TensorGeometry' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/MemoryFormat.h(44): note: see declaration of 'std::vector<int64_t,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/TensorGeometry.h(57): warning C4251: 'at::TensorGeometry::strides_': class 'std::vector<int64_t,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'at::TensorGeometry' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/MemoryFormat.h(44): note: see declaration of 'std::vector<int64_t,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(32): warning C4251: 'at::CPUGenerator::engine_': class 'at::mt19937_engine' needs to have dll-interface to be used by clients of struct 'at::CPUGenerator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/MT19937RNGEngine.h(106): note: see declaration of 'at::mt19937_engine' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(33): warning C4251: 'at::CPUGenerator::next_float_normal_sample_': class 'c10::optional<float>' needs to have dll-interface to be used by clients of struct 'at::CPUGenerator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(23): note: see declaration of 'c10::optional<float>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(34): warning C4251: 'at::CPUGenerator::next_double_normal_sample_': class 'c10::optional<double>' needs to have dll-interface to be used by clients of struct 'at::CPUGenerator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(24): note: see declaration of 'c10::optional<double>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Stream.h(135): warning C4244: 'argument': conversion from 'unsigned __int64' to 'c10::DeviceIndex', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Stream.h(135): warning C4244: 'argument': conversion from 'unsigned __int64' to 'c10::StreamId', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/impl/DeviceGuardImplInterface.h(218): warning C4800: 'const c10::impl::DeviceGuardImplInterface *': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(124): warning C4251: 'at::Context::thc_init': struct 'std::once_flag' needs to have dll-interface to be used by clients of class 'at::Context' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(452): note: see declaration of 'std::once_flag' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(125): warning C4251: 'at::Context::thh_init': struct 'std::once_flag' needs to have dll-interface to be used by clients of class 'at::Context' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(452): note: see declaration of 'std::once_flag' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(130): warning C4251: 'at::Context::quantized_engine': class 'c10::optional<c10::QEngine>' needs to have dll-interface to be used by clients of class 'at::Context' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(130): note: see declaration of 'c10::optional<c10::QEngine>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(131): warning C4251: 'at::Context::thc_state': class 'std::unique_ptr<THCState,void (__cdecl *)(THCState *)>' needs to have dll-interface to be used by clients of class 'at::Context' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/detail/CUDAHooksInterface.h(62): note: see declaration of 'std::unique_ptr<THCState,void (__cdecl *)(THCState *)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(132): warning C4251: 'at::Context::thh_state': class 'std::unique_ptr<THHState,void (__cdecl *)(THHState *)>' needs to have dll-interface to be used by clients of class 'at::Context' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/detail/HIPHooksInterface.h(33): note: see declaration of 'std::unique_ptr<THHState,void (__cdecl *)(THHState *)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(352): warning C4251: 'torch::autograd::Variable::AutogradMeta::name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(355): warning C4251: 'torch::autograd::Variable::AutogradMeta::grad_fn_': class 'std::shared_ptr<torch::autograd::Node>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/edge.h(17): note: see declaration of 'std::shared_ptr<torch::autograd::Node>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(356): warning C4251: 'torch::autograd::Variable::AutogradMeta::grad_accumulator_': class 'std::weak_ptr<torch::autograd::Node>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(186): note: see declaration of 'std::weak_ptr<torch::autograd::Node>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(358): warning C4251: 'torch::autograd::Variable::AutogradMeta::hooks_': class 'std::vector<std::shared_ptr<torch::autograd::FunctionPreHook>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::autograd::FunctionPreHook> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(293): note: see declaration of 'std::vector<std::shared_ptr<torch::autograd::FunctionPreHook>,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::autograd::FunctionPreHook> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(359): warning C4251: 'torch::autograd::Variable::AutogradMeta::cpp_hooks_list': class 'std::shared_ptr<torch::autograd::hooks_list>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/cpp_hook.h(11): note: see declaration of 'std::shared_ptr<torch::autograd::hooks_list>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(375): warning C4251: 'torch::autograd::Variable::AutogradMeta::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(45): warning C4251: 'std::enable_shared_from_this<torch::jit::tracer::TracingState>::_Wptr': class 'std::weak_ptr<_Ty>' needs to have dll-interface to be used by clients of class 'std::enable_shared_from_this<torch::jit::tracer::TracingState>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1161): note: see declaration of 'std::weak_ptr<_Ty>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(49): warning C4251: 'torch::jit::tracer::TracingState::graph': class 'std::shared_ptr<torch::jit::Graph>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::TracingState' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(49): note: see declaration of 'std::shared_ptr<torch::jit::Graph>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(53): warning C4251: 'torch::jit::tracer::TracingState::lookup_var_name_fn': class 'std::function<std::string (const torch::autograd::Variable &)>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::TracingState' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(52): note: see declaration of 'std::function<std::string (const torch::autograd::Variable &)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(85): warning C4251: 'torch::jit::tracer::TracingState::env_stack': class 'std::vector<torch::jit::tracer::TracingState::Frame,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::TracingState' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState::Frame | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(85): note: see declaration of 'std::vector<torch::jit::tracer::TracingState::Frame,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState::Frame | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(181): warning C4251: 'torch::jit::tracer::NoWarn::state': class 'std::shared_ptr<_Ty>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::NoWarn' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1124): note: see declaration of 'std::shared_ptr<_Ty>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(309): warning C4273: 'torch::jit::tracer::addInputs': inconsistent dll linkage | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(295): note: see previous definition of 'addInputs' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(316): warning C4273: 'torch::jit::tracer::addInputs': inconsistent dll linkage | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(301): note: see previous definition of 'addInputs' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(87): warning C4275: non dll-interface struct 'torch::jit::AttributeValue' used as base for dll-interface struct 'torch::jit::GraphAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(25): note: see declaration of 'torch::jit::AttributeValue' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(87): note: see declaration of 'torch::jit::GraphAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(101): warning C4251: 'torch::jit::GraphAttr::value_': class 'std::shared_ptr<torch::jit::Graph>' needs to have dll-interface to be used by clients of struct 'torch::jit::GraphAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(49): note: see declaration of 'std::shared_ptr<torch::jit::Graph>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(104): warning C4275: non dll-interface struct 'torch::jit::AttributeValue' used as base for dll-interface struct 'torch::jit::GraphsAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(25): note: see declaration of 'torch::jit::AttributeValue' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(104): note: see declaration of 'torch::jit::GraphsAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(118): warning C4251: 'torch::jit::GraphsAttr::value_': class 'std::vector<std::shared_ptr<torch::jit::Graph>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::GraphsAttr' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::jit::Graph> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(105): note: see declaration of 'std::vector<std::shared_ptr<torch::jit::Graph>,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::jit::Graph> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/scope.h(22): warning C4251: 'torch::jit::Scope::parent_': class 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Scope' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/scope.h(17): note: see declaration of 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/source_range.h(163): warning C4251: 'torch::jit::SourceRange::source_': class 'std::shared_ptr<torch::jit::Source>' needs to have dll-interface to be used by clients of struct 'torch::jit::SourceRange' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/source_range.h(105): note: see declaration of 'std::shared_ptr<torch::jit::Source>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/constants.h(20): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface struct 'torch::jit::constant_not_supported_error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\stdexcept(156): note: see declaration of 'std::runtime_error' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/constants.h(20): note: see declaration of 'torch::jit::constant_not_supported_error' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(154): warning C4251: 'torch::jit::Operator::schema_string_': class 'c10::optional<std::string>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1327): note: see declaration of 'c10::optional<std::string>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(158): warning C4251: 'torch::jit::Operator::schema_': class 'std::shared_ptr<c10::FunctionSchema>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(790): note: see declaration of 'std::shared_ptr<c10::FunctionSchema>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(162): warning C4251: 'torch::jit::Operator::op_': class 'std::shared_ptr<torch::jit::Operation>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(162): note: see declaration of 'std::shared_ptr<torch::jit::Operation>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(164): warning C4251: 'torch::jit::Operator::c10Handle_': class 'c10::optional<c10::OperatorHandle>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(72): note: see declaration of 'c10::optional<c10::OperatorHandle>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(165): warning C4251: 'torch::jit::Operator::options_': struct 'c10::OperatorOptions' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/OperatorOptions.h(33): note: see declaration of 'c10::OperatorOptions' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(245): warning C4251: 'torch::jit::Node::inputs_': class 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(97): note: see declaration of 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(246): warning C4251: 'torch::jit::Node::outputs_': class 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(97): note: see declaration of 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(248): warning C4251: 'torch::jit::Node::blocks_': class 'std::vector<torch::jit::Block *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Block * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(248): note: see declaration of 'std::vector<torch::jit::Block *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Block * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(251): warning C4251: 'torch::jit::Node::source_range_': class 'c10::optional<torch::jit::SourceRange>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/source_range.h(80): note: see declaration of 'c10::optional<torch::jit::SourceRange>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(252): warning C4251: 'torch::jit::Node::scope_': class 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/scope.h(17): note: see declaration of 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(767): warning C4251: 'torch::jit::Node::values_': class 'std::vector<torch::jit::Node::AVPtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Node::AVPtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(767): note: see declaration of 'std::vector<torch::jit::Node::AVPtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Node::AVPtr | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(443): warning C4244: 'argument': conversion from 'int64_t' to 'const int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(429): warning C4996: 'detail::scalar_type': passing at::DeprecatedTypeProperties to an AT_DISPATCH macro is deprecated, pass an at::ScalarType instead | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Dispatch.h(31): note: see declaration of 'detail::scalar_type' | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(476): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(477): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(478): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(479): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(499): warning C4244: 'argument': conversion from 'int64_t' to 'const int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(481): warning C4996: 'detail::scalar_type': passing at::DeprecatedTypeProperties to an AT_DISPATCH macro is deprecated, pass an at::ScalarType instead | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Dispatch.h(31): note: see declaration of 'detail::scalar_type' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/StringUtil.h(57): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/qualified_name.h(111): note: see reference to function template instantiation 'std::string c10::Join<std::vector<std::string,std::allocator<_Ty>>>(const std::string &,const Container &)' being compiled | |
with | |
[ | |
_Ty=std::string, | |
Container=std::vector<std::string,std::allocator<std::string>> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Optional.h(430): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/function_schema.h(225): note: see reference to function template instantiation 'c10::optional<int32_t>::optional<std::size_t,false>(U &&)' being compiled | |
with | |
[ | |
U=std::size_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/function_schema.h(225): note: see reference to function template instantiation 'c10::optional<int32_t>::optional<std::size_t,false>(U &&)' being compiled | |
with | |
[ | |
U=std::size_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(138): warning C4244: 'initializing': conversion from 'const scalar_t' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(443): note: see reference to function template instantiation 'void `anonymous-namespace'::ROIAlignForward<scalar_t>(const int,const T *,const T &,const int,const int,const int,const int,const int,const int,const T *,T *,bool)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(163): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(165): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(163): warning C4244: 'initializing': conversion from 'float' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(165): warning C4244: 'initializing': conversion from 'float' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(169): warning C4244: 'initializing': conversion from 'const int' to 'scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(169): warning C4244: 'initializing': conversion from 'const int' to 'const scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(138): warning C4244: 'initializing': conversion from 'float' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(443): note: see reference to function template instantiation 'void `anonymous-namespace'::ROIAlignForward<scalar_t>(const int,const T *,const T &,const int,const int,const int,const int,const int,const int,const T *,T *,bool)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(157): warning C4244: 'argument': conversion from 'const int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(158): warning C4244: 'argument': conversion from 'const int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(169): warning C4244: 'argument': conversion from 'const int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(312): warning C4244: 'initializing': conversion from 'const scalar_t' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(499): note: see reference to function template instantiation 'void `anonymous-namespace'::ROIAlignBackward<scalar_t>(const int,const T *,const T &,const int,const int,const int,const int,const int,const int,T *,const T *,const int,const int,const int,const int,bool)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(345): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(347): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(345): warning C4244: 'initializing': conversion from 'float' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(347): warning C4244: 'initializing': conversion from 'float' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(350): warning C4244: 'initializing': conversion from 'int' to 'scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(350): warning C4244: 'initializing': conversion from 'int' to 'const scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(312): warning C4244: 'initializing': conversion from 'float' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(499): note: see reference to function template instantiation 'void `anonymous-namespace'::ROIAlignBackward<scalar_t>(const int,const T *,const T &,const int,const int,const int,const int,const int,const int,T *,const T *,const int,const int,const int,const int,bool)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(331): warning C4244: 'argument': conversion from 'const int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(332): warning C4244: 'argument': conversion from 'const int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(350): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(355): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(359): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(451): warning C4018: '>': signed/unsigned mismatch | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(497): note: see reference to function template instantiation 'bool c10::overflows<To,From>(From)' being compiled | |
with | |
[ | |
To=int64_t, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<int64_t,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=int64_t, | |
From=int64_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(94): warning C4244: 'initializing': conversion from 'double' to 'scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(188): note: see reference to function template instantiation 'void `anonymous-namespace'::pre_calc_for_bilinear_interpolate<T>(const int,const int,const int,const int,const int,const int,T,T,T,T,int,int,std::vector<`anonymous-namespace'::PreCalc<T>,std::allocator<_Ty>> &)' being compiled | |
with | |
[ | |
T=scalar_t, | |
_Ty=`anonymous-namespace'::PreCalc<scalar_t> | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(443): note: see reference to function template instantiation 'void `anonymous-namespace'::ROIAlignForward<scalar_t>(const int,const T *,const T &,const int,const int,const int,const int,const int,const int,const T *,T *,bool)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(41): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(188): note: see reference to function template instantiation 'void `anonymous-namespace'::pre_calc_for_bilinear_interpolate<T>(const int,const int,const int,const int,const int,const int,T,T,T,T,int,int,std::vector<`anonymous-namespace'::PreCalc<T>,std::allocator<_Ty>> &)' being compiled | |
with | |
[ | |
T=scalar_t, | |
_Ty=`anonymous-namespace'::PreCalc<scalar_t> | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(443): note: see reference to function template instantiation 'void `anonymous-namespace'::ROIAlignForward<scalar_t>(const int,const T *,const T &,const int,const int,const int,const int,const int,const int,const T *,T *,bool)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(45): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(80): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(87): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(94): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(267): warning C4244: 'initializing': conversion from 'double' to 'scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(377): note: see reference to function template instantiation 'void `anonymous-namespace'::bilinear_interpolate_gradient<T>(const int,const int,T,T,T &,T &,T &,T &,int &,int &,int &,int &,const int)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(499): note: see reference to function template instantiation 'void `anonymous-namespace'::ROIAlignBackward<scalar_t>(const int,const T *,const T &,const int,const int,const int,const int,const int,const int,T *,const T *,const int,const int,const int,const int,bool)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(253): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(377): note: see reference to function template instantiation 'void `anonymous-namespace'::bilinear_interpolate_gradient<T>(const int,const int,T,T,T &,T &,T &,T &,int &,int &,int &,int &,const int)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(499): note: see reference to function template instantiation 'void `anonymous-namespace'::ROIAlignBackward<scalar_t>(const int,const T *,const T &,const int,const int,const int,const int,const int,const int,T *,const T *,const int,const int,const int,const int,bool)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(260): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlign\ROIAlign_cpu.cpp(267): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<c10::BFloat16,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(416): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(415): note: while compiling class template member function 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(std::complex<double>)' | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(std::complex<double>)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<c10::BFloat16,std::complex<double>>(From,const char *)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<c10::BFloat16,double>(From,const char *)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4800: 'int64_t': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'bool c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'bool c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<bool,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(416): warning C4800: 'double': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(415): note: while compiling class template member function 'bool c10::Converter<To,From,void>::operator ()(std::complex<double>)' | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'bool c10::Converter<To,From,void>::operator ()(std::complex<double>)' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<bool,std::complex<double>>(From,const char *)' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4800: 'double': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'bool c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'bool c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<bool,double>(From,const char *)' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'int64_t' to 'const std::complex<double>::_Ty', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'std::complex<double> c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'std::complex<double> c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<std::complex<double>,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'int64_t' to 'const std::complex<float>::_Ty', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<std::complex<float>,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'double' to 'const std::complex<float>::_Ty', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<std::complex<float>,double>(From,const char *)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DWITH_CUDA -IF:\dd\conan_det\detectron2\detectron2\layers\csrc -IE:\Anaconda\envs\dd\lib\site-packages\torch\include -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\TH -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\include" -IE:\Anaconda\envs\dd\include -IE:\Anaconda\envs\dd\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\winrt" /EHsc /TpF:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp /Fobuild\temp.win-amd64-3.7\Release\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.obj /MD /wd4819 /EHsc -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 | |
ROIAlignRotated_cpu.cpp | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(28): warning C4275: non dll-interface class 'std::exception' used as base for dll-interface class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vcruntime_exception.h(43): note: see declaration of 'std::exception' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(28): note: see declaration of 'c10::Error' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(29): warning C4251: 'c10::Error::msg_stack_': class 'std::vector<std::string,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(29): note: see declaration of 'std::vector<std::string,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(30): warning C4251: 'c10::Error::backtrace_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(35): warning C4251: 'c10::Error::msg_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(36): warning C4251: 'c10::Error::msg_without_backtrace_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::Error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(172): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(175): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(178): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(181): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(185): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(188): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(191): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(194): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(200): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(203): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(206): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(209): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(213): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(216): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(219): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half-inl.h(222): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(148): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(151): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(154): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(157): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(161): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(164): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(167): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(170): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(176): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(179): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(182): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(185): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(189): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(192): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(195): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/BFloat16-inl.h(198): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): warning C4800: 'const int64_t': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Allocator.h(21): warning C4251: 'c10::DataPtr::ptr_': class 'c10::detail::UniqueVoidPtr' needs to have dll-interface to be used by clients of class 'c10::DataPtr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/UniqueVoidPtr.h(38): note: see declaration of 'c10::detail::UniqueVoidPtr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Allocator.h(183): warning C4251: 'c10::InefficientStdFunctionContext::ptr_': class 'std::unique_ptr<void,std::function<void (void *)>>' needs to have dll-interface to be used by clients of struct 'c10::InefficientStdFunctionContext' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Allocator.h(183): note: see declaration of 'std::unique_ptr<void,std::function<void (void *)>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(63): warning C4251: 'c10::intrusive_ptr_target::refcount_': struct 'std::atomic<unsigned __int64>' needs to have dll-interface to be used by clients of class 'c10::intrusive_ptr_target' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic<unsigned __int64>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(64): warning C4251: 'c10::intrusive_ptr_target::weakcount_': struct 'std::atomic<unsigned __int64>' needs to have dll-interface to be used by clients of class 'c10::intrusive_ptr_target' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic<unsigned __int64>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(721): warning C4267: 'return': conversion from 'size_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/intrusive_ptr.h(752): warning C4267: 'return': conversion from 'size_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Storage.h(181): warning C4251: 'c10::Storage::storage_impl_': class 'c10::intrusive_ptr<c10::StorageImpl,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'c10::Storage' | |
with | |
[ | |
TTarget=c10::StorageImpl | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Storage.h(10): note: see declaration of 'c10::intrusive_ptr<c10::StorageImpl,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=c10::StorageImpl | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(395): warning C4146: unary minus operator applied to unsigned type, result still unsigned | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(540): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(546): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(553): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/llvmMathExtras.h(559): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorTypeSet.h(56): warning C4800: 'uint64_t': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/logging_is_not_google_glog.h(47): warning C4251: 'c10::MessageLogger::stream_': class 'std::basic_stringstream<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'c10::MessageLogger' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\iosfwd(687): note: see declaration of 'std::basic_stringstream<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(201): warning C4251: 'c10::VariableVersion::version_counter_': class 'c10::intrusive_ptr<c10::VariableVersion::VersionCounter,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'c10::VariableVersion' | |
with | |
[ | |
TTarget=c10::VariableVersion::VersionCounter | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(201): note: see declaration of 'c10::intrusive_ptr<c10::VariableVersion::VersionCounter,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=c10::VariableVersion::VersionCounter | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1574): warning C4251: 'c10::TensorImpl::autograd_meta_': class 'std::unique_ptr<c10::AutogradMetaInterface,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
with | |
[ | |
_Ty=c10::AutogradMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(833): note: see declaration of 'std::unique_ptr<c10::AutogradMetaInterface,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=c10::AutogradMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1577): warning C4251: 'c10::TensorImpl::named_tensor_meta_': class 'std::unique_ptr<c10::NamedTensorMetaInterface,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
with | |
[ | |
_Ty=c10::NamedTensorMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(148): note: see declaration of 'std::unique_ptr<c10::NamedTensorMetaInterface,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=c10::NamedTensorMetaInterface | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1599): warning C4251: 'c10::TensorImpl::sizes_': class 'c10::SmallVector<int64_t,5>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1599): note: see declaration of 'c10::SmallVector<int64_t,5>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1600): warning C4251: 'c10::TensorImpl::strides_': class 'c10::SmallVector<int64_t,5>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1599): note: see declaration of 'c10::SmallVector<int64_t,5>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1625): warning C4251: 'c10::TensorImpl::device_opt_': class 'c10::optional<c10::Device>' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(172): note: see declaration of 'c10::optional<c10::Device>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1628): warning C4251: 'c10::TensorImpl::type_set_': class 'c10::TensorTypeSet' needs to have dll-interface to be used by clients of struct 'c10::TensorImpl' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorTypeSet.h(34): note: see declaration of 'c10::TensorTypeSet' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1049): warning C4244: 'argument': conversion from 'float' to 'const std::size_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorImpl.h(1397): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/DeprecatedTypePropertiesRegistry.h(27): warning C4251: 'at::DeprecatedTypePropertiesRegistry::registry': class 'std::unique_ptr<at::DeprecatedTypeProperties,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of class 'at::DeprecatedTypePropertiesRegistry' | |
with | |
[ | |
_Ty=at::DeprecatedTypeProperties | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/DeprecatedTypePropertiesRegistry.h(24): note: see declaration of 'std::unique_ptr<at::DeprecatedTypeProperties,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=at::DeprecatedTypeProperties | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/Generator.h(75): warning C4251: 'at::Generator::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'at::Generator' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/NamedTensor.h(53): warning C4251: 'at::NamedTensorMeta::names_': class 'std::vector<at::Dimname,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'at::NamedTensorMeta' | |
with | |
[ | |
_Ty=at::Dimname | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/NamedTensor.h(27): note: see declaration of 'std::vector<at::Dimname,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=at::Dimname | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(999): warning C4251: 'at::Tensor::impl_': class 'c10::intrusive_ptr<c10::TensorImpl,c10::UndefinedTensorImpl>' needs to have dll-interface to be used by clients of class 'at::Tensor' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(70): note: see declaration of 'c10::intrusive_ptr<c10::TensorImpl,c10::UndefinedTensorImpl>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/TensorBody.h(1000): warning C4522: 'at::Tensor': multiple assignment operators specified | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(65): warning C4251: 'std::enable_shared_from_this<c10::Type>::_Wptr': class 'std::weak_ptr<_Ty>' needs to have dll-interface to be used by clients of class 'std::enable_shared_from_this<c10::Type>' | |
with | |
[ | |
_Ty=c10::Type | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1161): note: see declaration of 'std::weak_ptr<_Ty>' | |
with | |
[ | |
_Ty=c10::Type | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(240): warning C4251: 'c10::SingleElementType<c10::TypeKind::OptionalType,c10::OptionalType>::elem': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::SingleElementType<c10::TypeKind::OptionalType,c10::OptionalType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(369): warning C4251: 'c10::VaryingShape::dims_': class 'c10::optional<c10::VaryingShape::ListOfOptionalInts>' needs to have dll-interface to be used by clients of struct 'c10::VaryingShape' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(336): note: see declaration of 'c10::optional<c10::VaryingShape::ListOfOptionalInts>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(602): warning C4251: 'c10::TensorType::scalar_type_': class 'c10::optional<c10::ScalarType>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/ScalarType.h(187): note: see declaration of 'c10::optional<c10::ScalarType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(603): warning C4251: 'c10::TensorType::device_': class 'c10::optional<c10::Device>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(172): note: see declaration of 'c10::optional<c10::Device>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(606): warning C4251: 'c10::TensorType::requires_grad_': class 'c10::optional<bool>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(225): note: see declaration of 'c10::optional<bool>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(618): warning C4251: 'c10::TensorType::undefined_': class 'c10::optional<bool>' needs to have dll-interface to be used by clients of struct 'c10::TensorType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/TensorOptions.h(225): note: see declaration of 'c10::optional<bool>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(477): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(480): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(624): warning C4251: 'c10::SingleElementType<c10::TypeKind::ListType,c10::ListType>::elem': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::SingleElementType<c10::TypeKind::ListType,c10::ListType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(733): warning C4251: 'c10::DictType::types': class 'std::vector<c10::TypePtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::DictType' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(150): note: see declaration of 'std::vector<c10::TypePtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(741): warning C4251: 'c10::SingleElementType<c10::TypeKind::FutureType,c10::FutureType>::elem': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::SingleElementType<c10::TypeKind::FutureType,c10::FutureType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(782): warning C4251: 'c10::NamedType::name_': class 'c10::optional<c10::QualifiedName>' needs to have dll-interface to be used by clients of struct 'c10::NamedType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(773): note: see declaration of 'c10::optional<c10::QualifiedName>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(854): warning C4251: 'c10::TupleType::elements_': class 'std::vector<c10::TypePtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::TupleType' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(150): note: see declaration of 'std::vector<c10::TypePtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(856): warning C4251: 'c10::TupleType::schema_': class 'std::shared_ptr<c10::FunctionSchema>' needs to have dll-interface to be used by clients of struct 'c10::TupleType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(790): note: see declaration of 'std::shared_ptr<c10::FunctionSchema>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1515): warning C4251: 'c10::ClassType::attributeNames_': class 'std::vector<std::string,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Exception.h(29): note: see declaration of 'std::vector<std::string,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::string | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1516): warning C4251: 'c10::ClassType::attributeTypes_': class 'std::vector<c10::TypePtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(150): note: see declaration of 'std::vector<c10::TypePtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::TypePtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1518): warning C4251: 'c10::ClassType::compilation_unit_': class 'std::weak_ptr<torch::jit::script::CompilationUnit>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1357): note: see declaration of 'std::weak_ptr<torch::jit::script::CompilationUnit>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1522): warning C4251: 'c10::ClassType::parameterSlots_': class 'std::shared_ptr<std::vector<bool,std::allocator<_Ty>>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=bool | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1522): note: see declaration of 'std::shared_ptr<std::vector<bool,std::allocator<_Ty>>>' | |
with | |
[ | |
_Ty=bool | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1525): warning C4251: 'c10::ClassType::methods_': class 'std::vector<torch::jit::Function *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ClassType' | |
with | |
[ | |
_Ty=torch::jit::Function * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1409): note: see declaration of 'std::vector<torch::jit::Function *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Function * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1572): warning C4251: 'c10::InterfaceType::methods_': class 'std::shared_ptr<std::vector<c10::FunctionSchema,std::allocator<_Ty>>>' needs to have dll-interface to be used by clients of struct 'c10::InterfaceType' | |
with | |
[ | |
_Ty=c10::FunctionSchema | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1572): note: see declaration of 'std::shared_ptr<std::vector<c10::FunctionSchema,std::allocator<_Ty>>>' | |
with | |
[ | |
_Ty=c10::FunctionSchema | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/Dict_inl.h(50): warning C4244: 'argument': conversion from 'int64_t' to 'const int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(118): warning C4251: 'c10::ivalue::ConstantString::str_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::ConstantString' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(138): warning C4251: 'c10::ivalue::Tuple::elements_': class 'std::vector<StorageT,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Tuple' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/List.h(24): note: see declaration of 'std::vector<StorageT,std::allocator<_Ty>>' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(139): warning C4251: 'c10::ivalue::Tuple::type_': class 'std::shared_ptr<c10::TupleType>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Tuple' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(786): note: see declaration of 'std::shared_ptr<c10::TupleType>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(195): warning C4275: non dll-interface class 'std::exception' used as base for dll-interface struct 'c10::ivalue::Future::FutureError' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vcruntime_exception.h(43): note: see declaration of 'std::exception' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(195): note: see declaration of 'c10::ivalue::Future::FutureError' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(205): warning C4251: 'c10::ivalue::Future::FutureError::error_msg': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future::FutureError' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(296): warning C4251: 'c10::ivalue::Future::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(297): warning C4251: 'c10::ivalue::Future::completed_': struct 'std::atomic<bool>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic<bool>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(298): warning C4251: 'c10::ivalue::Future::finished_cv_': class 'std::condition_variable' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(536): note: see declaration of 'std::condition_variable' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(301): warning C4251: 'c10::ivalue::Future::type_': class 'std::shared_ptr<c10::Type>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(23): note: see declaration of 'std::shared_ptr<c10::Type>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(302): warning C4251: 'c10::ivalue::Future::callbacks': class 'std::vector<std::function<void (void)>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future' | |
with | |
[ | |
_Ty=std::function<void (void)> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(302): note: see declaration of 'std::vector<std::function<void (void)>,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::function<void (void)> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(370): warning C4251: 'c10::ivalue::Object::type_': struct 'c10::StrongTypePtr' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Object' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue.h(586): note: see declaration of 'c10::StrongTypePtr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(371): warning C4251: 'c10::ivalue::Object::slots_': class 'std::vector<StorageT,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Object' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/List.h(24): note: see declaration of 'std::vector<StorageT,std::allocator<_Ty>>' | |
with | |
[ | |
StorageT=c10::IValue, | |
_Ty=c10::IValue | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(410): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(412): warning C4244: 'return': conversion from 'int64_t' to 'unsigned char', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(413): warning C4244: 'return': conversion from 'int64_t' to 'signed char', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(414): warning C4244: 'return': conversion from 'int64_t' to 'unsigned short', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(415): warning C4244: 'return': conversion from 'int64_t' to 'short', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(416): warning C4244: 'return': conversion from 'int64_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(417): warning C4244: 'return': conversion from 'int64_t' to 'uint32_t', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ivalue_inl.h(419): warning C4244: 'return': conversion from 'int64_t' to 'c10::detail::_guarded_unsigned_long', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(119): warning C4251: 'at::ATenOpTable::schema_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'at::ATenOpTable' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(143): warning C4251: 'at::ATenDispatch::op_tables_': class 'std::unordered_map<std::string,at::ATenOpTable,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'at::ATenDispatch' | |
with | |
[ | |
_Kty=std::string, | |
_Ty=at::ATenOpTable | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(143): note: see declaration of 'std::unordered_map<std::string,at::ATenOpTable,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' | |
with | |
[ | |
_Kty=std::string, | |
_Ty=at::ATenOpTable | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/ATenDispatch.h(144): warning C4251: 'at::ATenDispatch::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of class 'at::ATenDispatch' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(375): warning C4251: 'c10::KernelFunction::functorFactory_': class 'std::function<std::unique_ptr<c10::OperatorKernel,std::default_delete<_Ty>> (void)>' needs to have dll-interface to be used by clients of class 'c10::KernelFunction' | |
with | |
[ | |
_Ty=c10::OperatorKernel | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(198): note: see declaration of 'std::function<std::unique_ptr<c10::OperatorKernel,std::default_delete<_Ty>> (void)>' | |
with | |
[ | |
_Ty=c10::OperatorKernel | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(376): warning C4251: 'c10::KernelFunction::functor_': class 'std::shared_ptr<c10::OperatorKernel>' needs to have dll-interface to be used by clients of class 'c10::KernelFunction' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/boxing/KernelFunction.h(376): note: see declaration of 'std::shared_ptr<c10::OperatorKernel>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(116): warning C4251: 'c10::Dispatcher::operators_': class 'std::list<c10::Dispatcher::OperatorDef,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
with | |
[ | |
_Ty=c10::Dispatcher::OperatorDef | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(116): note: see declaration of 'std::list<c10::Dispatcher::OperatorDef,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=c10::Dispatcher::OperatorDef | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(117): warning C4251: 'c10::Dispatcher::operatorLookupTable_': class 'c10::LeftRight<ska::flat_hash_map<c10::OperatorName,c10::OperatorHandle,std::hash<c10::OperatorName>,std::equal_to<K>,std::allocator<std::pair<K,V>>>>' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
with | |
[ | |
K=c10::OperatorName, | |
V=c10::OperatorHandle | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(117): note: see declaration of 'c10::LeftRight<ska::flat_hash_map<c10::OperatorName,c10::OperatorHandle,std::hash<c10::OperatorName>,std::equal_to<K>,std::allocator<std::pair<K,V>>>>' | |
with | |
[ | |
K=c10::OperatorName, | |
V=c10::OperatorHandle | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(118): warning C4251: 'c10::Dispatcher::listeners_': class 'std::unique_ptr<c10::detail::RegistrationListenerList,std::default_delete<_Ty>>' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
with | |
[ | |
_Ty=c10::detail::RegistrationListenerList | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(118): note: see declaration of 'std::unique_ptr<c10::detail::RegistrationListenerList,std::default_delete<_Ty>>' | |
with | |
[ | |
_Ty=c10::detail::RegistrationListenerList | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(119): warning C4251: 'c10::Dispatcher::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of class 'c10::Dispatcher' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(147): warning C4251: 'c10::OperatorHandle::operatorIterator_': class 'std::_List_iterator<std::_List_val<std::_List_simple_types<c10::Dispatcher::OperatorDef>>>' needs to have dll-interface to be used by clients of class 'c10::OperatorHandle' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\list(577): note: see declaration of 'std::_List_iterator<std::_List_val<std::_List_simple_types<c10::Dispatcher::OperatorDef>>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(162): warning C4251: 'c10::SchemaRegistrationHandleRAII::registrationHandle_': class 'c10::RegistrationHandleRAII' needs to have dll-interface to be used by clients of class 'c10::SchemaRegistrationHandleRAII' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/RegistrationHandleRAII.h(7): note: see declaration of 'c10::RegistrationHandleRAII' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/TensorGeometry.h(56): warning C4251: 'at::TensorGeometry::sizes_': class 'std::vector<int64_t,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'at::TensorGeometry' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/MemoryFormat.h(44): note: see declaration of 'std::vector<int64_t,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/TensorGeometry.h(57): warning C4251: 'at::TensorGeometry::strides_': class 'std::vector<int64_t,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'at::TensorGeometry' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/MemoryFormat.h(44): note: see declaration of 'std::vector<int64_t,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(32): warning C4251: 'at::CPUGenerator::engine_': class 'at::mt19937_engine' needs to have dll-interface to be used by clients of struct 'at::CPUGenerator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/MT19937RNGEngine.h(106): note: see declaration of 'at::mt19937_engine' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(33): warning C4251: 'at::CPUGenerator::next_float_normal_sample_': class 'c10::optional<float>' needs to have dll-interface to be used by clients of struct 'at::CPUGenerator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(23): note: see declaration of 'c10::optional<float>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(34): warning C4251: 'at::CPUGenerator::next_double_normal_sample_': class 'c10::optional<double>' needs to have dll-interface to be used by clients of struct 'at::CPUGenerator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/CPUGenerator.h(24): note: see declaration of 'c10::optional<double>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Stream.h(135): warning C4244: 'argument': conversion from 'unsigned __int64' to 'c10::DeviceIndex', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Stream.h(135): warning C4244: 'argument': conversion from 'unsigned __int64' to 'c10::StreamId', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/impl/DeviceGuardImplInterface.h(218): warning C4800: 'const c10::impl::DeviceGuardImplInterface *': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(124): warning C4251: 'at::Context::thc_init': struct 'std::once_flag' needs to have dll-interface to be used by clients of class 'at::Context' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(452): note: see declaration of 'std::once_flag' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(125): warning C4251: 'at::Context::thh_init': struct 'std::once_flag' needs to have dll-interface to be used by clients of class 'at::Context' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(452): note: see declaration of 'std::once_flag' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(130): warning C4251: 'at::Context::quantized_engine': class 'c10::optional<c10::QEngine>' needs to have dll-interface to be used by clients of class 'at::Context' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(130): note: see declaration of 'c10::optional<c10::QEngine>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(131): warning C4251: 'at::Context::thc_state': class 'std::unique_ptr<THCState,void (__cdecl *)(THCState *)>' needs to have dll-interface to be used by clients of class 'at::Context' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/detail/CUDAHooksInterface.h(62): note: see declaration of 'std::unique_ptr<THCState,void (__cdecl *)(THCState *)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Context.h(132): warning C4251: 'at::Context::thh_state': class 'std::unique_ptr<THHState,void (__cdecl *)(THHState *)>' needs to have dll-interface to be used by clients of class 'at::Context' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/detail/HIPHooksInterface.h(33): note: see declaration of 'std::unique_ptr<THHState,void (__cdecl *)(THHState *)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(352): warning C4251: 'torch::autograd::Variable::AutogradMeta::name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(355): warning C4251: 'torch::autograd::Variable::AutogradMeta::grad_fn_': class 'std::shared_ptr<torch::autograd::Node>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/edge.h(17): note: see declaration of 'std::shared_ptr<torch::autograd::Node>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(356): warning C4251: 'torch::autograd::Variable::AutogradMeta::grad_accumulator_': class 'std::weak_ptr<torch::autograd::Node>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(186): note: see declaration of 'std::weak_ptr<torch::autograd::Node>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(358): warning C4251: 'torch::autograd::Variable::AutogradMeta::hooks_': class 'std::vector<std::shared_ptr<torch::autograd::FunctionPreHook>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::autograd::FunctionPreHook> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(293): note: see declaration of 'std::vector<std::shared_ptr<torch::autograd::FunctionPreHook>,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::autograd::FunctionPreHook> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(359): warning C4251: 'torch::autograd::Variable::AutogradMeta::cpp_hooks_list': class 'std::shared_ptr<torch::autograd::hooks_list>' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/cpp_hook.h(11): note: see declaration of 'std::shared_ptr<torch::autograd::hooks_list>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/autograd/variable.h(375): warning C4251: 'torch::autograd::Variable::AutogradMeta::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::AutogradMeta' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(45): warning C4251: 'std::enable_shared_from_this<torch::jit::tracer::TracingState>::_Wptr': class 'std::weak_ptr<_Ty>' needs to have dll-interface to be used by clients of class 'std::enable_shared_from_this<torch::jit::tracer::TracingState>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1161): note: see declaration of 'std::weak_ptr<_Ty>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(49): warning C4251: 'torch::jit::tracer::TracingState::graph': class 'std::shared_ptr<torch::jit::Graph>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::TracingState' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(49): note: see declaration of 'std::shared_ptr<torch::jit::Graph>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(53): warning C4251: 'torch::jit::tracer::TracingState::lookup_var_name_fn': class 'std::function<std::string (const torch::autograd::Variable &)>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::TracingState' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(52): note: see declaration of 'std::function<std::string (const torch::autograd::Variable &)>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(85): warning C4251: 'torch::jit::tracer::TracingState::env_stack': class 'std::vector<torch::jit::tracer::TracingState::Frame,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::TracingState' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState::Frame | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(85): note: see declaration of 'std::vector<torch::jit::tracer::TracingState::Frame,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState::Frame | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(181): warning C4251: 'torch::jit::tracer::NoWarn::state': class 'std::shared_ptr<_Ty>' needs to have dll-interface to be used by clients of struct 'torch::jit::tracer::NoWarn' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1124): note: see declaration of 'std::shared_ptr<_Ty>' | |
with | |
[ | |
_Ty=torch::jit::tracer::TracingState | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(309): warning C4273: 'torch::jit::tracer::addInputs': inconsistent dll linkage | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(295): note: see previous definition of 'addInputs' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(316): warning C4273: 'torch::jit::tracer::addInputs': inconsistent dll linkage | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(301): note: see previous definition of 'addInputs' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(87): warning C4275: non dll-interface struct 'torch::jit::AttributeValue' used as base for dll-interface struct 'torch::jit::GraphAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(25): note: see declaration of 'torch::jit::AttributeValue' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(87): note: see declaration of 'torch::jit::GraphAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(101): warning C4251: 'torch::jit::GraphAttr::value_': class 'std::shared_ptr<torch::jit::Graph>' needs to have dll-interface to be used by clients of struct 'torch::jit::GraphAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(49): note: see declaration of 'std::shared_ptr<torch::jit::Graph>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(104): warning C4275: non dll-interface struct 'torch::jit::AttributeValue' used as base for dll-interface struct 'torch::jit::GraphsAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(25): note: see declaration of 'torch::jit::AttributeValue' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(104): note: see declaration of 'torch::jit::GraphsAttr' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(118): warning C4251: 'torch::jit::GraphsAttr::value_': class 'std::vector<std::shared_ptr<torch::jit::Graph>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::GraphsAttr' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::jit::Graph> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/attributes.h(105): note: see declaration of 'std::vector<std::shared_ptr<torch::jit::Graph>,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=std::shared_ptr<torch::jit::Graph> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/scope.h(22): warning C4251: 'torch::jit::Scope::parent_': class 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Scope' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/scope.h(17): note: see declaration of 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/source_range.h(163): warning C4251: 'torch::jit::SourceRange::source_': class 'std::shared_ptr<torch::jit::Source>' needs to have dll-interface to be used by clients of struct 'torch::jit::SourceRange' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/source_range.h(105): note: see declaration of 'std::shared_ptr<torch::jit::Source>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/constants.h(20): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface struct 'torch::jit::constant_not_supported_error' | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\stdexcept(156): note: see declaration of 'std::runtime_error' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/constants.h(20): note: see declaration of 'torch::jit::constant_not_supported_error' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(154): warning C4251: 'torch::jit::Operator::schema_string_': class 'c10::optional<std::string>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(1327): note: see declaration of 'c10::optional<std::string>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(158): warning C4251: 'torch::jit::Operator::schema_': class 'std::shared_ptr<c10::FunctionSchema>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/jit_type.h(790): note: see declaration of 'std::shared_ptr<c10::FunctionSchema>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(162): warning C4251: 'torch::jit::Operator::op_': class 'std::shared_ptr<torch::jit::Operation>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(162): note: see declaration of 'std::shared_ptr<torch::jit::Operation>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(164): warning C4251: 'torch::jit::Operator::c10Handle_': class 'c10::optional<c10::OperatorHandle>' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/Dispatcher.h(72): note: see declaration of 'c10::optional<c10::OperatorHandle>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/operator.h(165): warning C4251: 'torch::jit::Operator::options_': struct 'c10::OperatorOptions' needs to have dll-interface to be used by clients of struct 'torch::jit::Operator' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/dispatch/OperatorOptions.h(33): note: see declaration of 'c10::OperatorOptions' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(245): warning C4251: 'torch::jit::Node::inputs_': class 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(97): note: see declaration of 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(246): warning C4251: 'torch::jit::Node::outputs_': class 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/tracer.h(97): note: see declaration of 'std::vector<torch::jit::Value *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Value * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(248): warning C4251: 'torch::jit::Node::blocks_': class 'std::vector<torch::jit::Block *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Block * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(248): note: see declaration of 'std::vector<torch::jit::Block *,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Block * | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(251): warning C4251: 'torch::jit::Node::source_range_': class 'c10::optional<torch::jit::SourceRange>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/source_range.h(80): note: see declaration of 'c10::optional<torch::jit::SourceRange>' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(252): warning C4251: 'torch::jit::Node::scope_': class 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/scope.h(17): note: see declaration of 'c10::intrusive_ptr<torch::jit::Scope,c10::detail::intrusive_target_default_null_type<TTarget>>' | |
with | |
[ | |
TTarget=torch::jit::Scope | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(767): warning C4251: 'torch::jit::Node::values_': class 'std::vector<torch::jit::Node::AVPtr,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of struct 'torch::jit::Node' | |
with | |
[ | |
_Ty=torch::jit::Node::AVPtr | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\torch/csrc/jit/ir.h(767): note: see declaration of 'std::vector<torch::jit::Node::AVPtr,std::allocator<_Ty>>' | |
with | |
[ | |
_Ty=torch::jit::Node::AVPtr | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(460): warning C4244: 'argument': conversion from 'int64_t' to 'const int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(446): warning C4996: 'detail::scalar_type': passing at::DeprecatedTypeProperties to an AT_DISPATCH macro is deprecated, pass an at::ScalarType instead | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Dispatch.h(31): note: see declaration of 'detail::scalar_type' | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(492): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(493): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(494): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(495): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(515): warning C4244: 'argument': conversion from 'int64_t' to 'const int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(497): warning C4996: 'detail::scalar_type': passing at::DeprecatedTypeProperties to an AT_DISPATCH macro is deprecated, pass an at::ScalarType instead | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/Dispatch.h(31): note: see declaration of 'detail::scalar_type' | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/StringUtil.h(57): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/qualified_name.h(111): note: see reference to function template instantiation 'std::string c10::Join<std::vector<std::string,std::allocator<_Ty>>>(const std::string &,const Container &)' being compiled | |
with | |
[ | |
_Ty=std::string, | |
Container=std::vector<std::string,std::allocator<std::string>> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Optional.h(430): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/function_schema.h(225): note: see reference to function template instantiation 'c10::optional<int32_t>::optional<std::size_t,false>(U &&)' being compiled | |
with | |
[ | |
U=std::size_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\ATen/core/function_schema.h(225): note: see reference to function template instantiation 'c10::optional<int32_t>::optional<std::size_t,false>(U &&)' being compiled | |
with | |
[ | |
U=std::size_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(222): warning C4244: 'initializing': conversion from 'const scalar_t' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(460): note: see reference to function template instantiation 'void detectron2::ROIAlignRotatedForward<scalar_t>(const int,const T *,const T &,const int,const int,const int,const int,const int,const int,const T *,T *)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(246): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(248): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(232): warning C4244: 'initializing': conversion from 'double' to 'scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(246): warning C4244: 'initializing': conversion from 'float' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(248): warning C4244: 'initializing': conversion from 'float' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(251): warning C4244: 'initializing': conversion from 'const int' to 'scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(251): warning C4244: 'initializing': conversion from 'const int' to 'const scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(260): warning C4244: 'initializing': conversion from 'double' to 'scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(261): warning C4244: 'initializing': conversion from 'double' to 'scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(222): warning C4244: 'initializing': conversion from 'float' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(460): note: see reference to function template instantiation 'void detectron2::ROIAlignRotatedForward<scalar_t>(const int,const T *,const T &,const int,const int,const int,const int,const int,const int,const T *,T *)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(232): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(240): warning C4244: 'argument': conversion from 'const int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(241): warning C4244: 'argument': conversion from 'const int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(251): warning C4244: 'argument': conversion from 'const int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(260): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(261): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(337): warning C4244: 'initializing': conversion from 'const scalar_t' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(515): note: see reference to function template instantiation 'void detectron2::ROIAlignRotatedBackward<scalar_t>(const int,const T *,const T &,const int,const int,const int,const int,const int,const int,T *,const T *,const int,const int,const int,const int)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(369): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(371): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(347): warning C4244: 'initializing': conversion from 'double' to 'scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(369): warning C4244: 'initializing': conversion from 'float' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(371): warning C4244: 'initializing': conversion from 'float' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(375): warning C4244: 'initializing': conversion from 'double' to 'scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(376): warning C4244: 'initializing': conversion from 'double' to 'scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(379): warning C4244: 'initializing': conversion from 'int' to 'scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(379): warning C4244: 'initializing': conversion from 'int' to 'const scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(337): warning C4244: 'initializing': conversion from 'float' to 'int', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(515): note: see reference to function template instantiation 'void detectron2::ROIAlignRotatedBackward<scalar_t>(const int,const T *,const T &,const int,const int,const int,const int,const int,const int,T *,const T *,const int,const int,const int,const int)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(347): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(355): warning C4244: 'argument': conversion from 'const int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(356): warning C4244: 'argument': conversion from 'const int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(375): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(376): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(379): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(384): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(388): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(451): warning C4018: '>': signed/unsigned mismatch | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(497): note: see reference to function template instantiation 'bool c10::overflows<To,From>(From)' being compiled | |
with | |
[ | |
To=int64_t, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<int64_t,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=int64_t, | |
From=int64_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(109): warning C4244: 'initializing': conversion from 'double' to 'scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(280): note: see reference to function template instantiation 'void detectron2::`anonymous-namespace'::pre_calc_for_bilinear_interpolate<T>(const int,const int,const int,const int,const int,const int,T,T,T,T,int,int,T,T,T,T,std::vector<detectron2::`anonymous-namespace'::PreCalc<T>,std::allocator<_Ty>> &)' being compiled | |
with | |
[ | |
T=scalar_t, | |
_Ty=detectron2::`anonymous-namespace'::PreCalc<scalar_t> | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(460): note: see reference to function template instantiation 'void detectron2::ROIAlignRotatedForward<scalar_t>(const int,const T *,const T &,const int,const int,const int,const int,const int,const int,const T *,T *)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(52): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(280): note: see reference to function template instantiation 'void detectron2::`anonymous-namespace'::pre_calc_for_bilinear_interpolate<T>(const int,const int,const int,const int,const int,const int,T,T,T,T,int,int,T,T,T,T,std::vector<detectron2::`anonymous-namespace'::PreCalc<T>,std::allocator<_Ty>> &)' being compiled | |
with | |
[ | |
T=scalar_t, | |
_Ty=detectron2::`anonymous-namespace'::PreCalc<scalar_t> | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(460): note: see reference to function template instantiation 'void detectron2::ROIAlignRotatedForward<scalar_t>(const int,const T *,const T &,const int,const int,const int,const int,const int,const int,const T *,T *)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(56): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(95): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(102): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(109): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(180): warning C4244: 'initializing': conversion from 'double' to 'scalar_t', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(398): note: see reference to function template instantiation 'void detectron2::`anonymous-namespace'::bilinear_interpolate_gradient<T>(const int,const int,T,T,T &,T &,T &,T &,int &,int &,int &,int &)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(515): note: see reference to function template instantiation 'void detectron2::ROIAlignRotatedBackward<scalar_t>(const int,const T *,const T &,const int,const int,const int,const int,const int,const int,T *,const T *,const int,const int,const int,const int)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(166): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(398): note: see reference to function template instantiation 'void detectron2::`anonymous-namespace'::bilinear_interpolate_gradient<T>(const int,const int,T,T,T &,T &,T &,T &,int &,int &,int &,int &)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(515): note: see reference to function template instantiation 'void detectron2::ROIAlignRotatedBackward<scalar_t>(const int,const T *,const T &,const int,const int,const int,const int,const int,const int,T *,const T *,const int,const int,const int,const int)' being compiled | |
with | |
[ | |
T=scalar_t | |
] | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(173): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | |
F:\dd\conan_det\detectron2\detectron2\layers\csrc\ROIAlignRotated\ROIAlignRotated_cpu.cpp(180): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<c10::BFloat16,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(416): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(415): note: while compiling class template member function 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(std::complex<double>)' | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(std::complex<double>)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<c10::BFloat16,std::complex<double>>(From,const char *)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'c10::BFloat16 c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<c10::BFloat16,double>(From,const char *)' being compiled | |
with | |
[ | |
To=c10::BFloat16, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4800: 'int64_t': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'bool c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'bool c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<bool,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=bool, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(416): warning C4800: 'double': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(415): note: while compiling class template member function 'bool c10::Converter<To,From,void>::operator ()(std::complex<double>)' | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'bool c10::Converter<To,From,void>::operator ()(std::complex<double>)' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<bool,std::complex<double>>(From,const char *)' being compiled | |
with | |
[ | |
To=bool, | |
From=std::complex<double> | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4800: 'double': forcing value to bool 'true' or 'false' (performance warning) | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'bool c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'bool c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<bool,double>(From,const char *)' being compiled | |
with | |
[ | |
To=bool, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'int64_t' to 'const std::complex<double>::_Ty', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'std::complex<double> c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'std::complex<double> c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<std::complex<double>,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=std::complex<double>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'int64_t' to 'const std::complex<float>::_Ty', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<std::complex<float>,int64_t>(From,const char *)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=int64_t | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(400): warning C4244: 'argument': conversion from 'double' to 'const std::complex<float>::_Ty', possible loss of data | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(399): note: while compiling class template member function 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to function template instantiation 'std::complex<float> c10::Converter<To,From,void>::operator ()(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(406): note: see reference to class template instantiation 'c10::Converter<To,From,void>' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/util/Half.h(503): note: see reference to function template instantiation 'To c10::convert<To,From>(From)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
E:\Anaconda\envs\dd\lib\site-packages\torch\include\c10/core/Scalar.h(72): note: see reference to function template instantiation 'To c10::checked_convert<std::complex<float>,double>(From,const char *)' being compiled | |
with | |
[ | |
To=std::complex<float>, | |
From=double | |
] | |
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin\nvcc.exe -c F:\dd\conan_det\detectron2\detectron2\layers\csrc\box_iou_rotated\box_iou_rotated_cuda.cu -o build\temp.win-amd64-3.7\Release\dd\conan_det\detectron2\detectron2\layers\csrc\box_iou_rotated\box_iou_rotated_cuda.obj -IF:\dd\conan_det\detectron2\detectron2\layers\csrc -IE:\Anaconda\envs\dd\lib\site-packages\torch\include -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\torch\csrc\api\include -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\TH -IE:\Anaconda\envs\dd\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\include" -IE:\Anaconda\envs\dd\include -IE:\Anaconda\envs\dd\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\winrt" -Xcompiler /EHsc -Xcompiler /wd4819 -Xcompiler /MD -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_61,code=sm_61 | |
box_iou_rotated_cuda.cu | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Exception.h(28): warning: base class dllexport/dllimport specification differs from that of the derived class | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Exception.h(29): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Exception.h(30): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Exception.h(35): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Exception.h(36): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/Allocator.h(21): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/Allocator.h(183): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(458): warning: dllexport/dllimport conflict with "caffe2::TypeMeta::_typeMetaDataInstance [with T=caffe2::detail::_Uninitialized]" | |
(454): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(579): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=uint8_t]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(580): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=int8_t]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(581): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=int16_t]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(582): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=int]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(583): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=int64_t]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(584): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=c10::Half]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(585): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=float]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(586): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=double]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(587): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=c10::ComplexHalf]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(588): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=std::complex<float>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(589): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=std::complex<double>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(592): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=std::string]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(593): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=__nv_bool]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(594): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=uint16_t]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(595): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=char]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(596): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=std::unique_ptr<std::mutex, std::default_delete<std::mutex>>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(597): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=std::unique_ptr<std::atomic<__nv_bool>, std::default_delete<std::atomic<__nv_bool>>>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(598): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=std::vector<int32_t, std::allocator<int32_t>>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(599): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=std::vector<int64_t, std::allocator<int64_t>>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(600): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=std::vector<unsigned long, std::allocator<unsigned long>>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(601): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=__nv_bool *]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(602): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=char *]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(603): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=int *]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(623): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=caffe2::detail::_guard_long_unique<long>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(624): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=caffe2::detail::_guard_long_unique<std::vector<long, std::allocator<long>>>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(628): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=float *]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(629): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=c10::Half *]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(630): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=c10::qint8]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(631): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=c10::quint8]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(632): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=c10::qint32]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(633): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=c10::BFloat16]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(634): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=caffe2::_CaffeHighestPreallocatedTypeId]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/intrusive_ptr.h(63): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/intrusive_ptr.h(64): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/Storage.h(181): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/logging_is_not_google_glog.h(47): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/TensorImpl.h(201): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/TensorImpl.h(1574): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/TensorImpl.h(1577): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/TensorImpl.h(1599): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/TensorImpl.h(1600): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/TensorImpl.h(1625): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/TensorImpl.h(1628): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/Generator.h(75): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/NamedTensor.h(53): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/TensorBody.h(999): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(369): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(602): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(603): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(606): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(618): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(733): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(782): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(854): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(856): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(1515): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(1516): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(1518): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(1522): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(1525): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(1572): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(118): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(138): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(139): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(183): warning: base class dllexport/dllimport specification differs from that of the derived class | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(195): warning: base class dllexport/dllimport specification differs from that of the derived class | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(205): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(296): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(297): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(298): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(301): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(302): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(308): warning: base class dllexport/dllimport specification differs from that of the derived class | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(370): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(371): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ATenDispatch.h(119): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ATenDispatch.h(143): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ATenDispatch.h(144): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/boxing/KernelFunction.h(375): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/boxing/KernelFunction.h(376): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(116): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(117): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(118): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(119): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(147): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(162): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/CPUGenerator.h(32): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/CPUGenerator.h(33): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/CPUGenerator.h(34): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/Context.h(124): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/Context.h(125): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/Context.h(130): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/Context.h(131): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/Context.h(132): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/TensorGeometry.h(56): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/TensorGeometry.h(57): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/cuda/CUDAStream.h(171): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\TH/THAllocator.h(60): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\TH/THAllocator.h(66): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/THCAllocator.h(14): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/BFloat16.h(48): warning: calling a __host__ function from a __host__ __device__ function is not allowed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Exception.h(28): warning: base class dllexport/dllimport specification differs from that of the derived class | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Exception.h(29): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Exception.h(30): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Exception.h(35): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Exception.h(36): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/Allocator.h(21): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/Allocator.h(183): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(458): warning: dllexport/dllimport conflict with "caffe2::TypeMeta::_typeMetaDataInstance [with T=caffe2::detail::_Uninitialized]" | |
(454): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(579): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=uint8_t]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(580): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=int8_t]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(581): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=int16_t]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(582): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=int]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(583): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=int64_t]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(584): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=c10::Half]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(585): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=float]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(586): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=double]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(587): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=c10::ComplexHalf]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(588): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=std::complex<float>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(589): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=std::complex<double>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(592): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=std::string]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(593): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=bool]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(594): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=uint16_t]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(595): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=char]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(596): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=std::unique_ptr<std::mutex, std::default_delete<std::mutex>>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(597): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=std::unique_ptr<std::atomic<bool>, std::default_delete<std::atomic<bool>>>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(598): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=std::vector<int32_t, std::allocator<int>>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(599): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=std::vector<int64_t, std::allocator<int64_t>>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(600): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=std::vector<unsigned long, std::allocator<unsigned long>>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(601): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=bool *]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(602): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=char *]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(603): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=int *]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(623): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=caffe2::detail::_guard_long_unique<long>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(624): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=caffe2::detail::_guard_long_unique<std::vector<long, std::allocator<long>>>]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(628): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=float *]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(629): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=c10::Half *]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(630): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=c10::qint8]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(631): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=c10::quint8]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(632): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=c10::qint32]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(633): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=c10::BFloat16]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/typeid.h(634): warning: dllexport/dllimport conflict with "caffe2::TypeIdentifier::Get [with T=caffe2::_CaffeHighestPreallocatedTypeId]" | |
(83): here; dllexport assumed | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/intrusive_ptr.h(63): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/intrusive_ptr.h(64): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/Storage.h(181): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/logging_is_not_google_glog.h(47): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/TensorImpl.h(201): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/TensorImpl.h(1574): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/TensorImpl.h(1577): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/TensorImpl.h(1599): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/TensorImpl.h(1600): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/TensorImpl.h(1625): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/core/TensorImpl.h(1628): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/Generator.h(75): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/NamedTensor.h(53): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/TensorBody.h(999): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(369): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(602): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(603): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(606): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(618): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(733): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(782): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(854): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(856): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(1515): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(1516): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(1518): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(1522): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(1525): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/jit_type.h(1572): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(118): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(138): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(139): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(183): warning: base class dllexport/dllimport specification differs from that of the derived class | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(195): warning: base class dllexport/dllimport specification differs from that of the derived class | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(205): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(296): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(297): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(298): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(301): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(302): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(308): warning: base class dllexport/dllimport specification differs from that of the derived class | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(370): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ivalue_inl.h(371): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ATenDispatch.h(119): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ATenDispatch.h(143): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/ATenDispatch.h(144): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/boxing/KernelFunction.h(375): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/boxing/KernelFunction.h(376): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(116): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(117): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(118): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(119): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(147): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/core/dispatch/Dispatcher.h(162): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/CPUGenerator.h(32): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/CPUGenerator.h(33): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/CPUGenerator.h(34): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/Context.h(124): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/Context.h(125): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/Context.h(130): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/Context.h(131): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/Context.h(132): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/TensorGeometry.h(56): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\ATen/TensorGeometry.h(57): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/cuda/CUDAStream.h(171): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\TH/THAllocator.h(60): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\TH/THAllocator.h(66): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/THCAllocator.h(14): warning: field of class type without a DLL interface used in a class with a DLL interface | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/order_preserving_flat_hash_map.h(1499): error C3203: 'templated_iterator': unspecialized class template can't be used as a template argument for template parameter '_Ty1', expected a real type | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/order_preserving_flat_hash_map.h(1557): note: see reference to class template instantiation 'ska_ordered::order_preserving_flat_hash_map<K,V,H,E,A>' being compiled | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/order_preserving_flat_hash_map.h(1503): error C3203: 'templated_iterator': unspecialized class template can't be used as a template argument for template parameter '_Ty1', expected a real type | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/order_preserving_flat_hash_map.h(1511): error C3203: 'templated_iterator': unspecialized class template can't be used as a template argument for template parameter '_Ty1', expected a real type | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/order_preserving_flat_hash_map.h(1593): error C3203: 'templated_iterator': unspecialized class template can't be used as a template argument for template parameter '_Ty1', expected a real type | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/order_preserving_flat_hash_map.h(1630): note: see reference to class template instantiation 'ska_ordered::flat_hash_set<T,H,E,A>' being compiled | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/order_preserving_flat_hash_map.h(1598): error C3203: 'templated_iterator': unspecialized class template can't be used as a template argument for template parameter '_Ty1', expected a real type | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/order_preserving_flat_hash_map.h(1602): error C3203: 'templated_iterator': unspecialized class template can't be used as a template argument for template parameter '_Ty1', expected a real type | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/order_preserving_flat_hash_map.h(1606): error C3203: 'templated_iterator': unspecialized class template can't be used as a template argument for template parameter '_Ty1', expected a real type | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/order_preserving_flat_hash_map.h(1610): error C3203: 'templated_iterator': unspecialized class template can't be used as a template argument for template parameter '_Ty1', expected a real type | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1380): error C3203: 'templated_iterator': unspecialized class template can't be used as a template argument for template parameter '_Ty1', expected a real type | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1438): note: see reference to class template instantiation 'ska::flat_hash_map<K,V,H,E,A>' being compiled | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1384): error C3203: 'templated_iterator': unspecialized class template can't be used as a template argument for template parameter '_Ty1', expected a real type | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1392): error C3203: 'templated_iterator': unspecialized class template can't be used as a template argument for template parameter '_Ty1', expected a real type | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1474): error C3203: 'templated_iterator': unspecialized class template can't be used as a template argument for template parameter '_Ty1', expected a real type | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1511): note: see reference to class template instantiation 'ska::flat_hash_set<T,H,E,A>' being compiled | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1479): error C3203: 'templated_iterator': unspecialized class template can't be used as a template argument for template parameter '_Ty1', expected a real type | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1483): error C3203: 'templated_iterator': unspecialized class template can't be used as a template argument for template parameter '_Ty1', expected a real type | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1487): error C3203: 'templated_iterator': unspecialized class template can't be used as a template argument for template parameter '_Ty1', expected a real type | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/flat_hash_map.h(1491): error C3203: 'templated_iterator': unspecialized class template can't be used as a template argument for template parameter '_Ty1', expected a real type | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/THCBlas.h(10): warning C4190: 'THCudaBlas_Hdot' has C-linkage specified, but returns UDT 'c10::Half' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Half.h(324): note: see declaration of 'c10::Half' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\TH/generic/THStorage.h(48): warning C4190: 'THHalfStorage_get' has C-linkage specified, but returns UDT 'c10::Half' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Half.h(324): note: see declaration of 'c10::Half' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\TH/generic/THStorage.h(48): warning C4190: 'THBFloat16Storage_get' has C-linkage specified, but returns UDT 'c10::BFloat16' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/BFloat16.h(63): note: see declaration of 'c10::BFloat16' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/generic/THCStorage.h(26): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT 'c10::Half' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Half.h(324): note: see declaration of 'c10::Half' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/generic/THCStorage.h(26): warning C4190: 'THCudaBFloat16Storage_get' has C-linkage specified, but returns UDT 'c10::BFloat16' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/BFloat16.h(63): note: see declaration of 'c10::BFloat16' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\TH/generic/THTensor.h(123): warning C4190: 'THHalfTensor_get0d' has C-linkage specified, but returns UDT 'c10::Half' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Half.h(324): note: see declaration of 'c10::Half' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\TH/generic/THTensor.h(124): warning C4190: 'THHalfTensor_get1d' has C-linkage specified, but returns UDT 'c10::Half' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Half.h(324): note: see declaration of 'c10::Half' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\TH/generic/THTensor.h(125): warning C4190: 'THHalfTensor_get2d' has C-linkage specified, but returns UDT 'c10::Half' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Half.h(324): note: see declaration of 'c10::Half' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\TH/generic/THTensor.h(126): warning C4190: 'THHalfTensor_get3d' has C-linkage specified, but returns UDT 'c10::Half' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Half.h(324): note: see declaration of 'c10::Half' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\TH/generic/THTensor.h(127): warning C4190: 'THHalfTensor_get4d' has C-linkage specified, but returns UDT 'c10::Half' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Half.h(324): note: see declaration of 'c10::Half' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\TH/generic/THTensor.h(123): warning C4190: 'THBFloat16Tensor_get0d' has C-linkage specified, but returns UDT 'c10::BFloat16' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/BFloat16.h(63): note: see declaration of 'c10::BFloat16' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\TH/generic/THTensor.h(124): warning C4190: 'THBFloat16Tensor_get1d' has C-linkage specified, but returns UDT 'c10::BFloat16' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/BFloat16.h(63): note: see declaration of 'c10::BFloat16' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\TH/generic/THTensor.h(125): warning C4190: 'THBFloat16Tensor_get2d' has C-linkage specified, but returns UDT 'c10::BFloat16' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/BFloat16.h(63): note: see declaration of 'c10::BFloat16' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\TH/generic/THTensor.h(126): warning C4190: 'THBFloat16Tensor_get3d' has C-linkage specified, but returns UDT 'c10::BFloat16' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/BFloat16.h(63): note: see declaration of 'c10::BFloat16' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\TH/generic/THTensor.h(127): warning C4190: 'THBFloat16Tensor_get4d' has C-linkage specified, but returns UDT 'c10::BFloat16' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/BFloat16.h(63): note: see declaration of 'c10::BFloat16' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/generic/THCTensor.h(124): warning C4190: 'THCudaHalfTensor_get0d' has C-linkage specified, but returns UDT 'c10::Half' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Half.h(324): note: see declaration of 'c10::Half' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/generic/THCTensor.h(125): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT 'c10::Half' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Half.h(324): note: see declaration of 'c10::Half' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/generic/THCTensor.h(126): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT 'c10::Half' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Half.h(324): note: see declaration of 'c10::Half' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT 'c10::Half' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Half.h(324): note: see declaration of 'c10::Half' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT 'c10::Half' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Half.h(324): note: see declaration of 'c10::Half' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/generic/THCTensor.h(124): warning C4190: 'THCudaBFloat16Tensor_get0d' has C-linkage specified, but returns UDT 'c10::BFloat16' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/BFloat16.h(63): note: see declaration of 'c10::BFloat16' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/generic/THCTensor.h(125): warning C4190: 'THCudaBFloat16Tensor_get1d' has C-linkage specified, but returns UDT 'c10::BFloat16' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/BFloat16.h(63): note: see declaration of 'c10::BFloat16' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/generic/THCTensor.h(126): warning C4190: 'THCudaBFloat16Tensor_get2d' has C-linkage specified, but returns UDT 'c10::BFloat16' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/BFloat16.h(63): note: see declaration of 'c10::BFloat16' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/generic/THCTensor.h(127): warning C4190: 'THCudaBFloat16Tensor_get3d' has C-linkage specified, but returns UDT 'c10::BFloat16' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/BFloat16.h(63): note: see declaration of 'c10::BFloat16' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/generic/THCTensor.h(128): warning C4190: 'THCudaBFloat16Tensor_get4d' has C-linkage specified, but returns UDT 'c10::BFloat16' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/BFloat16.h(63): note: see declaration of 'c10::BFloat16' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/generic/THCTensorMathReduce.h(16): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT 'c10::Half' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Half.h(324): note: see declaration of 'c10::Half' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/generic/THCTensorMathReduce.h(17): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT 'c10::Half' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Half.h(324): note: see declaration of 'c10::Half' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/generic/THCTensorMathReduce.h(38): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT 'c10::Half' which is incompatible with C | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\c10/util/Half.h(324): note: see declaration of 'c10::Half' | |
E:/Anaconda/envs/dd/lib/site-packages/torch/include\THC/THCNumerics.cuh(82): warning C4804: '/': unsafe use of type 'bool' in operation | |
error: command 'C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v10.1\\bin\\nvcc.exe' failed with exit status 2 |
Did you find a solution,
I am having a similar torch issue in such a massive manner as I try to install neural-rendered-pytorch though pip in python.
I have all requirement for this package, initially, few paragraph errors were with respect to term- CUDA so I installed CUDA, Then many paragraphs error was with respect to not having Microsoft C++ compiler, so I installed it. Now, errors having term torch has even crossed the limit command window can hold, I can no longer see the lines after the pip statements which were about wheel.
I was never able to resolve it, so moved on to a different framework.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you find a solution,
I am having a similar torch issue in such a massive manner as I try to install neural-rendered-pytorch though pip in python.
I have all requirement for this package, initially, few paragraph errors were with respect to term- CUDA so I installed CUDA, Then many paragraphs error was with respect to not having Microsoft C++ compiler, so I installed it. Now, errors having term torch has even crossed the limit command window can hold, I can no longer see the lines after the pip statements which were about wheel.