Home
last modified time | relevance | path

Searched refs:dense_bincount (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dbincount_op_test.py158 gen_math_ops.dense_bincount(input=inp, weights=[], size=size)))
175 gen_math_ops.dense_bincount(
192 gen_math_ops.dense_bincount(
210 gen_math_ops.dense_bincount(
224 gen_math_ops.dense_bincount(input=inp, weights=[], size=size)))
239 gen_math_ops.dense_bincount(
257 gen_math_ops.dense_bincount(
263 gen_math_ops.dense_bincount(
332 gen_math_ops.dense_bincount(
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dcategory_encoding.py189 return dense_bincount(inputs, out_depth, binary_output, count_weights)
210 def dense_bincount(inputs, out_depth, binary_output, count_weights=None): function
Dindex_lookup.py539 bincounts = category_encoding.dense_bincount(lookup_result, out_depth,
/external/tensorflow/tensorflow/python/ops/
Dbincount_ops.py214 return gen_math_ops.dense_bincount(