Home
last modified time | relevance | path

Searched defs:ConstType (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Dextension_set.h942 typedef Type ConstType; typedef
960 typedef Type ConstType; typedef
1065 typedef const std::string& ConstType; in PROTOBUF_DEFINE_PRIMITIVE_TYPE() typedef
1090 typedef const std::string& ConstType; typedef
1148 typedef Type ConstType; typedef
1171 typedef Type ConstType; typedef
1234 typedef const Type& ConstType; typedef
1281 typedef const Type& ConstType; typedef
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorForwardDeclarations.h23 typedef const T* ConstType; typedef
/external/ComputeLibrary/src/core/NEON/kernels/
DNEScaleKernel.cpp282 … using ConstType = typename std::conditional<std::is_same<T, float16_t>::value, half, T>::type; in scale_bilinear_nchw() typedef
455 … using ConstType = typename std::conditional<std::is_same<T, float16_t>::value, half, T>::type; in scale_bilinear_nhwc() typedef
545 … using ConstType = typename std::conditional<std::is_same<T, float16_t>::value, half, T>::type; in scale_bilinear_qasymm() typedef