Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.h136 Status ForEachElementWithStatus(const Fn& fn) const { in ForEachElementWithStatus() function
137 return tree_.ForEachElementWithStatus( in ForEachElementWithStatus()
Dhlo_input_output_alias_config.cc164 return alias_.ForEachElementWithStatus( in ForEachAliasWithStatus()
Dlayout_assignment.cc892 TF_RETURN_IF_ERROR(points_to_set.ForEachElementWithStatus( in CheckLayouts()
1201 return points_to_set.ForEachElementWithStatus( in PropagateUseConstraintToDefs()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc350 TF_RETURN_IF_ERROR(elements.ForEachElementWithStatus( in ExpandTreeOfTuples()
408 TF_RETURN_IF_ERROR(elements.ForEachElementWithStatus( in MakeTuple()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h260 Status ForEachElementWithStatus(const Fn& func) const;
608 Status ShapeTree<T>::ForEachElementWithStatus(const Fn& func) const { in ForEachElementWithStatus() function