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

  /external/tensorflow/tensorflow/lite/kernels/internal/
common.h 209 const int ScalarIntegerTypeBits = 8 * sizeof(ScalarIntegerType);
212 ((1 << (ScalarIntegerTypeBits - 1 - exponent)) - 1);
  /external/gemmlowp/fixedpoint/
fixedpoint.h 370 const int ScalarIntegerTypeBits = 8 * sizeof(ScalarIntegerType);
373 ((1 << (ScalarIntegerTypeBits - 1 - Exponent)) - 1);
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h 248 const int ScalarIntegerTypeBits = 8 * sizeof(ScalarIntegerType);
251 ((1 << (ScalarIntegerTypeBits - 1 - exponent)) - 1);
    [all...]

Completed in 4575 milliseconds