mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[PolishComment] Polish code comment, revelant->relevant (#85238)
Polish code comment, `revelant`->`relevant` Pull Request resolved: https://github.com/pytorch/pytorch/pull/85238 Approved by: https://github.com/kit1980
This commit is contained in:
committed by
PyTorch MergeBot
parent
8c952db13a
commit
cbe5469e88
@ -46,7 +46,7 @@ Usage:
|
||||
# print(dispatcher.rawRegistrations())
|
||||
# print(dispatcher.rawDispatchTable())
|
||||
PythonDispatcher calls C++ dispatcher under the hood for to precompute dispatch table.
|
||||
This file only provides the simplified API for developers, revelant test code is located in
|
||||
This file only provides the simplified API for developers, relevant test code is located in
|
||||
test/test_dispatch.py
|
||||
"""
|
||||
|
||||
|
Reference in New Issue
Block a user