Home
last modified time | relevance | path

Searched defs:underlying_t (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A Dqmatmul.cpp93 using underlying_t = typename scalar_t::underlying; in qmatmul() typedef
H A Dqmul.cpp66 using underlying_t = typename scalar_t::underlying; in _mul_out_xnnpack() typedef
H A DBinaryOps.cpp293 using underlying_t = typename scalar_t::underlying; in xnnp_add() typedef
H A Dqlinear.cpp458 using underlying_t = typename scalar_t::underlying; in apply_impl_xnnp() typedef
H A Dqconv.cpp570 using underlying_t = typename scalar_t::underlying; in apply_impl_xnnp() typedef
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/external/fmtlib/include/fmt/
Dcore.h286 using underlying_t = typename std::underlying_type<T>::type; variable
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/external/fmtlib/include/fmt/
Dcore.h286 using underlying_t = typename std::underlying_type<T>::type; variable
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/external/fmtlib/include/fmt/
Dcore.h286 using underlying_t = typename std::underlying_type<T>::type; variable
/aosp_15_r20/prebuilts/module_sdk/art/13/include/external/fmtlib/include/fmt/
Dcore.h286 using underlying_t = typename std::underlying_type<T>::type; variable
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/external/fmtlib/include/fmt/
Dcore.h286 using underlying_t = typename std::underlying_type<T>::type; variable
/aosp_15_r20/external/fmtlib/include/fmt/
H A Dbase.h308 using underlying_t = typename std::underlying_type<T>::type; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/kernels/
H A DQuantizedOpKernels.cpp2391 using underlying_t = typename scalar_t::underlying; typedef