Home
last modified time | relevance | path

Searched refs:QCHECK_LE (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h326 #define QCHECK_LE(x, y) CHECK_LE(x, y) macro
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc1434 QCHECK_LE(indices_nd, input_shape.dimensions_count()); in ProcessGatherNdOperator()