Searched refs:QCHECK_LT (Results 1 – 6 of 6) sorted by relevance
57 QCHECK_LT(int_label, params_.num_outputs()) in UpdateModel()92 QCHECK_LT(int_label, params_.num_outputs()) in UpdateModel()
47 QCHECK_LT(target_index, num_targets_); in GetTargetAsContinuous()
78 QCHECK_LT(target_index, num_targets_); in GetTargetAsContinuous()
148 QCHECK_LT(index, num_trees()); in SetTreeWeight()
327 #define QCHECK_LT(x, y) CHECK_LT(x, y) macro
1397 QCHECK_LT(axis, op->input_rank); in ProcessGatherOperator()