C++ Libtorch 头文件问题

这篇博客讨论了在使用Libtorch时遇到的头文件包含顺序导致的编译错误,如'optional'和'nullopt'的歧义问题。作者提到了将`#include<torch/script.h>`和`#include<torch/torch.h>`放在所有其他头文件之前可以避免这类错误。然而,这并未彻底解决'Scalar'的歧义问题。博客内容可能涉及Libtorch的API使用和C++模板库的冲突。
摘要由CSDN通过智能技术生成

!!!Libtorch 头文件顺序

#include <torch/script.h>
#include <torch/torch.h>
#include <iostream>

放在所有头文件最前面,避免出错

libtorch/include/ATen/DeviceGuard.h:25:8: error: reference to 'optional' is ambiguous

libtorch/include/ATen/DeviceGuard.h:26:49: error: reference to 'nullopt' is ambiguous

return t.has_value() ? device_of(t.value()) : nullopt;

libtorch/include/torch/csrc/api/include/torch/linalg.h:103:76: error: reference to 'Scalar' is ambiguous

inline Tensor& norm_out(Tensor& result, const Tensor& self, const optional<Scalar>& opt_ord, OptionalIntArrayRef opt_dim, bool keepdim, optional<ScalarType> opt_dtype) {

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值