Searched refs:sparse_bincount (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | bincount_ops_test.py | 159 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 …]
|
D | bincount_ops.py | 197 return gen_math_ops.sparse_bincount( 255 def sparse_bincount(values, function
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | category_encoding.py | 187 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(
|
D | index_lookup.py | 536 bincounts = category_encoding.sparse_bincount(lookup_result, out_depth,
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | bincount_op_test.py | 356 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(
|