Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h1734 #define OP_REQUIRES_ASYNC(CTX, EXP, STATUS, CALLBACK) \ argument
1743 #define OP_REQUIRES_OK_ASYNC(CTX, STATUS, CALLBACK) \ argument
/external/python/cpython3/Modules/
Dposixmodule.c11401 static DWORD(CALLBACK *_GetMaximumProcessorCount)(WORD) = NULL; in os_cpu_count_impl() local