Skip to content

Commit 5caec3b

Browse files
committed
Fix: Shape.sexp_of_t was potentially broken! Better safe than sorry.
1 parent 77358dc commit 5caec3b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/shape.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
(** {1 Tensor shape types, shape inference, projection inference.} *)
22

33
open Base
4+
module Lazy = Utils.Lazy
45
module Idx = Ir.Indexing
56

67
let _get_local_debug_runtime = Utils.get_local_debug_runtime

lib/tensor.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
open Base
2+
module Lazy = Utils.Lazy
23
module Nd = Ir.Ndarray
34
module Tn = Ir.Tnode
45
module Asgns = Ir.Assignments

0 commit comments

Comments
 (0)