Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dtopk_op.cc90 Status s = functor::TopKFunctor<Device, T>::Compute( in Compute()
103 struct TopKFunctor<CPUDevice, T> { struct
250 Status TopKFunctor<GPUDevice, T>::Compute( \
255 extern template struct functor::TopKFunctor<GPUDevice, T>;
Dtopk_op_gpu_float.cu.cc25 template struct functor::TopKFunctor<GPUDevice, float>; member in tensorflow::functor
Dtopk_op_gpu_double.cu.cc25 template struct functor::TopKFunctor<GPUDevice, double>; member in tensorflow::functor
Dtopk_op_gpu_int8.cu.cc25 template struct functor::TopKFunctor<GPUDevice, int8>; member in tensorflow::functor
Dtopk_op_gpu_int16.cu.cc25 template struct functor::TopKFunctor<GPUDevice, int16>; member in tensorflow::functor
Dtopk_op_gpu_uint16.cu.cc25 template struct functor::TopKFunctor<GPUDevice, uint16>; member in tensorflow::functor
Dtopk_op_gpu_uint8.cu.cc25 template struct functor::TopKFunctor<GPUDevice, uint8>; member in tensorflow::functor
Dtopk_op_gpu_int32.cu.cc25 template struct functor::TopKFunctor<GPUDevice, int32>; member in tensorflow::functor
Dtopk_op_gpu_int64.cu.cc25 template struct functor::TopKFunctor<GPUDevice, int64>; member in tensorflow::functor
Dtopk_op_gpu_half.cu.cc25 template struct functor::TopKFunctor<GPUDevice, Eigen::half>; member in tensorflow::functor
Dtopk_op.h30 struct TopKFunctor { struct
Dtopk_op_gpu.h538 struct TopKFunctor<GPUDevice, T> {