Home
last modified time | relevance | path

Searched refs:engine_contexts (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc969 EngineContext* engine_contexts; in GetEngine() local
971 engine_contexts = cache_res->GetEngineContext(input_concrete_shapes); in GetEngine()
973 engine_contexts = cache_res->GetEngineContext(profile_id); in GetEngine()
977 if (engine_contexts == nullptr) { in GetEngine()
1007 engine_contexts = cache.at(input_concrete_shapes).get(); in GetEngine()
1011 return std::pair<EngineContext*, int>(engine_contexts, in GetEngine()