We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Shape.sexp_of_t
1 parent 77358dc commit 5caec3bCopy full SHA for 5caec3b
lib/shape.ml
@@ -1,6 +1,7 @@
1
(** {1 Tensor shape types, shape inference, projection inference.} *)
2
3
open Base
4
+module Lazy = Utils.Lazy
5
module Idx = Ir.Indexing
6
7
let _get_local_debug_runtime = Utils.get_local_debug_runtime
lib/tensor.ml
@@ -1,4 +1,5 @@
module Nd = Ir.Ndarray
module Tn = Ir.Tnode
module Asgns = Ir.Assignments
0 commit comments