Searched refs:CompileExecutable (Results 1 – 7 of 7) sorted by relevance
49 StatusOr<std::unique_ptr<Executable>> CompileExecutable(
119 StatusOr<std::unique_ptr<Executable>> LocalService::CompileExecutable( in CompileExecutable() function in xla::LocalService
89 local_service->CompileExecutable(computation, layouts, build_options); in RealMain()
66 local_service->CompileExecutable(computation, layouts, build_options); in RealMain()
93 StatusOr<std::unique_ptr<LocalExecutable>> CompileExecutable( in CompileExecutable() function373 executables[i] = CompileExecutable(snapshots[i], client); in RealMain()
255 local_service_->CompileExecutable( in Compile()
752 XLA_TEST_F(LocalClientExecuteTest, CompileExecutable) { in XLA_TEST_F() argument