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