Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbackend.cc82 /* static */ StatusOr<std::unique_ptr<Backend>> Backend::CreateBackend( in CreateBackend() function in xla::Backend
105 return CreateBackend(backend_options); in CreateDefaultBackend()
Dbackend.h79 static StatusOr<std::unique_ptr<Backend>> CreateBackend(
Dlocal_service.cc61 Backend::CreateBackend(backend_options)); in NewService()
Dhlo_runner.cc42 backend_ = Backend::CreateBackend(backend_options).ConsumeValueOrDie(); in HloRunner()
Dservice.cc151 TF_ASSIGN_OR_RETURN(execute_backend, Backend::CreateBackend(backend_options)); in NewService()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_node_context.cc77 xla::Backend::CreateBackend( in backend()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dllvm_compiler_test.cc82 Backend::CreateBackend(backend_options); in SetUp()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dmlir_gpu_test_base.cc38 backend_ = xla::Backend::CreateBackend(options).ConsumeValueOrDie(); in MlirGpuTestBase()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc123 auto backend_or_err = xla::Backend::CreateBackend(backend_options); in ConvertModule()