![]()  | 
  
    PandA-2024.02
    
   | 
 
Variables | |
| X = helper.make_tensor_value_info('X', TensorProto.FLOAT, [1, 8]) | |
| Z = helper.make_tensor_value_info('Z', TensorProto.FLOAT, [1, 8]) | |
| tanh1 | |
| exp2 | |
| relu3 | |
| sigmoid4 | |
| graph_def | |
| model_def = helper.make_model(graph_def, producer_name='benchmarks') | |
| 15_onnx_build.exp2 | 
Definition at line 20 of file 15_onnx_build.py.
Referenced by aes_expandEncKey().
| 15_onnx_build.graph_def | 
Definition at line 39 of file 15_onnx_build.py.
| 15_onnx_build.model_def = helper.make_model(graph_def, producer_name='benchmarks') | 
Definition at line 46 of file 15_onnx_build.py.
| 15_onnx_build.relu3 | 
Definition at line 26 of file 15_onnx_build.py.
| 15_onnx_build.sigmoid4 | 
Definition at line 32 of file 15_onnx_build.py.
| 15_onnx_build.tanh1 | 
Definition at line 14 of file 15_onnx_build.py.
| 15_onnx_build.X = helper.make_tensor_value_info('X', TensorProto.FLOAT, [1, 8]) | 
Definition at line 9 of file 15_onnx_build.py.
| 15_onnx_build.Z = helper.make_tensor_value_info('Z', TensorProto.FLOAT, [1, 8]) | 
Definition at line 12 of file 15_onnx_build.py.
 1.8.13