![]() |
PandA-2024.02
|
Go to the source code of this file.
Namespaces | |
| lenet_tvm | |
Variables | |
| lenet_tvm.onnx_model = onnx.load('lenet.onnx') | |
| string | lenet_tvm.input_name = 'import/Placeholder:0' |
| tuple | lenet_tvm.input_shape = (1,1,28,28) |
| dictionary | lenet_tvm.shape_dict = {input_name: input_shape} |
| lenet_tvm.mod | |
| lenet_tvm.params | |
| lenet_tvm.model | |
| lenet_tvm.shape | |
| int | lenet_tvm.opt_level = 0 |
| string | lenet_tvm.target = 'llvm' |
| lenet_tvm.graph | |
| lenet_tvm.lib | |
| lenet_tvm.out_lib = open("lenet.ll", "w") | |
| lenet_tvm.out_graph = open("lenet.json", "w") | |
| lenet_tvm.out_params = open("lenet.params", "w") | |
| lenet_tvm.file | |
1.8.13