Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/include/armnn/
H A DBackendOptions.hpp26 struct CheckAllowed struct
28 static const bool value = std::is_same<T, int>::value ||
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dmodfile.go119 func CheckAllowed(ctx context.Context, m module.Version) error { func