Skip to content

Commit

Permalink
refine documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbalin committed Jul 18, 2024
1 parent 50285e2 commit e5a9bc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/dgl/graphbolt/impl/cpu_cached_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ class CPUCachedFeature(Feature):
The fallback feature.
max_cache_size_in_bytes : int
The capacity of the cache in bytes.
policy:
policy : str
The cache eviction policy algorithm name. See gb.impl.CPUFeatureCache
for the list of available policies.
pin_memory:
pin_memory : bool
Whether the cache storage should be allocated on system pinned memory.
Default is False.
"""

def __init__(
Expand Down

0 comments on commit e5a9bc4

Please sign in to comment.