![]() |
PandA-2024.02
|
Go to the source code of this file.
Namespaces | |
| i2_tvm_compile | |
Variables | |
| i2_tvm_compile.onnx_model = onnx.load('i2_zfnet.onnx') | |
| tuple | i2_tvm_compile.in_shape = (1,3,224,224) |
| dictionary | i2_tvm_compile.shape_dict = {'gpu_0/data_0': in_shape} |
| i2_tvm_compile.mod | |
| i2_tvm_compile.params | |
| string | i2_tvm_compile.target = 'llvm' |
| i2_tvm_compile.opt_level | |
| i2_tvm_compile.graph | |
| i2_tvm_compile.lib | |
| i2_tvm_compile.out_lib = open("i2_zfnet.ll", "w") | |
| i2_tvm_compile.out_graph = open("i2_zfnet.json", "w") | |
| i2_tvm_compile.out_params = open("i2_zfnet.params", "w") | |
| i2_tvm_compile.file | |
1.8.13