Searched defs:SumOp (Results 1 – 3 of 3) sorted by relevance
133 struct SumOp { struct135 …n(OpKernelContext *ctx, typename TTypes<T>::Scalar &s, const typename TTypes<T>::UnalignedVec &v) { in Run()138 static StringPiece Name() { in Name()
407 struct SumOp { struct408 void operator()(const constMatrixChip<T> data, MatrixChip<T> output) { in operator ()()
30 class SumOp : public XlaReductionOp { class32 explicit SumOp(OpKernelConstruction* ctx) in SumOp() function in tensorflow::__anon48fb755d0111::SumOp