Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
5033fdd0
"...text-generation-inference.git" did not exist on "d8dc8f1b0c97da009dd975c3622e49d01e2081b3"
Commit
5033fdd0
authored
Jul 18, 2019
by
Jason Lian
Browse files
add comment
parent
1ef6de08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchaudio/functional.py
torchaudio/functional.py
+1
-1
No files found.
torchaudio/functional.py
View file @
5033fdd0
...
...
@@ -101,7 +101,7 @@ def LC2CL(tensor):
"""
return
tensor
.
transpose
(
0
,
1
).
contiguous
()
# TODO: remove this once https://github.com/pytorch/pytorch/issues/21478 gets solved
@
torch
.
jit
.
ignore
def
_stft
(
input
,
n_fft
,
hop_length
,
win_length
,
window
,
center
,
pad_mode
,
normalized
,
onesided
):
# type: (Tensor, int, Optional[int], Optional[int], Optional[Tensor], bool, str, bool, bool) -> Tensor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment