Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/util/
H A DException.h355 #define C10_UNLIKELY_OR_CONST(e) e macro
357 #define C10_UNLIKELY_OR_CONST(e) C10_UNLIKELY(e) macro