HomeSort by relevance Sort by last modified time
    Searched refs:BincountFunctor (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
bincount_op.h 30 struct BincountFunctor {
bincount_op_gpu.cu.cc 37 struct BincountFunctor<GPUDevice, T> {
106 template struct functor::BincountFunctor<GPUDevice, type>;
bincount_op.cc 37 struct BincountFunctor<CPUDevice, T> {
110 OP_REQUIRES_OK(ctx, functor::BincountFunctor<Device, T>::Compute(

Completed in 370 milliseconds