#pragma once namespace ck { namespace profiler { int profile_convnd_fwd(int argc, char* argv[]); } // namespace profiler } // namespace ck