/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/PortableTestObjects/interface/ImageHostCollection.h
13 строк
473 B
Christine Zeh
Integration of PyTorch based portable (direct) ML inference with Alpaka-based heterogeneous core
21 ноя 2025, 14:01
21 ноя 2025, 14:01
a7218f1
Код
Авторство
О чём код?
#ifndef DataFormats_PortableTestObjects_interface_ImageHostCollection_h #define DataFormats_PortableTestObjects_interface_ImageHostCollection_h #include "DataFormats/Portable/interface/PortableHostCollection.h" #include "DataFormats/PortableTestObjects/interface/ImageSoA.h" namespace portabletest { using ImageHostCollection = PortableHostCollection<ImageSoA>; } // namespace portabletest #endif // DataFormats_PortableTestObjects_interface_ImageHostCollection_h