Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc123 auto backend_or_err = xla::Backend::CreateBackend(backend_options); in ConvertModule() local
124 TF_RETURN_WITH_CONTEXT_IF_ERROR(backend_or_err.status(), in ConvertModule()
126 auto backend = std::move(backend_or_err.ValueOrDie()); in ConvertModule()