Home
last modified time | relevance | path

Searched defs:kIntegralTypes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Ddata_type_test.cc63 static const DataType::Type kIntegralTypes[] = { in TEST() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dtypes.h23 kIntegralTypes = 1 << 0, enumerator