PandA-2024.02
Namespaces | Variables
02_tvm_compile.py File Reference

Go to the source code of this file.

Namespaces

 02_tvm_compile
 

Variables

 02_tvm_compile.onnx_model = onnx.load('02_vecmul_b.onnx')
 
string 02_tvm_compile.input_name1 = 'X'
 
tuple 02_tvm_compile.input_shape1 = (1,64)
 
string 02_tvm_compile.input_name2 = 'Y'
 
tuple 02_tvm_compile.input_shape2 = (1,64)
 
dictionary 02_tvm_compile.shape_dict = {input_name1: input_shape1, input_name2: input_shape2}
 
 02_tvm_compile.mod
 
 02_tvm_compile.params
 
 02_tvm_compile.model
 
 02_tvm_compile.shape
 
int 02_tvm_compile.opt_level = 3
 
string 02_tvm_compile.target = 'llvm'
 
 02_tvm_compile.graph
 
 02_tvm_compile.lib
 
 02_tvm_compile.out_file = open("02_vecmul_b.ll", "w")
 

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