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