Searched refs:handle_or (Results 1 – 15 of 15) sorted by relevance
36 auto handle_or = se::internal::DsoLoader::TryDlopenTensorRTLibraries(); in IsGoogleTensorRTEnabled()37 if (!handle_or.ok()) { in IsGoogleTensorRTEnabled()43 return handle_or.ok(); in IsGoogleTensorRTEnabled()
28 auto handle_or = stream_executor::internal::DsoLoader::GetCurandDsoHandle(); in GetDsoHandle()29 if (!handle_or.ok()) return nullptr; in GetDsoHandle()30 return handle_or.ValueOrDie(); in GetDsoHandle()
31 auto handle_or = stream_executor::internal::DsoLoader::GetCuptiDsoHandle(); in GetDsoHandle()32 if (!handle_or.ok()) return nullptr; in GetDsoHandle()33 return handle_or.ValueOrDie(); in GetDsoHandle()
29 auto handle_or = stream_executor::internal::DsoLoader::GetCufftDsoHandle(); in GetDsoHandle()30 if (!handle_or.ok()) return nullptr; in GetDsoHandle()31 return handle_or.ValueOrDie(); in GetDsoHandle()
29 auto handle_or = in GetDsoHandle()31 if (!handle_or.ok()) return nullptr; in GetDsoHandle()32 return handle_or.ValueOrDie(); in GetDsoHandle()
30 auto handle_or = in GetDsoHandle()32 if (!handle_or.ok()) return nullptr; in GetDsoHandle()33 return handle_or.ValueOrDie(); in GetDsoHandle()
34 auto handle_or = stream_executor::internal::DsoLoader::GetCublasDsoHandle(); in GetDsoHandle()35 if (!handle_or.ok()) return nullptr; in GetDsoHandle()36 return handle_or.ValueOrDie(); in GetDsoHandle()
28 auto handle_or = stream_executor::internal::DsoLoader::GetCudnnDsoHandle(); in GetDsoHandle()29 if (!handle_or.ok()) return nullptr; in GetDsoHandle()30 return handle_or.ValueOrDie(); in GetDsoHandle()
28 auto handle_or = in GetDsoHandle()30 if (!handle_or.ok()) return nullptr; in GetDsoHandle()31 return handle_or.ValueOrDie(); in GetDsoHandle()
26 auto handle_or = in GetDsoHandle() local28 if (!handle_or.ok()) { in GetDsoHandle()33 return handle_or.ValueOrDie(); in GetDsoHandle()
76 auto handle_or = GetDsoHandle("cuda", ""); in GetCudaDriverDsoHandle()77 if (handle_or.ok()) { in GetCudaDriverDsoHandle()78 return handle_or; in GetCudaDriverDsoHandle()
1932 auto handle_or = se::internal::DsoLoader::MaybeTryDlopenGPULibraries(); in GetValidDeviceIds() local1933 if (!handle_or.ok()) { in GetValidDeviceIds()