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