Home
last modified time | relevance | path

Searched defs:UnsortedSegmentFunctor (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops_gpu.cu.cc175 struct UnsortedSegmentFunctor<GPUDevice, T, Index, InitialValueF, ReductionF> { struct
176 void operator()(OpKernelContext* ctx, const Index num_segments, in operator ()()
Dsegment_reduction_ops.h75 struct UnsortedSegmentFunctor { struct
Dsegment_reduction_ops.cc371 struct UnsortedSegmentFunctor<CPUDevice, T, Index, InitialValueF, ReductionF> { struct
372 void operator()(OpKernelContext* ctx, const Index num_segments, in operator ()()