Home
last modified time | relevance | path

Searched defs:InputBatch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dmisc_shared.h97 typedef struct InputBatch struct
107 // InputBatch <-------------------------------- start argument
117 } InputBatch; typedef
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Ddataloader.cpp234 using InputBatch = std::vector<int>; in TEST() typedef