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