cache_id
Applicability
Product |
Supported (√/x) |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
x |
|
x |
|
x |
Note: For
Function Description
Obtains the cache ID.
Prototype
1 2 | @property cache_id() -> int |
Parameters
None
Example
1 2 3 | ... kv_cache = cache_manager.allocate_cache(cache_desc, cache_keys) print(kv_cache.cache_id) |
Returns
In normal cases, a cache ID is returned.
Restrictions
None
Parent topic: Cache