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