PandA-2024.02
|
Go to the source code of this file.
Namespaces | |
01_tvm_compile | |
Variables | |
01_tvm_compile.onnx_model = onnx.load('01_vecmul_a.onnx') | |
string | 01_tvm_compile.input_name1 = 'X' |
tuple | 01_tvm_compile.input_shape1 = (1,8) |
string | 01_tvm_compile.input_name2 = 'Y' |
tuple | 01_tvm_compile.input_shape2 = (1,8) |
dictionary | 01_tvm_compile.shape_dict = {input_name1: input_shape1, input_name2: input_shape2} |
01_tvm_compile.mod | |
01_tvm_compile.params | |
01_tvm_compile.model | |
01_tvm_compile.shape | |
int | 01_tvm_compile.opt_level = 3 |
string | 01_tvm_compile.target = 'llvm' |
01_tvm_compile.graph | |
01_tvm_compile.lib | |
01_tvm_compile.out_file = open("01_vecmul_a.ll", "w") | |