Searched defs:MaxOp (Results 1 – 4 of 4) sorted by relevance
143 struct MaxOp { struct145 …n(OpKernelContext *ctx, typename TTypes<T>::Scalar &s, const typename TTypes<T>::UnalignedVec &v) { in Run()148 static StringPiece Name() { in Name()
84 class MaxOp : public XlaReductionOp { class86 explicit MaxOp(OpKernelConstruction* ctx) in MaxOp() function in tensorflow::__anon5401c2340111::MaxOp
3416 unsigned MaxOp = std::max(Op1, Op2); in swapMIOperands() local
3849 unsigned MaxOp = std::max(Op1, Op2); in swapMIOperands() local