Searched refs:total_counts (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | clustering_ops.py | 363 (cluster_centers_var, cluster_centers_initialized, total_counts, 382 total_counts) 386 inputs, cluster_idx, cluster_centers_updated, total_counts) 396 cluster_centers_updated, total_counts): argument 424 state_ops.assign(total_counts, 425 array_ops.zeros_like(total_counts)) 436 total_counts): argument 453 assert total_counts is not None 460 with ops.colocate_with(total_counts, ignore_existing=True): 461 old_counts = array_ops.gather(total_counts, unique_ids) [all …]
|