Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A 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()
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dcompile_options.proto61 bool run_backend_only = 11; field