Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dbincount_op_gpu.cu.cc37 struct BincountFunctor<GPUDevice, T> { struct
106 template struct functor::BincountFunctor<GPUDevice, type>;
Dbincount_op.cc37 struct BincountFunctor<CPUDevice, T> { struct
110 OP_REQUIRES_OK(ctx, functor::BincountFunctor<Device, T>::Compute( in Compute()
Dbincount_op.h30 struct BincountFunctor { struct