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