PandA-2024.02
|
Variables | |
onnx_model = onnx.load('01_vecmul_a.onnx') | |
string | input_name1 = 'X' |
tuple | input_shape1 = (1,8) |
string | input_name2 = 'Y' |
tuple | input_shape2 = (1,8) |
dictionary | shape_dict = {input_name1: input_shape1, input_name2: input_shape2} |
mod | |
params | |
model | |
shape | |
int | opt_level = 3 |
string | target = 'llvm' |
graph | |
lib | |
out_file = open("01_vecmul_a.ll", "w") | |
01_tvm_compile.graph |
Definition at line 24 of file 01_tvm_compile.py.
string 01_tvm_compile.input_name1 = 'X' |
Definition at line 10 of file 01_tvm_compile.py.
string 01_tvm_compile.input_name2 = 'Y' |
Definition at line 12 of file 01_tvm_compile.py.
tuple 01_tvm_compile.input_shape1 = (1,8) |
Definition at line 11 of file 01_tvm_compile.py.
tuple 01_tvm_compile.input_shape2 = (1,8) |
Definition at line 13 of file 01_tvm_compile.py.
01_tvm_compile.lib |
Definition at line 24 of file 01_tvm_compile.py.
01_tvm_compile.mod |
Definition at line 17 of file 01_tvm_compile.py.
01_tvm_compile.model |
Definition at line 17 of file 01_tvm_compile.py.
01_tvm_compile.onnx_model = onnx.load('01_vecmul_a.onnx') |
Definition at line 8 of file 01_tvm_compile.py.
01_tvm_compile.opt_level = 3 |
Definition at line 21 of file 01_tvm_compile.py.
01_tvm_compile.out_file = open("01_vecmul_a.ll", "w") |
Definition at line 29 of file 01_tvm_compile.py.
01_tvm_compile.params |
Definition at line 17 of file 01_tvm_compile.py.
01_tvm_compile.shape |
Definition at line 17 of file 01_tvm_compile.py.
dictionary 01_tvm_compile.shape_dict = {input_name1: input_shape1, input_name2: input_shape2} |
Definition at line 14 of file 01_tvm_compile.py.
01_tvm_compile.target = 'llvm' |
Definition at line 22 of file 01_tvm_compile.py.