Searched refs:dense_bincount (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | bincount_op_test.py | 158 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/ |
D | category_encoding.py | 189 return dense_bincount(inputs, out_depth, binary_output, count_weights) 210 def dense_bincount(inputs, out_depth, binary_output, count_weights=None): function
|
D | index_lookup.py | 539 bincounts = category_encoding.dense_bincount(lookup_result, out_depth,
|
/external/tensorflow/tensorflow/python/ops/ |
D | bincount_ops.py | 214 return gen_math_ops.dense_bincount(
|