Searched refs:MaxOp (Results 1 – 4 of 4) sorted by relevance
84 class MaxOp : public XlaReductionOp { class86 explicit MaxOp(OpKernelConstruction* ctx) in MaxOp() function in tensorflow::__anon48fb755d0111::MaxOp100 MaxOp);
143 struct MaxOp { struct245 SparseReduceOp<T, MaxOp>)341 SparseReduceSparseOp<T, MaxOp>)
414 struct MaxOp { struct522 functor::MaxOp<type>); \
2952 unsigned MaxOp = std::max(Op1, Op2); in swapMIOperands() local2955 MachineOperand MOp2 = MI.getOperand(MaxOp); in swapMIOperands()2961 if (MaxOp - MinOp == 1 && MI.getNumOperands() == MinOp) { in swapMIOperands()2977 if (i == MaxOp) in swapMIOperands()