Home
last modified time | relevance | path

Searched refs:QCHECK_LT (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dleaf_model_operators.cc57 QCHECK_LT(int_label, params_.num_outputs()) in UpdateModel()
92 QCHECK_LT(int_label, params_.num_outputs()) in UpdateModel()
Dtest_utils.h47 QCHECK_LT(target_index, num_targets_); in GetTargetAsContinuous()
Dinput_target.h78 QCHECK_LT(target_index, num_targets_); in GetTargetAsContinuous()
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/
Ddecision_tree_ensemble_resource.h148 QCHECK_LT(index, num_trees()); in SetTreeWeight()
/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h327 #define QCHECK_LT(x, y) CHECK_LT(x, y) macro
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc1397 QCHECK_LT(axis, op->input_rank); in ProcessGatherOperator()