PandA-2024.02
Namespaces | Variables
i1_tvm_compile.py File Reference

Go to the source code of this file.

Namespaces

 i1_tvm_compile
 

Variables

 i1_tvm_compile.onnx_model = onnx.load('i1_alexnet.onnx')
 
tuple i1_tvm_compile.in_shape = (1,3,224,224)
 
dictionary i1_tvm_compile.shape_dict = {'data_0': in_shape}
 
 i1_tvm_compile.mod
 
 i1_tvm_compile.params
 
string i1_tvm_compile.target = 'llvm'
 
 i1_tvm_compile.opt_level
 
 i1_tvm_compile.graph
 
 i1_tvm_compile.lib
 
 i1_tvm_compile.out_lib = open("i1_alexnet.ll", "w")
 
 i1_tvm_compile.out_graph = open("i1_alexnet.json", "w")
 
 i1_tvm_compile.out_params = open("i1_alexnet.params", "w")
 
 i1_tvm_compile.file
 

Generated on Mon Feb 12 2024 13:03:11 for PandA-2024.02 by doxygen 1.8.13