Searched defs:MaxOp (Results 1 – 7 of 7) sorted by relevance
145 struct MaxOp { struct147 …n(OpKernelContext *ctx, typename TTypes<T>::Scalar &s, const typename TTypes<T>::UnalignedVec &v) { in Run()150 static StringPiece Name() { in Name()
84 class MaxOp : public XlaReductionOp { class86 explicit MaxOp(OpKernelConstruction* ctx) in MaxOp() function in tensorflow::__anon053e78480111::MaxOp
285 struct MaxOp { struct286 inline T operator()(const T& a) const { return a; } in operator()287 inline T operator()(const T& a, const T& b) const { return (a > b) ? a : b; } in operator()
811 uint64_t MaxOp() const { in MaxOp() function
859 uint64_t MaxOp() const { in MaxOp() function
3416 unsigned MaxOp = std::max(Op1, Op2); in swapMIOperands() local
4412 unsigned MaxOp = std::max(Op1, Op2); in swapMIOperands() local