Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dlocal_service.h49 StatusOr<std::unique_ptr<Executable>> CompileExecutable(
Dlocal_service.cc119 StatusOr<std::unique_ptr<Executable>> LocalService::CompileExecutable( in CompileExecutable() function in xla::LocalService
/external/tensorflow/tensorflow/compiler/xla/tools/
Ddumped_computation_to_operation_list.cc89 local_service->CompileExecutable(computation, layouts, build_options); in RealMain()
Ddumped_computation_to_text.cc66 local_service->CompileExecutable(computation, layouts, build_options); in RealMain()
Dreplay_computation.cc93 StatusOr<std::unique_ptr<LocalExecutable>> CompileExecutable( in CompileExecutable() function
373 executables[i] = CompileExecutable(snapshots[i], client); in RealMain()
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc255 local_service_->CompileExecutable( in Compile()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_execute_test.cc752 XLA_TEST_F(LocalClientExecuteTest, CompileExecutable) { in XLA_TEST_F() argument