Searched refs:backend_or_err (Results 1 – 1 of 1) sorted by relevance
123 auto backend_or_err = xla::Backend::CreateBackend(backend_options); in ConvertModule() local124 TF_RETURN_WITH_CONTEXT_IF_ERROR(backend_or_err.status(), in ConvertModule()126 auto backend = std::move(backend_or_err.ValueOrDie()); in ConvertModule()