Module Owl_symbolic_ops_generator.Tensor
type t={mutable name : string;mutable attrs : (string * Owl_symbolic_types.attrvalue) array;mutable value : Owl_symbolic_types.tensor;mutable out_shape : int array option array;}
val op_type : stringval create : ?name:string -> Owl_symbolic_types.tensor -> t