新闻详情

新闻详情

首页 / 资讯中心 / 详情

CANN/ge算子类API文档

发布时间:2026/9/10 8:48:00来源:尧图网络
CANN/ge算子类API文档
简介【免费下载链接】geGEGraph Engine是面向昇腾的图编译器和执行器提供了计算图优化、多流并行、内存复用和模型下沉等技术手段加速模型执行效率减少模型内存占用。 GE 提供对 PyTorch、TensorFlow 前端的友好接入能力并同时支持 onnx、pb 等主流模型格式的解析与编译。项目地址: https://gitcode.com/cann/ge算子类。需要包含的头文件#include graph/operator.hPublic成员函数Operator() explicit Operator(const std::string type) explicit Operator(const char_t *type) Operator(const std::string name, const std::string type) Operator(const AscendString name, const AscendString type) Operator(const char_t *name, const char_t *type) virtual ~Operator() default Operator AddControlInput(const Operator src_oprt) void AttrRegister(const char_t *name, const AttrValue attr_value); void BreakConnect() const void DynamicInputRegister(const char_t *name, const uint32_t num, bool is_push_back true) void DynamicInputRegister(const char_t *name, const uint32_t num, const char_t *datatype_symbol, bool is_push_back true) void DynamicInputRegisterByIndex(const char_t *name, const uint32_t num, size_t index) void DynamicOutputRegister(const char_t *name, const uint32_t num, bool is_push_back true) void DynamicOutputRegister(const char_t *name, const uint32_t num, const char_t *datatype_symbol, bool is_push_back true) bool IsEmpty() const graphStatus InferShapeAndType() graphStatus GetAttr(const std::string name, int64_t attr_value) const graphStatus GetAttr(const std::string name, int32_t attr_value) const graphStatus GetAttr(const std::string name, uint32_t attr_value) const graphStatus GetAttr(const std::string name, std::vectorint64_t attr_value) const graphStatus GetAttr(const std::string name, std::vectorint32_t attr_value) const graphStatus GetAttr(const std::string name, std::vectoruint32_t attr_value) const graphStatus GetAttr(const std::string name, float32_t attr_value) const graphStatus GetAttr(const std::string name, std::vectorfloat32_t attr_value) const graphStatus GetAttr(const std::string name, AttrValue attr_value) const graphStatus GetAttr(const std::string name, std::string attr_value) const graphStatus GetAttr(const std::string name, std::vectorstd::string attr_value) const graphStatus GetAttr(const std::string name, bool attr_value) const graphStatus GetAttr(const std::string name, std::vectorbool attr_value) const graphStatus GetAttr(const std::string name, Tensor attr_value) const graphStatus GetAttr(const std::string name, std::vectorTensor attr_value) const graphStatus GetAttr(const std::string name, OpBytes attr_value) const graphStatus GetAttr(const std::string name, std::vectorstd::vectorint64_t attr_value) const graphStatus GetAttr(const std::string name, std::vectorge::DataType attr_value) const graphStatus GetAttr(const std::string name, ge::DataType attr_value) const graphStatus GetAttr(const std::string name, ge::NamedAttrs attr_value) const graphStatus GetAttr(const std::string name, std::vectorge::NamedAttrs attr_value) const graphStatus GetAttr(const char_t *name, int64_t attr_value) const graphStatus GetAttr(const char_t *name, int32_t attr_value) const graphStatus GetAttr(const char_t *name, uint32_t attr_value) const graphStatus GetAttr(const char_t *name, std::vectorint64_t attr_value) const graphStatus GetAttr(const char_t *name, std::vectorint32_t attr_value) const graphStatus GetAttr(const char_t *name, std::vectoruint32_t attr_value) const graphStatus GetAttr(const char_t *name, float32_t attr_value) const graphStatus GetAttr(const char_t *name, std::vectorfloat32_t attr_value) const graphStatus GetAttr(const char_t *name, AttrValue attr_value) const graphStatus GetAttr(const char_t *name, AscendString attr_value) const graphStatus GetAttr(const char_t *name, std::vectorAscendString attr_values) const graphStatus GetAttr(const char_t *name, bool attr_value) const graphStatus GetAttr(const char_t *name, std::vectorbool attr_value) const graphStatus GetAttr(const char_t *name, Tensor attr_value) const graphStatus GetAttr(const char_t *name, std::vectorTensor attr_value) const graphStatus GetAttr(const char_t *name, OpBytes attr_value) const graphStatus GetAttr(const char_t *name, std::vectorstd::vectorint64_t attr_value) const graphStatus GetAttr(const char_t *name, std::vectorge::DataType attr_value) const graphStatus GetAttr(const char_t *name, ge::DataType attr_value) const graphStatus GetAttr(const char_t *name, ge::NamedAttrs attr_value) const graphStatus GetAttr(const char_t *name, std::vectorge::NamedAttrs attr_value) const const std::mapstd::string, std::string GetAllAttrNamesAndTypes() const graphStatus GetAllAttrNamesAndTypes(std::mapAscendString, AscendString attr_name_types) const graphStatus GetAllIrAttrNamesAndTypes(std::mapAscendString, AscendString attr_name_types) const int32_t GetDynamicInputNum(const std::string name) const TensorDesc GetDynamicInputDesc(const std::string name, uint32_t index) const TensorDesc GetDynamicInputDesc(const char_t *name, uint32_t index) const int32_t GetDynamicOutputNum(const std::string name) const int32_t GetDynamicOutputNum(const char_t *name) const TensorDesc GetDynamicOutputDesc(const std::string name, uint32_t index) const TensorDesc GetDynamicOutputDesc(const char_t *name, uint32_t index) const Graph GetDynamicSubgraph(const std::string name, uint32_t index) const Graph GetDynamicSubgraph(const char_t *name, uint32_t index) const SubgraphBuilder GetDynamicSubgraphBuilder(const std::string name, uint32_t index) const SubgraphBuilder GetDynamicSubgraphBuilder(const char_t *name, uint32_t index) const InferenceContextPtr GetInferenceContext() const graphStatus GetInputAttr(const int32_t index, const char_t *name, AscendString attr_value) const graphStatus GetInputAttr(const char_t *dst_name, const char_t *name, AscendString attr_value) const graphStatus GetInputAttr(const int32_t index, const char_t *name, int64_t attr_value) const graphStatus GetInputAttr(const char_t *dst_name, const char_t *name, int64_t attr_value) const graphStatus GetInputAttr(const int32_t index, const char_t *name, int32_t attr_value) const graphStatus GetInputAttr(const char_t *dst_name, const char_t *name, int32_t attr_value) const graphStatus GetInputAttr(const int32_t index, const char_t *name, uint32_t attr_value) const graphStatus GetInputAttr(const char_t *dst_name, const char_t *name, uint32_t attr_value) const graphStatus GetInputAttr(const int32_t index, const char_t *name, bool attr_value) const graphStatus GetInputAttr(const char_t *dst_name, const char_t *name, bool attr_value) const graphStatus GetInputAttr(const int32_t index, const char_t *name, float32_t attr_value) const graphStatus GetInputAttr(const char_t *dst_name, const char_t *name, float32_t attr_value) const graphStatus GetInputAttr(const int32_t index, const char_t *name, std::vectorAscendString attr_value) const graphStatus GetInputAttr(const char_t *dst_name, const char_t *name, std::vectorAscendString attr_value) const graphStatus GetInputAttr(const int32_t index, const char_t *name, std::vectorint64_t attr_value) const graphStatus GetInputAttr(const char_t *dst_name, const char_t *name, std::vectorint64_t attr_value) const graphStatus GetInputAttr(const int32_t index, const char_t *name, std::vectorint32_t attr_value) const graphStatus GetInputAttr(const char_t *dst_name, const char_t *name, std::vectorint32_t attr_value) const graphStatus GetInputAttr(const int32_t index, const char_t *name, std::vectoruint32_t attr_value) const graphStatus GetInputAttr(const char_t *dst_name, const char_t *name, std::vectoruint32_t attr_value) const graphStatus GetInputAttr(const int32_t index, const char_t *name, std::vectorbool attr_value) const graphStatus GetInputAttr(const char_t *dst_name, const char_t *name, std::vectorbool attr_value) const graphStatus GetInputAttr(const int32_t index, const char_t *name, std::vectorfloat32_t attr_value) const graphStatus GetInputAttr(const char_t *dst_name, const char_t *name, std::vectorfloat32_t attr_value) const graphStatus GetInputConstData(const std::string dst_name, Tensor data) const graphStatus GetInputConstData(const char_t *dst_name, Tensor data) const size_t GetInputsSize() const TensorDesc GetInputDesc(const std::string name) const TensorDesc GetInputDescByName(const char_t *name) const TensorDesc GetInputDesc(uint32_t index) const std::string GetName() const graphStatus GetName(AscendString name) const Graph GetSubgraph(const std::string name) const Graph GetSubgraph(const char_t *name) const SubgraphBuilder GetSubgraphBuilder(const std::string name) const SubgraphBuilder GetSubgraphBuilder(const char_t *name) const size_t GetSubgraphNamesCount() const std::vectorstd::string GetSubgraphNames() const graphStatus GetSubgraphNames(std::vectorAscendString names) const std::string GetOpType() const graphStatus GetOpType(AscendString type) const graphStatus GetOutputAttr(const int32_t index, const char_t *name, AscendString attr_value) const graphStatus GetOutputAttr(const char_t *dst_name, const char_t *name, AscendString attr_value) const graphStatus GetOutputAttr(const int32_t index, const char_t *name, int64_t attr_value) const graphStatus GetOutputAttr(const char_t *dst_name, const char_t *name, int64_t attr_value) const graphStatus GetOutputAttr(const int32_t index, const char_t *name, int32_t attr_value) const graphStatus GetOutputAttr(const char_t *dst_name, const char_t *name, int32_t attr_value) const graphStatus GetOutputAttr(const int32_t index, const char_t *name, uint32_t attr_value) const graphStatus GetOutputAttr(const char_t *dst_name, const char_t *name, uint32_t attr_value) const graphStatus GetOutputAttr(const int32_t index, const char_t *name, bool attr_value) const graphStatus GetOutputAttr(const char_t *dst_name, const char_t *name, bool attr_value) const graphStatus GetOutputAttr(const int32_t index, const char_t *name, float32_t attr_value) const graphStatus GetOutputAttr(const char_t *dst_name, const char_t *name, float32_t attr_value) const graphStatus GetOutputAttr(const int32_t index, const char_t *name, std::vectorAscendString attr_value) const graphStatus GetOutputAttr(const char_t *dst_name, const char_t *name, std::vectorAscendString attr_value) const graphStatus GetOutputAttr(const int32_t index, const char_t *name, std::vectorint64_t attr_value) const graphStatus GetOutputAttr(const char_t *dst_name, const char_t *name, std::vectorint64_t attr_value) const graphStatus GetOutputAttr(const int32_t index, const char_t *name, std::vectorint32_t attr_value) const graphStatus GetOutputAttr(const char_t *dst_name, const char_t *name, std::vectorint32_t attr_value) const graphStatus GetOutputAttr(const int32_t index, const char_t *name, std::vectoruint32_t attr_value) const graphStatus GetOutputAttr(const char_t *dst_name, const char_t *name, std::vectoruint32_t attr_value) const graphStatus GetOutputAttr(const int32_t index, const char_t *name, std::vectorbool attr_value) const graphStatus GetOutputAttr(const char_t *dst_name, const char_t *name, std::vectorbool attr_value) const graphStatus GetOutputAttr(const int32_t index, const char_t *name, std::vectorfloat32_t attr_value) const graphStatus GetOutputAttr(const char_t *dst_name, const char_t *name, std::vectorfloat32_t attr_value) const TensorDesc GetOutputDesc(const std::string name) const TensorDesc GetOutputDescByName(const char_t *name) const TensorDesc GetOutputDesc(uint32_t index) const size_t GetOutputsSize() const Operator SetAttr(const std::string name, int64_t attr_value) Operator SetAttr(const std::string name, int32_t attr_value) Operator SetAttr(const std::string name, uint32_t attr_value) Operator SetAttr(const std::string name, const std::vectorint64_t attr_value) Operator SetAttr(const std::string name, const std::vectorint32_t attr_value) Operator SetAttr(const std::string name, const std::vectoruint32_t attr_value) Operator SetAttr(const std::string name, std::initializer_listint64_t attr_value) Operator SetAttr(const std::string name, float32_t attr_value) Operator SetAttr(const std::string name, const std::vectorfloat32_t attr_value) Operator SetAttr(const std::string name, AttrValue attr_value) Operator SetAttr(const std::string name, const std::string attr_value) Operator SetAttr(const std::string name, const std::vectorstd::string attr_value) Operator SetAttr(const std::string name, bool attr_value) Operator SetAttr(const std::string name, const std::vectorbool attr_value) Operator SetAttr(const std::string name, const Tensor attr_value) Operator SetAttr(const std::string name, const std::vectorTensor attr_value) Operator SetAttr(const std::string name, const OpBytes attr_value) Operator SetAttr(const std::string name, const std::vectorstd::vectorint64_t attr_value) Operator SetAttr(const std::string name, const std::vectorge::DataType attr_value) Operator SetAttr(const std::string name, const ge::DataType attr_value) Operator SetAttr(const std::string name, const ge::NamedAttrs attr_value) Operator SetAttr(const std::string name, const std::vectorge::NamedAttrs attr_value) Operator SetAttr(const char_t *name, int64_t attr_value) Operator SetAttr(const char_t *name, int32_t attr_value) Operator SetAttr(const char_t *name, uint32_t attr_value) Operator SetAttr(const char_t *name, const std::vectorint64_t attr_value) Operator SetAttr(const char_t *name, const std::vectorint32_t attr_value) Operator SetAttr(const char_t *name, const std::vectoruint32_t attr_value) Operator SetAttr(const char_t *name, std::initializer_listint64_t attr_value) Operator SetAttr(const char_t *name, float32_t attr_value) Operator SetAttr(const char_t *name, const std::vectorfloat32_t attr_value) Operator SetAttr(const char_t *name, AttrValue attr_value) Operator SetAttr(const char_t *name, const char_t *attr_value) Operator SetAttr(const char_t *name, const AscendString attr_value) Operator SetAttr(const char_t *name, const std::vectorAscendString attr_values) Operator SetAttr(const char_t *name, bool attr_value) Operator SetAttr(const char_t *name, const std::vectorbool attr_value) Operator SetAttr(const char_t *name, const Tensor attr_value) Operator SetAttr(const char_t *name, const std::vectorTensor attr_value) Operator SetAttr(const char_t *name, const OpBytes attr_value) Operator SetAttr(const char_t *name, const std::vectorstd::vectorint64_t attr_value) Operator SetAttr(const char_t *name, const std::vectorge::DataType attr_value) Operator SetAttr(const char_t *name, const ge::DataType attr_value) Operator SetAttr(const char_t *name, const ge::NamedAttrs attr_value) Operator SetAttr(const char_t *name, const std::vectorge::NamedAttrs attr_value) Operator SetInput(const std::string dst_name, const Operator src_oprt) Operator SetInput(const char_t *dst_name, const Operator src_oprt) Operator SetInput(const std::string dst_name, const Operator src_oprt, const std::string name) Operator SetInput(const char_t *dst_name, const Operator src_oprt, const char_t *name) Operator SetInput(const std::string dst_name, const Operator src_oprt, uint32_t index) Operator SetInput(const char_t *dst_name, const Operator src_oprt, uint32_t index) Operator SetInput(uint32_t dst_index, const Operator src_oprt, uint32_t src_index) Operator SetInput(const char_t *dst_name, uint32_t dst_index, const Operator src_oprt, const char_t *name) Operator SetInput(const char_t *dst_name, uint32_t dst_index, const Operator src_oprt) void SetInferenceContext(const InferenceContextPtr inference_context) Operator SetInputAttr(const int32_t index, const char_t *name, const char_t *attr_value) Operator SetInputAttr(const char_t *dst_name, const char_t *name, const char_t *attr_value) Operator SetInputAttr(const int32_t index, const char_t *name, const AscendString attr_value) Operator SetInputAttr(const char_t *dst_name, const char_t *name, const AscendString attr_value) Operator SetInputAttr(const int32_t index, const char_t *name, int64_t attr_value) Operator SetInputAttr(const char_t *dst_name, const char_t *name, int64_t attr_value) Operator SetInputAttr(const int32_t index, const char_t *name, int32_t attr_value) Operator SetInputAttr(const char_t *dst_name, const char_t *name, int32_t attr_value) Operator SetInputAttr(const int32_t index, const char_t *name, uint32_t attr_value) Operator SetInputAttr(const char_t *dst_name, const char_t *name, uint32_t attr_value) Operator SetInputAttr(const int32_t index, const char_t *name, bool attr_value) Operator SetInputAttr(const char_t *dst_name, const char_t *name, bool attr_value) Operator SetInputAttr(const int32_t index, const char_t *name, float32_t attr_value) Operator SetInputAttr(const char_t *dst_name, const char_t *name, float32_t attr_value) Operator SetInputAttr(const int32_t index, const char_t *name, const std::vectorAscendString attr_value) Operator SetInputAttr(const char_t *dst_name, const char_t *name, const std::vectorAscendString attr_value) Operator SetInputAttr(const int32_t index, const char_t *name, const std::vectorint64_t attr_value) Operator SetInputAttr(const char_t *dst_name, const char_t *name, const std::vectorint64_t attr_value) Operator SetInputAttr(const int32_t index, const char_t *name, const std::vectorint32_t attr_value) Operator SetInputAttr(const char_t *dst_name, const char_t *name, const std::vectorint32_t attr_value) Operator SetInputAttr(const int32_t index, const char_t *name, const std::vectoruint32_t attr_value) Operator SetInputAttr(const char_t *dst_name, const char_t *name, const std::vectoruint32_t attr_value) Operator SetInputAttr(const int32_t index, const char_t *name, const std::vectorbool attr_value) Operator SetInputAttr(const char_t *dst_name, const char_t *name, const std::vectorbool attr_value) Operator SetInputAttr(const int32_t index, const char_t *name, const std::vectorfloat32_t attr_value) Operator SetInputAttr(const char_t *dst_name, const char_t *name, const std::vectorfloat32_t attr_value) Operator SetOutputAttr(const int32_t index, const char_t *name, const char_t *attr_value) Operator SetOutputAttr(const char_t *dst_name, const char_t *name, const char_t *attr_value) Operator SetOutputAttr(const int32_t index, const char_t *name, const AscendString attr_value) Operator SetOutputAttr(const char_t *dst_name, const char_t *name, const AscendString attr_value) Operator SetOutputAttr(const int32_t index, const char_t *name, int64_t attr_value) Operator SetOutputAttr(const char_t *dst_name, const char_t *name, int64_t attr_value) Operator SetOutputAttr(const int32_t index, const char_t *name, int32_t attr_value) Operator SetOutputAttr(const char_t *dst_name, const char_t *name, int32_t attr_value) Operator SetOutputAttr(const int32_t index, const char_t *name, uint32_t attr_value) Operator SetOutputAttr(const char_t *dst_name, const char_t *name, uint32_t attr_value) Operator SetOutputAttr(const int32_t index, const char_t *name, bool attr_value) Operator SetOutputAttr(const char_t *dst_name, const char_t *name, bool attr_value) Operator SetOutputAttr(const int32_t index, const char_t *name, float32_t attr_value) Operator SetOutputAttr(const char_t *dst_name, const char_t *name, float32_t attr_value) Operator SetOutputAttr(const int32_t index, const char_t *name, const std::vectorAscendString attr_value) Operator SetOutputAttr(const char_t *dst_name, const char_t *name, const std::vectorAscendString attr_value) Operator SetOutputAttr(const int32_t index, const char_t *name, const std::vectorint64_t attr_value) Operator SetOutputAttr(const char_t *dst_name, const char_t *name, const std::vectorint64_t attr_value) Operator SetOutputAttr(const int32_t index, const char_t *name, const std::vectorint32_t attr_value) Operator SetOutputAttr(const char_t *dst_name, const char_t *name, const std::vectorint32_t attr_value) Operator SetOutputAttr(const int32_t index, const char_t *name, const std::vectoruint32_t attr_value) Operator SetOutputAttr(const char_t *dst_name, const char_t *name, const std::vectoruint32_t attr_value) Operator SetOutputAttr(const int32_t index, const char_t *name, const std::vectorbool attr_value) Operator SetOutputAttr(const char_t *dst_name, const char_t *name, const std::vectorbool attr_value) Operator SetOutputAttr(const int32_t index, const char_t *name, const std::vectorfloat32_t attr_value) Operator SetOutputAttr(const char_t *dst_name, const char_t *name, const std::vectorfloat32_t attr_value) void SetSubgraphBuilder(const char_t *ir_name, uint32_t index, const SubgraphBuilder builder) graphStatus SetSubgraphInstanceName(const uint32_t index, const char_t *name) void SubgraphCountRegister(const char_t *ir_name, uint32_t count) graphStatus TryGetInputDesc(const std::string name, TensorDesc tensor_desc) const graphStatus TryGetInputDesc(const char_t *name, TensorDesc tensor_desc) const graphStatus UpdateInputDesc(const std::string name, const TensorDesc tensor_desc) graphStatus UpdateInputDesc(const char_t *name, const TensorDesc tensor_desc) graphStatus UpdateOutputDesc(const std::string name, const TensorDesc tensor_desc) graphStatus UpdateOutputDesc(const char_t *name, const TensorDesc tensor_desc) graphStatus UpdateOutputDesc(const uint32_t index, const TensorDesc tensor_desc) graphStatus UpdateDynamicInputDesc(const std::string name, uint32_t index, const TensorDesc tensor_desc) graphStatus UpdateDynamicInputDesc(const char_t *name, uint32_t index, const TensorDesc tensor_desc) graphStatus UpdateDynamicOutputDesc(const std::string name, uint32_t index, const TensorDesc tensor_desc) graphStatus UpdateDynamicOutputDesc(const char_t *name, uint32_t index, const TensorDesc tensor_desc) graphStatus VerifyAllAttr(bool disable_common_verifier false)【免费下载链接】geGEGraph Engine是面向昇腾的图编译器和执行器提供了计算图优化、多流并行、内存复用和模型下沉等技术手段加速模型执行效率减少模型内存占用。 GE 提供对 PyTorch、TensorFlow 前端的友好接入能力并同时支持 onnx、pb 等主流模型格式的解析与编译。项目地址: https://gitcode.com/cann/ge创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考
网站建设高端定制企业官网
RELATED

相关资讯

更多精彩内容,欢迎继续阅读

较早相关资讯

最新相关资讯

ESP32-P4 MIPI-CSI 摄像头实战:用 ESP-IDF 把 OV5647 画面送上 DSI 屏 2026/9/10 9:27:06

ESP32-P4 MIPI-CSI 摄像头实战:用 ESP-IDF 把 OV5647 画面送上 DSI 屏

ESP32-P4 MIPI-CSI 摄像头实战:用 ESP-IDF 把 OV5647 画面送上 DSI 屏 【免费下载链接】esp-idf Espressif IoT Development Framework. Official development framework for Espressif SoCs. 项目地址: https://gitcode.com/GitHub_Trending/es/esp-idf OV5…

阅读更多 →
SmartTube 中 ExoPlayer Opus 扩展(LibopusAudioRenderer)的构建与集成指南 2026/9/10 9:27:06

SmartTube 中 ExoPlayer Opus 扩展(LibopusAudioRenderer)的构建与集成指南

SmartTube 中 ExoPlayer Opus 扩展(LibopusAudioRenderer)的构建与集成指南 【免费下载链接】SmartTube Browse media content with your own rules on Android TV 项目地址: https://gitcode.com/GitHub_Trending/smar/SmartTube 导读 Opus 是一…

阅读更多 →
WorkBuddy开放平台实战:从零构建个人Agent应用与工作流编排 2026/9/10 9:27:06

WorkBuddy开放平台实战:从零构建个人Agent应用与工作流编排

WorkBuddy 开放平台上线之后,我身边不少朋友第一反应都是“这跟 CodeBuddy 有什么区别”。用过一段时间之后我的判断是:CodeBuddy 是围着代码转的编程助手,而 WorkBuddy 是围着“业务流程”转的效率智能体,它的开放平台把 Agent、…

阅读更多 →
Web-Dev-For-Beginners 打字游戏实战:用事件驱动编程(Event-Driven Programming)打造实时打字速度测试 2026/9/10 9:27:06

Web-Dev-For-Beginners 打字游戏实战:用事件驱动编程(Event-Driven Programming)打造实时打字速度测试

Web-Dev-For-Beginners 打字游戏实战:用事件驱动编程(Event-Driven Programming)打造实时打字速度测试 【免费下载链接】Web-Dev-For-Beginners 24 Lessons, 12 Weeks, Get Started as a Web Developer 项目地址: https://gitcode.com/GitH…

阅读更多 →
Onyx Craft 自托管部署实战:基于 docker-compose 与 opencode serve 的完整上手指南 2026/9/10 9:27:06

Onyx Craft 自托管部署实战:基于 docker-compose 与 opencode serve 的完整上手指南

Onyx Craft 自托管部署实战:基于 docker-compose 与 opencode serve 的完整上手指南 【免费下载链接】danswer Open Source AI Platform - AI Chat with advanced features that works with every LLM 项目地址: https://gitcode.com/GitHub_Trending/da/danswer …

阅读更多 →
CPython 构建系统变更解析:移除捆绑的 libmpdec,`_decimal` 全面转向系统库 2026/9/10 9:24:05

CPython 构建系统变更解析:移除捆绑的 libmpdec,`_decimal` 全面转向系统库

CPython 构建系统变更解析:移除捆绑的 libmpdec,_decimal 全面转向系统库 【免费下载链接】cpython The Python programming language 项目地址: https://gitcode.com/GitHub_Trending/cp/cpython CPython 在 2025 年 5 月合入了一项影响所有发行…

阅读更多 →

今日资讯

本周资讯

本月资讯

看完文章仍有疑问?

联系尧图顾问,获取一对一建站咨询

立即免费咨询 📞 400-888-8888
📞