Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops.cc619 class SparseSegmentReductionOpBase : public OpKernel { class
621 explicit SparseSegmentReductionOpBase(OpKernelConstruction* context, in SparseSegmentReductionOpBase() function in tensorflow::SparseSegmentReductionOpBase
897 : public SparseSegmentReductionOpBase<Device, T> {
900 : SparseSegmentReductionOpBase<Device, T>( in SparseSegmentReductionMeanOp()
907 : public SparseSegmentReductionOpBase<Device, T> {
911 : SparseSegmentReductionOpBase<Device, T>( in SparseSegmentReductionMeanWithNumSegmentsOp()
918 : public SparseSegmentReductionOpBase<Device, T> {
921 : SparseSegmentReductionOpBase<Device, T>( in SparseSegmentReductionSqrtNOp()
928 : public SparseSegmentReductionOpBase<Device, T> {
932 : SparseSegmentReductionOpBase<Device, T>( in SparseSegmentReductionSqrtNWithNumSegmentsOp()
[all …]