Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.h125 BranchType FindBranchOf(CondId id, OutputTensor predicate) const;
Dfunctionalize_cond.cc523 : state_map_->FindBranchOf(id, predicate_); in ExtractBodies()
995 BranchType StateMap::FindBranchOf(CondId id, OutputTensor predicate) const { in FindBranchOf() function in tensorflow::functionalize_cond::StateMap
1223 b = state_map_.FindBranchOf(dst_id, pred); in RemoveRedundantSwitch()
1233 b = state_map_.FindBranchOf(dst_id, val); in RemoveRedundantSwitch()