Home
last modified time | relevance | path

Searched refs:InType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/source/
H A Dtype_converter.cpp38 template<typename InType>
39 static int32_t DoCast(const InType *inputAddr, size_t inputSize, FeatureData &buffer) in DoCast()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp220 using InType = T; typedef
238 using InType = T; typedef
253 Converter::convert(reinterpret_cast<const typename Converter::InType*>(srcPtr)[i])); in Convert()