Skip to content

Instantly share code, notes, and snippets.

View fantasyRqg's full-sized avatar
😁

Eye fantasyRqg

😁
View GitHub Profile
@apivovarov
apivovarov / llc-arm-mcpu-mattr.out
Created November 5, 2019 21:16
llc-9 -march=arm -mcpu=help
root@24fba99489cf:~/tvm_compiler# llc-9 -march=arm -mcpu=help
Available CPUs for this target:
arm1020e - Select the arm1020e processor.
arm1020t - Select the arm1020t processor.
arm1022e - Select the arm1022e processor.
arm10e - Select the arm10e processor.
arm10tdmi - Select the arm10tdmi processor.
arm1136j-s - Select the arm1136j-s processor.
arm1136jf-s - Select the arm1136jf-s processor.
@qinjian623
qinjian623 / onnx2pytorch.py
Last active November 8, 2023 08:21
ONNX file to Pytorch model
import onnx
import struct
import torch
import torch.nn as nn
import torchvision as tv
import warnings
# enum DataType {
# UNDEFINED = 0;