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