Data Prep Sheet

Action Principale : check

Preparation Code

Script awaiting validation
Copied!
1/* This example assumes the ONNX file is accessible from the CAS server */
2DATA casuser.onnx_model_blob (copies=0);
3 LENGTH onnx_model 8;
4 INFILE "/path/to/your/model.onnx" recfm=f lrecl=256;
5 INPUT onnx_model 8.;
6RUN;
7 
8PROC CAS;
9 TABLE.promote / name="onnx_model_blob" caslib="casuser";
10RUN;
Actions using this script
  • astore check En cours
  • No other action uses this exact script.