Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc349 OutputTensor switch_predicate_; member in tensorflow::functionalize_cond::Conditional
390 if (switch_predicate_.node == nullptr) switch_predicate_ = predicate; in AddSwitch()
391 if (!(switch_predicate_ == predicate)) { in AddSwitch()
395 DebugString(switch_predicate_), " vs ", DebugString(predicate), ")."); in AddSwitch()