Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dlocal_service.h50 StatusOr<std::vector<std::unique_ptr<Executable>>> CompileExecutables(
Dlocal_service.cc101 LocalService::CompileExecutables( in CompileExecutables() function in xla::LocalService
/external/tensorflow/tensorflow/compiler/xla/tools/
Ddumped_computation_to_operation_list.cc89 local_service->CompileExecutables(computation, layouts, build_options) in RealMain()
Ddumped_computation_to_text.cc66 local_service->CompileExecutables(computation, layouts, build_options) in RealMain()
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc384 local_service_->CompileExecutables( in Compile()