Home
last modified time | relevance | path

Searched defs:includeBool (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Dscalar.h53 bool isIntegral(bool includeBool) const { in isIntegral()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DForeachUtils.h23 inline bool has_integral_tensor(TensorList tensors, const bool includeBool) { in has_integral_tensor()
/aosp_15_r20/external/pytorch/c10/core/
H A DScalar.h199 bool isIntegral(bool includeBool) const { in isIntegral()
H A DScalarType.h345 inline bool isIntegralType(ScalarType t, bool includeBool) { in isIntegralType()
/aosp_15_r20/external/executorch/runtime/core/exec_aten/util/
H A Dscalar_type_util.h409 bool includeBool) { in isIntegralType()