|
|
|||
File indexing completed on 2026-04-09 07:49:17
0001 #include "NP.hh" 0002 #include "smeta.h" 0003 0004 int main() 0005 { 0006 NP* a = NP::Make<float>(1) ; 0007 smeta::Collect(a->meta, "SEvt_AddEnvMeta_Test.cc/main" ); 0008 0009 a->save("$TMP/SEvt_AddEnvMeta_Test/a.npy") ; 0010 0011 return 0 ; 0012 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|