Home
last modified time | relevance | path

Searched refs:exit_on_error_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/cc/framework/
Dscope.cc93 exit_on_error_(other.impl()->exit_on_error_), in Impl()
111 exit_on_error_(other.impl()->exit_on_error_), in Impl()
135 exit_on_error_(other.impl()->exit_on_error_), in Impl()
152 exit_on_error_(other.impl()->exit_on_error_), in Impl()
170 exit_on_error_(other.impl()->exit_on_error_), in Impl()
187 exit_on_error_(true), in Impl()
205 exit_on_error_(other.impl()->exit_on_error_), in Impl()
223 exit_on_error_(other.impl()->exit_on_error_), in Impl()
244 exit_on_error_(other.impl()->exit_on_error_), in Impl()
262 exit_on_error_(other.impl()->exit_on_error_), in Impl()
[all …]
Dscope_internal.h113 const bool exit_on_error_ = false; variable