Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_cond.h97 struct OutputTensorLess { struct
103 using CondState = std::map<OutputTensor, BranchType, OutputTensorLess>;
H A Dfunctionalize_cond.cc78 return StateMap::OutputTensorLess()(std::get<2>(a), std::get<2>(b)); in operator ()()
141 bool StateMap::OutputTensorLess::operator()(const OutputTensor& lhs, in operator ()()
150 if (StateMap::OutputTensorLess().operator()(lhs.first, rhs.first)) in operator ()()