Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.h135 bool run_backend_only() const { return run_backend_only_; } in run_backend_only() function
141 ExecutableBuildOptions& set_run_backend_only(bool run_backend_only) { in set_run_backend_only()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dcompile_options.proto61 bool run_backend_only = 11; field
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h158 bool run_backend_only() const { return run_backend_only_; } in run_backend_only() function
159 void set_run_backend_only(bool run_backend_only) { in set_run_backend_only()
Dservice.cc294 const Compiler::CompileOptions& options, bool run_backend_only) { in BuildExecutables()
340 const Compiler::CompileOptions& options, bool run_backend_only) { in BuildAotResults()
808 bool run_backend_only) { in BuildExecutable()