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.cc362 OutputTensor switch_predicate_; member in tensorflow::functionalize_cond::Conditional
406 if (switch_predicate_.node == nullptr) switch_predicate_ = predicate; in AddSwitch()
407 if (!(switch_predicate_ == predicate)) { in AddSwitch()
411 DebugString(switch_predicate_), " vs ", DebugString(predicate), ")."); in AddSwitch()