Searched refs:pred_values (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/keras/ |
D | metrics_confusion_matrix_test.py | 781 pred_values = [0.0, 0.1, 0.2, 0.3, 0.4, 0.1, 0.45, 0.5, 0.8, 0.9] 784 y_pred = constant_op.constant(pred_values, dtype=dtypes.float32) 792 pred_values = [0.0, 0.1, 0.2, 0.3, 0.4, 0.01, 0.02, 0.25, 0.26, 0.26] 795 y_pred = constant_op.constant(pred_values, dtype=dtypes.float32) 804 pred_values = [0.0, 0.1, 0.2, 0.3, 0.4, 0.01, 0.02, 0.25, 0.26, 0.26] 808 y_pred = constant_op.constant(pred_values, dtype=dtypes.float32) 877 pred_values = [0.0, 0.1, 0.2, 0.3, 0.4, 0.1, 0.45, 0.5, 0.8, 0.9] 880 y_pred = constant_op.constant(pred_values, dtype=dtypes.float32) 888 pred_values = [0.0, 0.1, 0.2, 0.3, 0.4, 0.01, 0.02, 0.25, 0.26, 0.26] 891 y_pred = constant_op.constant(pred_values, dtype=dtypes.float32) [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reduce_test.cc | 124 auto pred_values = in RunR1ToR0PredTest() local 135 Reduce(pred_values, init_value, reduce, in RunR1ToR0PredTest()
|