Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 78d2a13

Browse files
committed
Remove haning tildas.
1 parent 60cf538 commit 78d2a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/20191203-single-eager-graph-path.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def batch_matrix_band_part(input, num_lower, num_upper, name=None):
7777
- _execute.record_gradient(
7878
- "BatchMatrixBandPart", _inputs_flat, _attrs, _result)
7979
- _result, = _result
80-
- return _result~~
80+
- return _result
8181

8282
def batch_matrix_band_part_eager_fallback(input, num_lower, num_upper, name, ctx):
8383
_attr_T, (input,) = _execute.args_to_matching_eager([input], ctx)

0 commit comments

Comments
 (0)