HomeSort by relevance Sort by last modified time
    Searched refs:TFLITE_DCHECK_GT (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/
compatibility.h 38 #ifndef TFLITE_DCHECK_GT
39 #define TFLITE_DCHECK_GT(x, y) ((x) > (y)) ? (void)0 : assert(false)
types.h 32 TFLITE_DCHECK_GT(num_dims, 0);
59 TFLITE_DCHECK_GT(num_dims, 0);
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h     [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
reference_ops.h     [all...]

Completed in 76 milliseconds