Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_lru_cache.h121 struct EngineContext { struct
122 EngineContext() {} // Creates an empty context. in EngineContext() argument
123 EngineContext(TrtUniquePtrType<nvinfer1::ICudaEngine>&& input_cuda_engine, in EngineContext() function
128 EngineContext(TrtUniquePtrType<nvinfer1::ICudaEngine>&& input_cuda_engine, in EngineContext() argument
133 mutex mu;
134 TrtUniquePtrType<nvinfer1::ICudaEngine> cuda_engine;
136 Status GetExecutionContext(int idx, nvinfer1::IExecutionContext** exec_ctx) in GetExecutionContext()