Home
last modified time | relevance | path

Searched refs:run_backend_only_ (Results 1 – 1 of 1) 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()
127 run_backend_only_ = run_backend_only; in set_run_backend_only()
154 bool run_backend_only_ = false; variable