Please enable JavaScript.
Coggle requires JavaScript to display documents.
TFRT - Coggle Diagram
TFRT
-
Kernel
-
A kernel graph can be represented in a low level dialect of MLIR, BEF or other forms.
Kernel graphs are platform specific, and typically encode the specific accelerators that will run the computation
-
A kernel can be an arbitrary C++ function that takes arbitrary types of inputs and produces arbitrary types of outputs.
-
-
-
BEF
-
-
A BEF file is formed as a bytestream whose top-level structure is a list of "sections" that hold various sorts of data.
-
-
-
-
-
-
-
-
-
-
-
Compilation
stddef.h not found issue
-
-no-canonical-prefixes forces symbolic relative path for header wrt. linked clang library instead of real path
-
-
-
-
-