pub fn create_matmul_node( name: &str, input_a: &str, input_b: &str, output: &str, ) -> OnnxNode
Create a MatMul node