File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ val finalize :
1919
2020val fresh_backend : ?backend_name : string -> unit -> (module Backend_intf .Backend )
2121(* * Creates a new backend corresponding to [backend_name], or if omitted, selected via the global
22- [backend] setting. It should be safe to reinitialize the tensor system before
23- [fresh_backend]. *)
22+ [backend] setting. It should be safe to reinitialize the tensor system before [fresh_backend].
23+ *)
Original file line number Diff line number Diff line change @@ -83,7 +83,8 @@ type transpose_type =
8383 | Batch_slice of Arrayjit.Indexing .static_symbol (* * Removes the leftmost batch axis. *)
8484[@@ deriving equal , sexp ]
8585
86- (* * If you miss expressivity here, leave a note on {{:https://github.com/ahrefs/ocannl/issues/305}issue 305}. *)
86+ (* * If you miss expressivity here, leave a note on
87+ {{:https://github.com/ahrefs/ocannl/issues/305}issue 305}. *)
8788type ternary_type =
8889 | Pointwise_tern (* * As in the operation [Where]. *)
8990 | Compose_accumulate (* * As in the operation [FMA]. *)
You can’t perform that action at this time.
0 commit comments