Expand description
Cache directory paths and startup snapshot type.
Structsยง
- TrtCache
Info ๐ - Summary of the TRT engine cache state, produced at startup so the operator
can see in
CloudWatchwhether the persistent volume is actually being reused between container restarts.
Constantsยง
- TRT_
ENGINE_ ๐SUBDIR - Subdirectory under
BGE_M3_CACHE_DIRwhere ORT/TRT writes engine plan files. - TRT_
TIMING_ ๐SUBDIR - Subdirectory under
BGE_M3_CACHE_DIRwhere TRT writes the timing cache.
Functionsยง
- engine_
cache_ ๐path - Returns the canonical TRT engine-cache directory for a given root cache.
- timing_
cache_ ๐path - Returns the canonical TRT timing-cache file path for a given root cache.