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