# ednn **Repository Path**: WeiStudio/ednn ## Basic Information - **Project Name**: ednn - **Description**: 适用于边缘设备的神经网络框架 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-26 - **Last Updated**: 2023-02-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ednn ## 介绍 适用于边缘设备的神经网络推理框架(开发中...),目前仅支持Local API定义网络模型,后端仅支持x86 算子支持 * ReLU * Softmax * Sigmoid * Conv2D * Dense * Flatten * Maxpool ## TODO - [x] Model、Layer、Tensor、ComputeNode、In/OutNote 数据结构描述 - [x] Local API创建网络结构 - [ ] Node分支计算 - [ ] ONNX解析器 - [ ] ...