当前位置: 首页 > news >正文

网站建设同行友情链接莱阳seo排名

网站建设同行友情链接,莱阳seo排名,不同代码做的网站后期维护情况,哪些网站用vue.js做的目录 安装C接口的onnx-runtime安装依赖项#xff1a;下载源文件构建ONNX Runtime安装ONNX Runtime 安装C接口的onnx-runtime 安装依赖项#xff1a; 安装CMake#xff1a;可以通过包管理器#xff08;如apt、yum等#xff09;安装CMake。 安装C编译器#xff1a;确保系… 目录 安装C接口的onnx-runtime安装依赖项下载源文件构建ONNX Runtime安装ONNX Runtime 安装C接口的onnx-runtime 安装依赖项 安装CMake可以通过包管理器如apt、yum等安装CMake。 安装C编译器确保系统中已安装C编译器如GCC或Clang。 下载源文件 克隆ONNX Runtime的GitHub仓库指定版本是为了适配python3.8 git clone --branch v1.5.2 --recursive https://gitee.com/lee-zq/onnxruntime.git构建ONNX Runtime 进入ONNX Runtime的源代码目录 // 首先创建一个conda环境因为./build.sh实际上调用的是./tools/cl_build/build.py cd onnxruntime conda create -n onnxruntime python3.8 ./build.sh --skip_tests --config Release --build_shared_lib --parallel注意若配合cuda使用命令行末尾应添加 -cuda_home /usr/local/cuda-11.3 --cudnn_home /usr/local/cuda-11.3注意编译前确保机器装有linux环境 sudo apt-get install build-essential这将使用所有可用的CPU核心进行编译。如果希望使用指定数量的核心可以将$(nproc)替换为所需的核心数量。 安装ONNX Runtime 运行以下命令进行安装 cd /build/Linux/Release sudo make install通过按照上述步骤您应该能够在Linux上成功安装ONNX Runtime。请注意安装过程中可能需要根据您的系统和需求进行适当的调整。 Install the project... -- Install configuration: Release -- Installing: /usr/local/include/onnxruntime/core/common -- Installing: /usr/local/include/onnxruntime/core/common/code_location.h -- Installing: /usr/local/include/onnxruntime/core/common/common.h -- Installing: /usr/local/include/onnxruntime/core/common/const_pointer_container.h -- Installing: /usr/local/include/onnxruntime/core/common/eigen_common_wrapper.h -- Installing: /usr/local/include/onnxruntime/core/common/exceptions.h -- Installing: /usr/local/include/onnxruntime/core/common/logging -- Installing: /usr/local/include/onnxruntime/core/common/logging/capture.h -- Installing: /usr/local/include/onnxruntime/core/common/logging/isink.h -- Installing: /usr/local/include/onnxruntime/core/common/logging/logging.h -- Installing: /usr/local/include/onnxruntime/core/common/logging/macros.h -- Installing: /usr/local/include/onnxruntime/core/common/logging/severity.h -- Installing: /usr/local/include/onnxruntime/core/common/make_unique.h -- Installing: /usr/local/include/onnxruntime/core/common/optional.h -- Installing: /usr/local/include/onnxruntime/core/common/status.h -- Installing: /usr/local/include/onnxruntime/core/graph -- Installing: /usr/local/include/onnxruntime/core/graph/basic_types.h -- Installing: /usr/local/include/onnxruntime/core/graph/constants.h -- Installing: /usr/local/include/onnxruntime/core/graph/function.h -- Installing: /usr/local/include/onnxruntime/core/graph/graph.h -- Installing: /usr/local/include/onnxruntime/core/graph/graph_nodes.h -- Installing: /usr/local/include/onnxruntime/core/graph/graph_viewer.h -- Installing: /usr/local/include/onnxruntime/core/graph/indexed_sub_graph.h -- Installing: /usr/local/include/onnxruntime/core/graph/node_arg.h -- Installing: /usr/local/include/onnxruntime/core/graph/onnx_protobuf.h -- Installing: /usr/local/include/onnxruntime/core/graph/schema_registry.h -- Installing: /usr/local/include/onnxruntime/core/framework -- Installing: /usr/local/include/onnxruntime/core/framework/alloc_kind.h -- Installing: /usr/local/include/onnxruntime/core/framework/allocator.h -- Installing: /usr/local/include/onnxruntime/core/framework/customregistry.h -- Installing: /usr/local/include/onnxruntime/core/framework/data_types.h -- Installing: /usr/local/include/onnxruntime/core/framework/data_types_internal.h -- Installing: /usr/local/include/onnxruntime/core/framework/endian.h -- Installing: /usr/local/include/onnxruntime/core/framework/execution_provider.h -- Installing: /usr/local/include/onnxruntime/core/framework/fence.h -- Installing: /usr/local/include/onnxruntime/core/framework/framework_common.h -- Installing: /usr/local/include/onnxruntime/core/framework/func_api.h -- Installing: /usr/local/include/onnxruntime/core/framework/kernel_def_builder.h -- Installing: /usr/local/include/onnxruntime/core/framework/kernel_registry.h -- Installing: /usr/local/include/onnxruntime/core/framework/ml_value.h -- Installing: /usr/local/include/onnxruntime/core/framework/op_kernel.h -- Installing: /usr/local/include/onnxruntime/core/framework/op_kernel_info.h -- Installing: /usr/local/include/onnxruntime/core/framework/op_node_proto_helper.h -- Installing: /usr/local/include/onnxruntime/core/framework/ortdevice.h -- Installing: /usr/local/include/onnxruntime/core/framework/ortmemoryinfo.h -- Installing: /usr/local/include/onnxruntime/core/framework/run_options.h -- Installing: /usr/local/include/onnxruntime/core/framework/sparse_tensor.h -- Installing: /usr/local/include/onnxruntime/core/framework/tensor.h -- Installing: /usr/local/include/onnxruntime/core/framework/tensor_shape.h -- Installing: /usr/local/include/onnxruntime/core/providers/cpu -- Installing: /usr/local/include/onnxruntime/core/providers/cpu/cpu_provider_factory.h -- Installing: /usr/local/include/onnxruntime/core/optimizer -- Installing: /usr/local/include/onnxruntime/core/optimizer/graph_transformer.h -- Installing: /usr/local/include/onnxruntime/core/optimizer/graph_transformer_level.h -- Installing: /usr/local/include/onnxruntime/core/optimizer/graph_transformer_utils.h -- Installing: /usr/local/include/onnxruntime/core/optimizer/rewrite_rule.h -- Installing: /usr/local/include/onnxruntime/core/optimizer/rule_based_graph_transformer.h -- Installing: /usr/local/include/onnxruntime/core/session -- Installing: /usr/local/include/onnxruntime/core/session/automl_data_containers.h -- Installing: /usr/local/include/onnxruntime/core/session/environment.h -- Installing: /usr/local/include/onnxruntime/core/session/experimental_onnxruntime_cxx_api.h -- Installing: /usr/local/include/onnxruntime/core/session/experimental_onnxruntime_cxx_inline.h -- Installing: /usr/local/include/onnxruntime/core/session/onnxruntime_c_api.h -- Installing: /usr/local/include/onnxruntime/core/session/onnxruntime_cxx_api.h -- Installing: /usr/local/include/onnxruntime/core/session/onnxruntime_cxx_inline.h -- Installing: /usr/local/include/onnxruntime/core/session/onnxruntime_session_options_config_keys.h -- Installing: /usr/local/lib/libonnxruntime.so.1.5.2 -- Installing: /usr/local/lib/libonnxruntime.so -- Installing: /usr/local/bin/onnx_test_runner安装完成。
http://www.zqtcl.cn/news/798878/

相关文章:

  • 福州高端网站制作网站建设项目单子来源
  • 网站制作的行业广州网站推广方案
  • 网站主域名建设通怎么样
  • 网站是如何建立的广告设计与制作工作内容
  • 网站优化课程培训公司取名生成器免费
  • 如何设立网站做外国网站买域名
  • 惠州网站建设公司排名聊城专业网站设计公司
  • 网站建设龙岗电子商务有限公司官网
  • 分栏型网站服装设计网站模板
  • 建设网站备案与不备案区别企业网站怎么做排名
  • php mysql的网站开发html网站制作答辩ppt
  • 网站制作有名 乐云践新专家网页制作公司需要什么资质
  • 织梦怎么用框架实现在浏览器的地址栏只显示网站的域名而不显示出文件名电脑网站模板
  • 北京网络营销网站品牌营销增长公司哪家好
  • 网站反链有好处吗稷山网站建设
  • 廊坊网站群发关键词怎么在百度上推广自己的公司信息
  • 网站开发 沈阳免费模板建站
  • 商业性质网站建设步骤wordpress电影网盘
  • 网站的外部推广成都房产网官网
  • 深圳网站建设创想营销北京土巴兔全包装修价格表
  • 怎么发布php网站邯郸建设网站制作
  • 手机网站做多宽的图片wordpress顶部导航栏怎么创建
  • 如何做招聘网站的数据分析安徽黄山旅游攻略
  • 2022建站市场国际新闻直播
  • 茗哥网站建设装饰公司网站规划方案
  • 北京天津网站建设公司做平台网站要多久
  • 做我女朋友的表白句的网站做seo_教你如何选择网站关键词
  • 如何对网站用户分析徐州网站制作如何定位
  • 网站定制生成器龙岗网站设计讯息
  • 镇江市建设工程网站蜘蛛爬取网站