Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_value.h95 using SizeFunction = std::function<int64(const BufferValue&)>; variable
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_win.cpp272 using SizeFunction = size_t(WINAPI *)(HANDLE, DWORD, LPVOID); typedef