[GraphBolt][Doc] Fix read_async doc display issue. (#7741)

This commit is contained in:
Muhammed Fatih BALIN
2024-08-25 17:05:29 -04:00
committed by GitHub
parent d68029a605
commit ffe3bb22e8
3 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ class CPUCachedFeature(Feature):
-------
A generator object.
The returned generator object returns a future on
``read_async_num_stages(ids.device)``th invocation. The return result
``read_async_num_stages(ids.device)``\ th invocation. The return result
can be accessed by calling ``.wait()``. on the returned future object.
It is undefined behavior to call ``.wait()`` more than once.

View File

@@ -113,7 +113,7 @@ class GPUCachedFeature(Feature):
-------
A generator object.
The returned generator object returns a future on
``read_async_num_stages(ids.device)``th invocation. The return result
``read_async_num_stages(ids.device)``\ th invocation. The return result
can be accessed by calling ``.wait()``. on the returned future object.
It is undefined behavior to call ``.wait()`` more than once.

View File

@@ -151,7 +151,7 @@ class TorchBasedFeature(Feature):
-------
A generator object.
The returned generator object returns a future on
``read_async_num_stages(ids.device)``th invocation. The return result
``read_async_num_stages(ids.device)``\ th invocation. The return result
can be accessed by calling ``.wait()``. on the returned future object.
It is undefined behavior to call ``.wait()`` more than once.
@@ -434,7 +434,7 @@ class DiskBasedFeature(Feature):
-------
A generator object.
The returned generator object returns a future on
``read_async_num_stages(ids.device)``th invocation. The return result
``read_async_num_stages(ids.device)``\ th invocation. The return result
can be accessed by calling ``.wait()``. on the returned future object.
It is undefined behavior to call ``.wait()`` more than once.