书栈网 · BookStack 本次搜索耗时 0.049 秒,为您找到 1526 个相关结果.
  • 系统调优指南

    系统调优指南 系统调优指南 系统调优是指进行操作系统级以及数据库系统级的调优,更充分地利用机器的CPU、内存、I/O和网络资源,避免资源冲突,提升整个系统查询的吞吐量。 操作系统参数调优 在性能调优过程中,可以根据实际业务情况修改关键操作系统(OS)配置参数,以提升openGauss数据库的性能。 数据库系统参数调优 配置LLVM ...
  • NoDecl编译指示

    NoDecl编译指示 NoDecl编译指示 noDecl 编译指示几乎可以应用于任何符号(变量,proc,类型等),有时与C的互操作性有用: 它告诉Nim它不应该在C代码中为符号生成声明。 例如: var EACCES {. importc , noDecl .}: cint # EACCES是一个变量,因为Nim不知道它的价值 ...
  • 外部函数接口

    外部函数接口 外部函数接口 Nim的 FFI (外部函数接口) 非常广泛,这里只记载扩展到其它未来后端的部分 (如 LLVM/JavaScript后端)。 Importc编译指示 Exportc编译指示 Extern编译指示 Bycopy编译指示 Byref编译指示 Varargs编译指示 Union编译指示 Packed编译指示 ...
  • Third-Party Libraries Used

    Third-Party Libraries Used Third-Party Libraries Used Library License base64 BSD 2-Clause License boost Boost Software License 1.0 brotli MIT capnproto MIT cctz Apache Lice...
  • How to implement a custom protocol

    How to implement a custom protocol Implementation the codec interface Configuration WORKSPACE Compilation Define a ApplicationProtocol Protocol Selection How to implement a...
  • 端侧推理

    端侧推理 概述 编译方法 端侧推理使用 生成端侧模型文件 在端侧实现推理 端侧推理 概述 MindSpore Predict是一个轻量级的深度神经网络推理引擎,提供了将MindSpore训练出的模型在端侧进行推理的功能。本教程介绍MindSpore Predict的编译方法和使用指南。 编译方法 用户需要自行编译,这里介绍在Ubu...
  • Third-Party Libraries Used

    Third-Party Libraries Used Third-Party Libraries Used Library License base64 BSD 2-Clause License boost Boost Software License 1.0 brotli MIT capnproto MIT cctz Apache Lice...
  • C 接口

    C 接口 LLVM 接口 C 接口 ccall — Keyword. ccall (( function_name , library ), returntype , ( argtype1 , ...), argvalue1 , ...) ccall ( function_pointer , returntype , ...
  • C Interface

    C Interface LLVM Interface C Interface ccall — Keyword. ccall (( function_name , library ), returntype , ( argtype1 , ...), argvalue1 , ...) ccall ( function_poi...
  • Deploy on Local Storage

    Deploy on Local Storage 安装 Docker 编译环境准备 基于 PolarDB Docker 开发镜像 Docker 镜像准备 代码下载 创建并启动 Docker 容器 基于 CentOS 7 系统或容器 建立非 root 用户 下载 PolarDB 源代码 依赖安装 编译部署 编译实例类型 本地单节点实例 本...