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