Chainsaw / scripts /stride /p_model.c
wuxing0105's picture
Upload folder using huggingface_hub
80a72c3 verified
Raw
History Blame Contribute Delete
133 Bytes
#include "stride.h"
int Process_MODEL(enum METHOD *Method)
{
if( *Method == XRay )
*Method = Model;
return(SUCCESS);
}