Skip to content
Snippets Groups Projects
Commit b5fbc9da authored by Michele Alberti's avatar Michele Alberti
Browse files

Fix comment syntax.

parent 764ea561
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@ module Oproto = Onnx_protoc (* Autogenerated during compilation *)
module Oprotom = Oproto.Onnx.ModelProto
type t = {
n_inputs : int; (** Number of inputs. *)
n_outputs : int; (** Number of outputs. *)
n_inputs : int; (* Number of inputs. *)
n_outputs : int; (* Number of outputs. *)
}
(* ONNX format handling. *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment