lmy.zip
大小:4.53MB
价格:13积分
下载量:0
评分:
5.0
上传者:weixin_52019990
更新日期:2025-09-22

mlir从onnx和pytorch分别转过来

资源文件列表(大概)

文件名
大小
lmy/
-
lmy/onnx_mlir/
-
lmy/onnx_mlir/2024-12-16 17-18-03屏幕截图.png
14.67KB
lmy/onnx_mlir/2024-12-16 17-42-28屏幕截图.png
37.1KB
lmy/onnx_mlir/2024-12-16 17-41-10屏幕截图.png
52.09KB
lmy/onnx_mlir/onnx-mlir.txt
555B
lmy/onnx_mlir/2024-12-16 15-48-21屏幕截图.png
82.32KB
lmy/onnx_mlir/2024-12-16 17-41-57屏幕截图.png
59.47KB
lmy/onnx_mlir/2024-12-16 17-39-47屏幕截图.png
20.9KB
lmy/onnx_mlir/2024-12-25 15-03-41屏幕截图.png
39.19KB
lmy/onnx_mlir/2024-12-25 14-29-18屏幕截图.png
29.97KB
lmy/onnx_mlir/2024-12-25 14-28-11屏幕截图.png
36.75KB
lmy/onnx_mlir/2024-12-25 14-29-53屏幕截图.png
64.3KB
lmy/onnx_mlir/add.onnx
117B
lmy/onnx_mlir/add.onnx.mlir
573B
lmy/torch_mlir/
-
lmy/torch_mlir/2024-12-25 10-47-33屏幕截图.png
7.55KB
lmy/torch_mlir/2024-12-23 09-20-32屏幕截图.png
121.67KB
lmy/torch_mlir/2024-12-23 11-40-09屏幕截图.png
33.6KB
lmy/torch_mlir/2024-12-25 13-50-34屏幕截图.png
520.35KB
lmy/torch_mlir/2024-12-24 16-24-55屏幕截图.png
17.22KB
lmy/torch_mlir/2024-12-25 15-07-56屏幕截图.png
7.58KB
lmy/torch_mlir/2024-12-25 08-32-18屏幕截图.png
8.61KB
lmy/torch_mlir/2024-12-25 10-51-05屏幕截图.png
73.12KB
lmy/torch_mlir/2024-12-25 10-47-07屏幕截图.png
30.25KB
lmy/torch_mlir/2024-12-25 10-51-36屏幕截图.png
75.1KB
lmy/torch_mlir/2024-12-25 13-46-12屏幕截图.png
479.97KB
lmy/torch_mlir/2024-12-25 15-27-06屏幕截图.png
76.16KB
lmy/torch_mlir/2024-12-25 15-08-14屏幕截图.png
52.99KB
lmy/torch_mlir/model_my.onnx
945.53KB
lmy/torch_mlir/model_my.mlir
2MB
lmy/torch_mlir/model_my.pt
957.39KB
lmy/torch_mlir/torch_mlir_test.py
4.46KB

资源内容介绍

mlir从onnx和pytorch分别转过来
tar -zxvf cmake-3.24.2.tar.gzcd cmake-3.24.2/./bootstrap --prefix=/opt/cmake-3.24.2make -j$(nproc)sudo make installsudo nano ~/.bashrc之前的版本是3.6.0,版本太低PROTOC_ZIP=protoc-3.14.0-linux-x86_64.zipcurl -OL https://github.com/protocolbuffers/protobuf/releases/download/v3.14.0/$PROTOC_ZIPsudo unzip -o $PROTOC_ZIP -d /usr/local/bin/protocsudo protoc --version 3.14.0rm -f $PROTOC_ZIPsudo apt install openjdk-11-jdkjava -versionsudo nano ~/.bashrc指令:./onnx-mlir --EmitONNXIR bevdet/yolov5s_no_constant_folding.onnx

用户评论 (0)

发表评论

captcha