Home
last modified time | relevance | path

Searched refs:PopulationCount (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dpopulation_count_op.cc53 functor::PopulationCount<Device, T> popcnt; in Compute()
97 struct PopulationCount<CPUDevice, T> { struct
145 void PopulationCount<GPUDevice, T>::operator()( \
148 extern template struct PopulationCount<GPUDevice, T>
Dpopulation_count_op.h29 struct PopulationCount { struct
Dpopulation_count_op_gpu.cu.cc71 void PopulationCount<GPUDevice, T>::operator()( \
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_PopulationCount.pbtxt2 graph_op_name: "PopulationCount"
4 name: "math.PopulationCount"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DPopulationCount.pbtxt2 name: "PopulationCount"
27 name: "PopulationCount"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DPopulationCount.pbtxt2 name: "PopulationCount"
27 name: "PopulationCount"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_PopulationCount.pbtxt2 graph_op_name: "PopulationCount"
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dunary_ops.cc80 XLAJIT_MAKE_UNARY(PopulationCount,
81 xla::ConvertElementType(xla::PopulationCount(x), xla::U8));
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_PopulationCount.pbtxt2 graph_op_name: "PopulationCount"
/external/llvm/lib/Target/SystemZ/
DSystemZProcessors.td48 "population-count", "PopulationCount",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFeatures.td67 "population-count", "PopulationCount",
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZFeatures.td74 "population-count", "PopulationCount", (all_of FeaturePopulationCount),
/external/tensorflow/tensorflow/compiler/xla/python/
Dops.cc341 UNARY_OP(PopulationCount); in BuildOpsSubmodule()
Dxla_client_test.py861 ops.PopulationCount(ops.Constant(c, arr))
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dop_select_allowlist.md312 * `raw_ops.PopulationCount`
/external/tensorflow/tensorflow/compiler/xla/tests/
Darray_elementwise_ops_test.cc1126 PopulationCount(a); in XLA_TEST_F()
1133 PopulationCount(a); in XLA_TEST_F()
1141 PopulationCount(a); in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h1261 friend XlaOp PopulationCount(XlaOp operand);
2134 XlaOp PopulationCount(XlaOp operand);
Dxla_builder.cc4575 XlaOp PopulationCount(const XlaOp operand) { in PopulationCount() function
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_ops_base.td326 string summary = "PopulationCount operator";
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md1336 <b>`PopulationCount(operand)`</b> Computes the number of bits set in each
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt2896 name: "PopulationCount"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt2896 name: "PopulationCount"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt43571 name: "PopulationCount"
43596 name: "PopulationCount"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go3250 func PopulationCount(scope *Scope, x tf.Output) (y tf.Output) { func
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td9551 def TF_PopulationCountOp : TF_Op<"PopulationCount", [NoSideEffect, SameOperandsAndResultShape]> {

12