Skip to content

Commit

Permalink
Update bypassdlgradients.m help text
Browse files Browse the repository at this point in the history
  • Loading branch information
dorrubin authored Dec 19, 2023
1 parent ce660f8 commit d0d0038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bypassdlgradients.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% BYPASSDLGRADIENTS Bypass gradient for non-differentiable operations
% Y = bypassdlgradients(FUN, X, varargin) evaluates FUN(X, varargin)
% Y = bypassdlgradients(FUN, X) evaluates FUN(X)
% while overriding the derivitive calculation used during backward
% propogation to an identity function instead.
%
Expand Down Expand Up @@ -28,4 +28,4 @@
% See also: DLARRAY, DLACCELERATE, EXTRACTDATA
%

% Copyright 2023 The Mathworks, Inc.
% Copyright 2023 The Mathworks, Inc.

0 comments on commit d0d0038

Please sign in to comment.