Home
last modified time | relevance | path

Searched refs:kFloatingPointTypes (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/csrc/jit/tensorexpr/
Dtypes.h24 kFloatingPointTypes = 1 << 1, enumerator
28 kNonComplexOrQintTypes = kIntegralTypes | kBoolType | kFloatingPointTypes,
Dlowerings.cpp1483 kIntegralTypes | kFloatingPointTypes | kBoolType); in nnc_lowerings_lazy_registration()
1661 kFloatingPointTypes); in nnc_lowerings_lazy_registration()
/external/pytorch/torch/csrc/jit/tensorexpr/operators/
Dmisc.cpp57 return (typeConstraints & kFloatingPointTypes) != 0; in checkTypes()