Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/java/src/main/java/org/tensorflow/lite/gpu/
DCompatibilityList.java58 return nativeIsDelegateSupportedOnThisDevice(compatibilityListHandle); in isDelegateSupportedOnThisDevice()
92 private static native boolean nativeIsDelegateSupportedOnThisDevice(long handle); in nativeIsDelegateSupportedOnThisDevice() method in CompatibilityList