Home
last modified time | relevance | path

Searched refs:MaxOp (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreduction_ops.cc84 class MaxOp : public XlaReductionOp { class
86 explicit MaxOp(OpKernelConstruction* ctx) in MaxOp() function in tensorflow::__anon48fb755d0111::MaxOp
100 MaxOp);
/external/tensorflow/tensorflow/core/kernels/
Dsparse_reduce_op.cc143 struct MaxOp { struct
245 SparseReduceOp<T, MaxOp>)
341 SparseReduceSparseOp<T, MaxOp>)
Dsegment_reduction_ops.cc414 struct MaxOp { struct
522 functor::MaxOp<type>); \
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp2952 unsigned MaxOp = std::max(Op1, Op2); in swapMIOperands() local
2955 MachineOperand MOp2 = MI.getOperand(MaxOp); in swapMIOperands()
2961 if (MaxOp - MinOp == 1 && MI.getNumOperands() == MinOp) { in swapMIOperands()
2977 if (i == MaxOp) in swapMIOperands()