Rate this Page

Define _TORCH_LIBRARY_IMPL#

Define Documentation#

_TORCH_LIBRARY_IMPL(ns, k, m, uid)#

The above macro requires an extra unique identifier (uid) to prevent variable name collisions.

This can happen if TORCH_LIBRARY_IMPL is called multiple times with the same namespace and dispatch key in the same translation unit.