Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.h136 BranchType FindBranchOf(CondId id, OutputTensor predicate) const;
Dfunctionalize_cond.cc539 : state_map_->FindBranchOf(id, predicate_); in ExtractBodies()
1042 BranchType StateMap::FindBranchOf(CondId id, OutputTensor predicate) const { in FindBranchOf() function in tensorflow::functionalize_cond::StateMap
1270 b = state_map_.FindBranchOf(dst_id, pred); in RemoveRedundantSwitch()
1280 b = state_map_.FindBranchOf(dst_id, val); in RemoveRedundantSwitch()