Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/scripts/
H A Dcommon_codegen.py78 def IsDispatchable(self, handle_type): member in GetHandleTypes.HandleDict
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dutil.cc953 bool IsDispatchable(PyObject* o) { return IsDispatchableHelper(o) == 1; } in IsDispatchable() function