Searched refs:handle_or (Results 1 – 8 of 8) sorted by relevance
28 auto handle_or = stream_executor::internal::DsoLoader::GetCufftDsoHandle(); in GetDsoHandle()29 if (!handle_or.ok()) return nullptr; in GetDsoHandle()30 return handle_or.ValueOrDie(); in GetDsoHandle()
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()
30 auto handle_or = stream_executor::internal::DsoLoader::GetCublasDsoHandle(); in GetDsoHandle()31 if (!handle_or.ok()) return nullptr; in GetDsoHandle()32 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()) return nullptr; in GetDsoHandle()29 return handle_or.ValueOrDie(); in GetDsoHandle()
38 auto handle_or = \40 if (!handle_or.ok()) return nullptr; \43 ->GetSymbolFromLibrary(handle_or.ValueOrDie(), kName, &symbol) \
65 auto handle_or = GetDsoHandle("cuda", ""); in GetCudaDriverDsoHandle()66 if (handle_or.ok()) { in GetCudaDriverDsoHandle()67 return handle_or; in GetCudaDriverDsoHandle()