Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/stub/
Dnvinfer_stub.cc29 stream_executor::internal::DsoLoader::GetNvInferDsoHandle(); in GetDsoHandle()
/external/tensorflow/tensorflow/stream_executor/platform/default/
Ddso_loader.h47 port::StatusOr<void*> GetNvInferDsoHandle();
Ddlopen_checker.cc71 auto nvinfer_status = GetNvInferDsoHandle(); in TryDlopenTensorRTLibraries()
Ddso_loader.cc120 port::StatusOr<void*> GetNvInferDsoHandle() { in GetNvInferDsoHandle() function