Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h455 #define QCHECK_LT(x, y) CHECK_LT(x, y) macro
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc176 QCHECK_LT(xfeed_instrs.size(), 2) in GetXfeedShape()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc1417 QCHECK_LT(axis, op->input_rank); in ProcessGatherOperator()