Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dpopulation_count_op.h29 struct PopulationCount { struct
Dpopulation_count_op.cc97 struct PopulationCount<CPUDevice, T> { struct
98 void operator()(OpKernelContext* c, typename TTypes<T>::ConstFlat input, in operator ()()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go3242 func PopulationCount(scope *Scope, x tf.Output) (y tf.Output) { func