File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ val with_unchanged_roots : f:(unit -> 'a) -> 'a
4444val default_value_prec : Arrayjit.Ops .prec ref
4545(* * The default precision for the value node of terminal (i.e. non-composite) tensors.
4646
47- Note: the precision of a node can be set arbitrarily via {!Arrayjit.Tnode.update_precision }. The
47+ Note: the precision of a node can be set arbitrarily via {!Arrayjit.Tnode.update_prec }. The
4848 default precision for value nodes of composite tensors is the maximum of precisions of the value
4949 nodes of sub-tensors. *)
5050
5151val default_grad_prec : Arrayjit.Ops .prec ref
5252(* * The default precision for the gradient node of terminal (i.e. non-composite) tensors.
5353
54- Note: the precision of a node can be set arbitrarily via {!Arrayjit.Tnode.update_precision }. The
54+ Note: the precision of a node can be set arbitrarily via {!Arrayjit.Tnode.update_prec }. The
5555 default precision for gradient nodes of composite tensors is the maximum of precisions of the
5656 gradient nodes of sub-tensors. *)
5757
You can’t perform that action at this time.
0 commit comments