Searched refs:predictions_idx (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 2241 def _maybe_select_class_id(labels, predictions_idx, selected_id=None): argument 2259 return labels, predictions_idx 2261 _select_class_id(predictions_idx, selected_id)) 2265 predictions_idx, argument 2296 (predictions_idx, labels, weights)): 2297 labels, predictions_idx = _maybe_select_class_id(labels, predictions_idx, 2299 tp = sets.set_size(sets.set_intersection(predictions_idx, labels)) 2310 predictions_idx, argument 2348 (predictions_idx, labels, weights)) as scope: 2350 predictions_idx=predictions_idx, [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | metrics_test.py | 2022 predictions_idx, argument 2033 predictions_idx=constant_op.constant(predictions_idx, dtypes_lib.int32), 2190 predictions_idx = (predictions_idx_ex1[:k], predictions_idx_ex2[:k]) 2194 predictions_idx, labels, k=k, expected=streaming_precision[i]) 2238 predictions_idx = [[9, 4, 6, 2, 0], [5, 7, 2, 9, 6]] 2249 predictions_idx, labels, k=5, expected=NAN, class_id=class_id) 2255 predictions_idx = [[9, 4, 6, 2, 0], [5, 7, 2, 9, 6]] 2266 predictions_idx, labels, k=5, expected=0.0, class_id=class_id) 2272 predictions_idx = [[9, 4, 6, 2, 0], [5, 7, 2, 9, 6]] 2282 predictions_idx, labels, k=5, expected=2.0 / 2, class_id=2) [all …]
|
/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
D | metric_ops.py | 2427 predictions_idx=top_k_predictions, 2508 predictions_idx=top_k_predictions, 2890 predictions_idx=top_k_predictions, 3792 predictions_idx, argument 3857 (labels, predictions_idx, weights)): 3862 predictions_idx, labels, weights = ( 3864 predictions=predictions_idx, 3867 predictions_idx.get_shape().assert_is_compatible_with(labels.get_shape()) 3881 predictions_idx,
|
D | metric_ops_test.py | 7077 predictions_idx=array_ops.ones((10, 1)), 7089 predictions_idx=array_ops.ones((10, 1)), 7098 predictions_idx=array_ops.ones((10, 1)),
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.metrics.pbtxt | 81 …argspec: "args=[\'labels\', \'predictions_idx\', \'k\', \'class_id\', \'weights\', \'metrics_colle… 97 …argspec: "args=[\'labels\', \'predictions_idx\', \'k\', \'class_id\', \'weights\', \'metrics_colle…
|