mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-19 19:38:16 +08:00
Cpp docs (#1036)
* start of C++ docs * fix stream doc * only include ops for now
This commit is contained in:
@@ -139,7 +139,8 @@ void init_stream(nb::module_& m) {
|
||||
Synchronize with the given stream.
|
||||
|
||||
Args:
|
||||
(Stream, optional): The stream to synchronize with. If ``None`` then
|
||||
the default stream of the default device is used. Default: ``None``.
|
||||
stream (Stream, optional): The stream to synchronize with. If ``None``
|
||||
then the default stream of the default device is used.
|
||||
Default: ``None``.
|
||||
)pbdoc");
|
||||
}
|
||||
|
Reference in New Issue
Block a user