Home
last modified time | relevance | path

Searched defs:PopulationCount (Results 1 – 4 of 4) 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/compiler/xla/client/
Dxla_builder.cc4575 XlaOp PopulationCount(const XlaOp operand) { in PopulationCount() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go3250 func PopulationCount(scope *Scope, x tf.Output) (y tf.Output) { func