Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.h86 struct OutputTensorLess { struct
92 using CondState = std::map<OutputTensor, BranchType, OutputTensorLess>;
Dfunctionalize_cond.cc76 return StateMap::OutputTensorLess()(std::get<2>(a), std::get<2>(b)); in operator ()()
139 bool StateMap::OutputTensorLess::operator()(const OutputTensor& lhs, in operator ()()
148 if (StateMap::OutputTensorLess().operator()(lhs.first, rhs.first)) in operator ()()