Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops.cc622 bool is_mean, bool is_sqrtn, in SparseSegmentReductionOpBase() argument
626 is_sqrtn_(is_sqrtn), in SparseSegmentReductionOpBase()
1008 explicit SparseSegmentGradOpBase(OpKernelConstruction* context, bool is_sqrtn) in SparseSegmentGradOpBase() argument
1009 : OpKernel(context), is_sqrtn_(is_sqrtn) {} in SparseSegmentGradOpBase()