Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h458 #define QCHECK_LT(x, y) CHECK_LT(x, y) macro
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc1410 QCHECK_LT(axis, op->input_rank); in ProcessGatherOperator()