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

  /external/tensorflow/tensorflow/core/kernels/
population_count_op.h 29 struct PopulationCount {
population_count_op.cc 53 functor::PopulationCount<Device, T> popcnt;
60 Name("PopulationCount").Device(DEVICE_CPU).TypeConstraint<type>("T"), \
97 struct PopulationCount<CPUDevice, T> {
129 Name("PopulationCount").Device(DEVICE_GPU).TypeConstraint<type>("T"), \
145 void PopulationCount<GPUDevice, T>::operator()( \
148 extern template struct PopulationCount<GPUDevice, T>
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 180 milliseconds