Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.h120 bool run_backend_only() const { return run_backend_only_; } in run_backend_only() function
126 ExecutableBuildOptions& set_run_backend_only(bool run_backend_only) { in set_run_backend_only() argument
127 run_backend_only_ = run_backend_only; in set_run_backend_only()
/external/tensorflow/tensorflow/compiler/xla/service/
Dlocal_service.cc169 build_options.run_backend_only())); in CompileExecutables()
186 build_options.run_backend_only()); in CompileExecutables()
Dservice.h239 bool run_backend_only = false);
247 const Compiler::CompileOptions& options, bool run_backend_only = false);
Dservice.cc289 const Compiler::CompileOptions& options, bool run_backend_only) { in BuildExecutables() argument
312 auto module, CreateModuleFromProto(*proto, config, run_backend_only)); in BuildExecutables()
318 if (!run_backend_only) { in BuildExecutables()
760 bool run_backend_only) { in BuildExecutable() argument
767 CreateModuleFromProto(module_proto, *module_config, run_backend_only)); in BuildExecutable()
770 if (!run_backend_only) { in BuildExecutable()