Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dleaf_model_operators.cc60 QCHECK_GE(int_label, 0); in UpdateModel()
95 QCHECK_GE(int_label, 0); in UpdateModel()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_allocator.cc41 QCHECK_GE(ptr_val + space, ptr_val) << "Provided space overflows."; in Align()
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/
Ddecision_tree_ensemble_resource.h147 QCHECK_GE(index, 0); in SetTreeWeight()
/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h328 #define QCHECK_GE(x, y) CHECK_GE(x, y) macro
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc774 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/
Dpropagate_fixed_sizes.cc1395 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()