Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dpopulation_count_op.h29 struct PopulationCount { struct
Dpopulation_count_op.cc101 struct PopulationCount<CPUDevice, T> { struct
102 void operator()(OpKernelContext* c, typename TTypes<T>::ConstFlat input, in operator ()()
/external/open-dice/src/android/
Dbcc.c26 static size_t PopulationCount(uint32_t n) { in PopulationCount() function
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc4561 XlaOp PopulationCount(const XlaOp operand) { in PopulationCount() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go30959 func PopulationCount(scope *Scope, x tf.Output) (y tf.Output) { func