Home
last modified time | relevance | path

Searched refs:sparse_bincount (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dbincount_ops_test.py159 y = bincount_ops.sparse_bincount(
357 y = bincount_ops.sparse_bincount(
504 y = bincount_ops.sparse_bincount(
754 self.evaluate(bincount_ops.sparse_bincount(x, weights=weights, axis=-1))
760 self.evaluate(bincount_ops.sparse_bincount(x, weights=weights, axis=-1))
771 self.evaluate(bincount_ops.sparse_bincount(x, weights=weights, axis=-1))
774 self.evaluate(bincount_ops.sparse_bincount(x, weights=weights, axis=-1))
781 self.evaluate(bincount_ops.sparse_bincount(x, weights=weights, axis=-1))
788 self.evaluate(bincount_ops.sparse_bincount(x, weights=weights, axis=-1))
797 self.evaluate(bincount_ops.sparse_bincount(x, weights=weights, axis=-1))
[all …]
Dbincount_ops.py197 return gen_math_ops.sparse_bincount(
255 def sparse_bincount(values, function
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dcategory_encoding.py187 return sparse_bincount(inputs, out_depth, binary_output, count_weights)
192 def sparse_bincount(inputs, out_depth, binary_output, count_weights=None): function
194 result = bincount_ops.sparse_bincount(
Dindex_lookup.py536 bincounts = category_encoding.sparse_bincount(lookup_result, out_depth,
/external/tensorflow/tensorflow/python/kernel_tests/
Dbincount_op_test.py356 gen_math_ops.sparse_bincount(
381 gen_math_ops.sparse_bincount(
405 gen_math_ops.sparse_bincount(
431 gen_math_ops.sparse_bincount(
462 gen_math_ops.sparse_bincount(
494 gen_math_ops.sparse_bincount(