Home
last modified time | relevance | path

Searched defs:EngineContext (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
H A Dtrt_lru_cache.h121 struct EngineContext { struct
122 EngineContext() {} // Creates an empty context. in EngineContext() argument
123 EngineContext(TrtUniquePtrType<nvinfer1::ICudaEngine>&& cuda_engine, in EngineContext() function
130 EngineContext(TrtUniquePtrType<nvinfer1::ICudaEngine>&& cuda_engine, in EngineContext() function
138 mutex mu;
140 nvinfer1::ICudaEngine* GetCudaEngine() { return cuda_engine_.get(); } in GetCudaEngine()
142 Status GetExecutionContext(int idx, nvinfer1::IExecutionContext** exec_ctx, in GetExecutionContext()
155 int GetNumContexts() { in GetNumContexts()
160 size_t GetDeviceMemorySize() { return device_memory_size_; } in GetDeviceMemorySize()