![]() |
PandA-2024.02
|
Go to the source code of this file.
Namespaces | |
| i5_tvm_compile | |
Variables | |
| i5_tvm_compile.onnx_model = onnx.load('i5_resnet152v1.onnx') | |
| string | i5_tvm_compile.input_name1 = 'data' |
| tuple | i5_tvm_compile.input_shape1 = (1,3,224,224) |
| dictionary | i5_tvm_compile.shape_dict = {input_name1: input_shape1} |
| i5_tvm_compile.mod | |
| i5_tvm_compile.params | |
| i5_tvm_compile.model | |
| i5_tvm_compile.shape | |
| int | i5_tvm_compile.opt_level = 0 |
| string | i5_tvm_compile.target = 'llvm' |
| i5_tvm_compile.graph | |
| i5_tvm_compile.lib | |
| i5_tvm_compile.out_lib = open("i5_resnet152v1.ll", "w") | |
| i5_tvm_compile.out_graph = open("i5_resnet152v1.json", "w") | |
| i5_tvm_compile.out_params = open("i5_resnet152v1.params", "w") | |
| i5_tvm_compile.file | |
1.8.13