![]() |
PandA-2024.02
|
Go to the source code of this file.
Namespaces | |
| 07_tvm_compile | |
Variables | |
| 07_tvm_compile.onnx_model = onnx.load('07_softmax_b.onnx') | |
| string | 07_tvm_compile.input_name1 = 'X' |
| tuple | 07_tvm_compile.input_shape1 = (1,64) |
| dictionary | 07_tvm_compile.shape_dict = {input_name1: input_shape1} |
| 07_tvm_compile.mod | |
| 07_tvm_compile.params | |
| 07_tvm_compile.model | |
| 07_tvm_compile.shape | |
| int | 07_tvm_compile.opt_level = 3 |
| string | 07_tvm_compile.target = 'llvm' |
| 07_tvm_compile.graph | |
| 07_tvm_compile.lib | |
| 07_tvm_compile.out_file = open("07_softmax_b.ll", "w") | |
1.8.13