Searched refs:QCHECK_GE (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/ |
D | leaf_model_operators.cc | 60 QCHECK_GE(int_label, 0); in UpdateModel() 95 QCHECK_GE(int_label, 0); in UpdateModel()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/ |
D | trt_allocator.cc | 41 QCHECK_GE(ptr_val + space, ptr_val) << "Provided space overflows."; in Align()
|
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/ |
D | decision_tree_ensemble_resource.h | 147 QCHECK_GE(index, 0); in SetTreeWeight()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | logging.h | 328 #define QCHECK_GE(x, y) CHECK_GE(x, y) macro
|
/external/tensorflow/tensorflow/lite/toco/ |
D | import_tensorflow.cc | 774 QCHECK_GE(op->block_size, 2); in ConvertDepthToSpaceOperator() 797 QCHECK_GE(op->block_size, 2); in ConvertSpaceToDepthOperator() 848 QCHECK_GE(node.input_size(), 1) in ConvertIdentityOperator() 1149 QCHECK_GE(num_inputs, 2) in ConvertConcatOperator() 1950 QCHECK_GE(num_inputs, 1) in ConvertPackOperator()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | propagate_fixed_sizes.cc | 1395 QCHECK_GE(input_shape.dimensions_count(), 1); in ProcessGatherOperator() 1430 QCHECK_GE(input_shape.dimensions_count(), 1); in ProcessGatherNdOperator() 1431 QCHECK_GE(indices_shape.dimensions_count(), 1); in ProcessGatherNdOperator()
|