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

  /art/compiler/optimizing/
data_type.h 35 kUint16,
57 case Type::kUint16:
84 case Type::kUint16:
114 case Type::kUint16:
135 return type == Type::kBool || type == Type::kUint8 || type == Type::kUint16 ||
145 case Type::kUint16:
166 case Type::kUint16:
192 case Type::kUint16:
  /external/v8/src/compiler/
type-cache.h 32 Type* const kUint16 = CreateRange<uint16_t>();
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 169 kUint16,
205 struct DataTypeImpl<ArrayDataType::kUint16> {
    [all...]

Completed in 201 milliseconds