RuntimeLinkage#
-
enum class Halide::RuntimeLinkage#
Type of visibility for customizing Halide runtime methods within a namespace.
Values:
-
enumerator Import#
Method names called from within a generated kernel.
-
enumerator Export#
Method names externally visible in the runtime library.
-
enumerator Internal#
Method names called within the runtime library.
-
enumerator Import#