Review Op Support

Review a CV-CUDA operator's input-type, layout, dtype, and channel support matrix. Use when asked which inputs an operator supports, whether required layouts are complete, or whether support is enforced consistently across C, C++, and Python APIs.

cvcuda 3334293 995 B Updated

File contents

Review Op — support

Thin entry point. Run python3 tools/review_op.py <Operator> --domain support and interpret per the support section (SUP-*) of .agents/guidance/REVIEW_OP_GUIDELINES.md: the container × layout × dtype × channel matrix, runtime enforcement, cross-surface (C-API/C++/Python) consistency, and layout completeness. Resolve MANUAL items at the cited locations. When fixing (--fix), apply the per-item corrective action and keep missing layout capability as explicit author work. Re-run to confirm. Findings-first.

cvcuda/cv-cuda/tree/main/.agents/skills/review-op-support commit 3334293677

Frequently asked questions

npx skillmds@latest add cvcuda/review-op-support