Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

mindspore-lite

mindspore-lite には mindspore-ai から収集した 9 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
9
Stars
5
更新
2026-07-02
Forks
1
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

onnx-model-conversion-and-deployment
ソフトウェア開発者

MindSpore Lite云侧推理 Ascend 后端离线转换(ONNX → MindIR)与推理部署全流程。覆盖固定 shape、动态分档、纯动态 shape 的转换策略,以及 MindIR 推理验证与部署注意事项。

2026-07-02
open-source-model-migration
ソフトウェア開発者

把开源算法模型适配到 MindSpore Lite 部署管线:按网络结构拆分导出 ONNX、ONNX Runtime 推理验证、ONNX→MindIR 转换、MindSpore Lite 推理实现,并交付文档与常见问题。用户想把某个开源模型迁移到 MSLite 部署时调用。

2026-07-02
performance-optimization
ソフトウェア開発者

MindSpore Lite(Ascend)模型性能优化总攻略。做基线/profiling、融合算子改写、推理免拷贝、PTQ int8 量化、精度对齐与归档时调用。本文为总览与索引,细化策略见 references/。

2026-07-02
lite-build
ソフトウェア開発者

Build configuration, CMake options, cross-compilation and packaging. Use when building MindSpore Lite, configuring CMake, cross-compiling for ARM/iOS/MCU, packaging release archives, or troubleshooting build errors.

2026-07-02
lite-converter
ソフトウェア開発者

Model conversion pipeline, parser development, optimization passes and quantization. Use when converting models to .ms, writing parser code, implementing optimizer passes, or configuring quantization.

2026-07-02
lite-debug-test
ソフトウェア品質保証アナリスト・テスター

Debugging, unit testing, benchmarking and performance analysis. Use when running gtest, benchmark tools, profiling latency or accuracy, diagnosing operator precision issues, delegate fallback, or memory leaks.

2026-07-02
lite-device-side-infer
ソフトウェア開発者

Device-side inference with LiteRT, NNACL and hardware delegates. Use for mobile/IoT inference, Android/iOS integration, NPU/GPU/CoreML delegates, Micro codegen for MCU, on-device training, or C/C++/Java/Python API usage with .ms models.

2026-07-02
lite-kernel-dev
ソフトウェア開発者

Operator and kernel development, NNACL, delegates, custom kernel registration. Use when adding operators, implementing NNACL kernels, writing delegate adapters (NPU/CoreML/Ascend), registering custom kernels, or modifying operator schema.

2026-07-02
clean-code-check
ソフトウェア品質保証アナリスト・テスター

改完或 review MindSpore Lite 的 C++/Python/Shell/CMake 代码时用。先跑 pre-push(8 个 lint 全自动),再按 30 秒快速清单逐项过——三类硬指标(CCN≤19 / NLOC≤50 / 入参≤5)+ 指针/边界/逻辑/异常/接口契约等 lint 抓不到的语义问题 + 涉及外部数据时的安全编码。深度参考 clean-code-guidelines.md。

2026-06-26