vllm-project--vllm
4 行
55 B
C++
4 行
55 B
C++
#pragma once
|
|
|
|
#define VLLM_IMPLIES(p, q) (!(p) || (q))
|