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

  /external/tensorflow/tensorflow/core/platform/
types.h 46 static const uint16 kuint16max = ((uint16)0xFFFF); member in namespace:tensorflow
  /external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
log_scale.cc 20 #define kuint16max 0x0000FFFF macro
81 *output++ = (value < kuint16max) ? value : kuint16max;
  /external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
log_scale.c 20 #define kuint16max 0x0000FFFF macro
81 *output++ = (value < kuint16max) ? value : kuint16max;
  /external/dynamic_depth/internal/base/
integral_types.h 95 static const uint16 kuint16max = ((uint16)0xFFFF); variable

Completed in 151 milliseconds