Searched refs:_check_agreement (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu_embedding.py | 1662 def _check_agreement(data, name, feature, enqueue_data): function 1700 _check_agreement(enqueue_data.sample_indices, 'sample_indices', 1702 _check_agreement(enqueue_data.aggregation_weights, 1711 _check_agreement(enqueue_data.sample_splits, 'sample_splits', feature, 1713 _check_agreement(enqueue_data.aggregation_weights,
|