Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/stub/
Dnvinfer_plugin_stub.cc29 stream_executor::internal::DsoLoader::GetNvInferPluginDsoHandle(); in GetDsoHandle()
/external/tensorflow/tensorflow/stream_executor/platform/default/
Ddso_loader.h48 port::StatusOr<void*> GetNvInferPluginDsoHandle();
Ddlopen_checker.cc72 auto nvinferplugin_status = GetNvInferPluginDsoHandle(); in TryDlopenTensorRTLibraries()
Ddso_loader.cc124 port::StatusOr<void*> GetNvInferPluginDsoHandle() { in GetNvInferPluginDsoHandle() function