Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkSemaphore.cpp274 VkResult BinarySemaphore::exportPayload(ALLOC_FUNC alloc_func, EXPORT_FUNC export_func) in exportPayload()
/aosp_15_r20/external/pytorch/torch/jit/
H A D_trace.py1044 def _log_exportability(func_to_export, export_func, export_args, export_type): argument