Home
last modified time | relevance | path

Searched defs:supportedList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_utils.h60 …static bool readListFromParcel(Parcel &parcel, std::vector<T> &supportedList, const ReadFunc &read… in readListFromParcel()
78 …static bool readListFromParcel(Parcel &parcel, std::vector<T> &supportedList, const ReadFunc &read… in readListFromParcel()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp264 std::vector<bool> supportedList; in IsSupportedModel() local