PandA-2024.02
Variables
07_tvm_compile Namespace Reference

Variables

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

Variable Documentation

◆ graph

07_tvm_compile.graph

Definition at line 22 of file 07_tvm_compile.py.

◆ input_name1

string 07_tvm_compile.input_name1 = 'X'

Definition at line 10 of file 07_tvm_compile.py.

◆ input_shape1

tuple 07_tvm_compile.input_shape1 = (1,64)

Definition at line 11 of file 07_tvm_compile.py.

◆ lib

07_tvm_compile.lib

Definition at line 22 of file 07_tvm_compile.py.

◆ mod

07_tvm_compile.mod

Definition at line 15 of file 07_tvm_compile.py.

◆ model

07_tvm_compile.model

Definition at line 15 of file 07_tvm_compile.py.

◆ onnx_model

07_tvm_compile.onnx_model = onnx.load('07_softmax_b.onnx')

Definition at line 8 of file 07_tvm_compile.py.

◆ opt_level

07_tvm_compile.opt_level = 3

Definition at line 19 of file 07_tvm_compile.py.

◆ out_file

07_tvm_compile.out_file = open("07_softmax_b.ll", "w")

Definition at line 27 of file 07_tvm_compile.py.

◆ params

07_tvm_compile.params

Definition at line 15 of file 07_tvm_compile.py.

◆ shape

07_tvm_compile.shape

Definition at line 15 of file 07_tvm_compile.py.

◆ shape_dict

dictionary 07_tvm_compile.shape_dict = {input_name1: input_shape1}

Definition at line 12 of file 07_tvm_compile.py.

◆ target

07_tvm_compile.target = 'llvm'

Definition at line 20 of file 07_tvm_compile.py.


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