PandA-2024.02
Namespaces | Variables
09_onnx_build.py File Reference

Go to the source code of this file.

Namespaces

 09_onnx_build
 

Variables

 09_onnx_build.X = helper.make_tensor_value_info('X', TensorProto.FLOAT, [1, 1, 8, 8])
 
 09_onnx_build.W_info = helper.make_tensor_value_info('W', TensorProto.FLOAT, [2, 1, 3, 3])
 
 09_onnx_build.W = np.array([[[[-1,-1,-1],[-1,8,-1],[-1,-1,-1]]],[[[0,-1,0],[-1,5,-1],[0,-1,0]]]]).astype(np.float32)
 
 09_onnx_build.Y = helper.make_tensor_value_info('Y', TensorProto.FLOAT, [1, 2, 8, 8])
 
 09_onnx_build.conv1
 
 09_onnx_build.graph_def
 
 09_onnx_build.model_def = helper.make_model(graph_def, producer_name='benchmarks')
 

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