![]() |
PandA-2024.02
|
Variables | |
| onnx_model = onnx.load('e1_mlp.onnx') | |
| string | input_name1 = 'X' |
| tuple | input_shape1 = (1,784) |
| dictionary | shape_dict = {input_name1: input_shape1} |
| mod | |
| params | |
| model | |
| shape | |
| int | opt_level = 3 |
| string | target = 'llvm' |
| graph | |
| lib | |
| out_file = open("e1_mlp.ll", "w") | |
| e1_tvm_compile.graph |
Definition at line 22 of file e1_tvm_compile.py.
| string e1_tvm_compile.input_name1 = 'X' |
Definition at line 10 of file e1_tvm_compile.py.
| tuple e1_tvm_compile.input_shape1 = (1,784) |
Definition at line 11 of file e1_tvm_compile.py.
| e1_tvm_compile.lib |
Definition at line 22 of file e1_tvm_compile.py.
| e1_tvm_compile.mod |
Definition at line 15 of file e1_tvm_compile.py.
| e1_tvm_compile.model |
Definition at line 15 of file e1_tvm_compile.py.
| e1_tvm_compile.onnx_model = onnx.load('e1_mlp.onnx') |
Definition at line 8 of file e1_tvm_compile.py.
| e1_tvm_compile.opt_level = 3 |
Definition at line 19 of file e1_tvm_compile.py.
| e1_tvm_compile.out_file = open("e1_mlp.ll", "w") |
Definition at line 27 of file e1_tvm_compile.py.
| e1_tvm_compile.params |
Definition at line 15 of file e1_tvm_compile.py.
| e1_tvm_compile.shape |
Definition at line 15 of file e1_tvm_compile.py.
| dictionary e1_tvm_compile.shape_dict = {input_name1: input_shape1} |
Definition at line 12 of file e1_tvm_compile.py.
| e1_tvm_compile.target = 'llvm' |
Definition at line 20 of file e1_tvm_compile.py.
1.8.13