Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorForwardDeclarations.h23 typedef const T* ConstType; typedef
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dextension_set.h999 typedef Type ConstType; typedef
1021 typedef Type ConstType; typedef
1147 typedef const std::string& ConstType; in PROTOBUF_DEFINE_PRIMITIVE_TYPE() typedef
1177 typedef const std::string& ConstType; typedef
1244 typedef Type ConstType; typedef
1273 typedef Type ConstType; typedef
1345 typedef const Type& ConstType; typedef
1355 ConstType /* default_value */) { in GetPtr() argument
1403 typedef const Type& ConstType; typedef
/external/protobuf/src/google/protobuf/
Dextension_set.h999 typedef Type ConstType; typedef
1021 typedef Type ConstType; typedef
1147 typedef const std::string& ConstType; in PROTOBUF_DEFINE_PRIMITIVE_TYPE() typedef
1177 typedef const std::string& ConstType; typedef
1244 typedef Type ConstType; typedef
1275 typedef Type ConstType; typedef
1349 typedef const Type& ConstType; typedef
1359 ConstType /* default_value */) { in GetPtr() argument
1407 typedef const Type& ConstType; typedef
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dextension_set.h999 typedef Type ConstType; typedef
1021 typedef Type ConstType; typedef
1147 typedef const std::string& ConstType; in PROTOBUF_DEFINE_PRIMITIVE_TYPE() typedef
1177 typedef const std::string& ConstType; typedef
1244 typedef Type ConstType; typedef
1273 typedef Type ConstType; typedef
1345 typedef const Type& ConstType; typedef
1355 ConstType /* default_value */) { in GetPtr() argument
1403 typedef const Type& ConstType; typedef
/external/ComputeLibrary/src/cpu/kernels/
DCpuScaleKernel.cpp352 … using ConstType = typename std::conditional<std::is_same<T, float16_t>::value, half, T>::type; in scale_bilinear_nchw() typedef
500 … using ConstType = typename std::conditional<std::is_same<T, float16_t>::value, half, T>::type; in scale_bilinear_qasymm() typedef
/external/ComputeLibrary/src/cpu/kernels/scale/neon/
Dfp16.cpp108 …using ConstType = typename std::conditional<std::is_same<float16_t, float16_t>::value, half, float… in fp16_neon_scale_bilinear() typedef
Dlist.h186 … using ConstType = typename std::conditional<std::is_same<T, float16_t>::value, half, T>::type; in bilinear_neon_scale() local