Searched defs:MaxOp (Results 1 – 10 of 10) sorted by relevance
358 struct MaxOp { in compute_mode() struct359 inline __device__ ModeUnsignedPair combine(ModeUnsignedPair a, ModeUnsignedPair b) const { in compute_mode()363 inline __device__ ModeUnsignedPair warp_shfl_down(ModeUnsignedPair acc, int offset) const { in compute_mode()
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()
91 struct MaxOp { struct96 struct MaxOp<float> { argument
84 class MaxOp : public XlaReductionOp { class86 explicit MaxOp(OpKernelConstruction* ctx) in MaxOp() function in tensorflow::__anonff6dd4aa0111::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()
94 TEST_F(CowTestV3, MaxOp) { in TEST_F() argument
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