Searched defs:SYCL3DPoolParams (Results 1 – 1 of 1) sorted by relevance
32 struct SYCL3DPoolParams { struct33 SYCL3DPoolParams(const int depth, const int batch, const int in_planes, in SYCL3DPoolParams() function57 SYCL3DPoolParams(const int depth, const int batch, const int in_planes, in SYCL3DPoolParams() argument67 SYCL3DPoolParams(const Pool3dParameters& params) in SYCL3DPoolParams() function86 const int depth_;87 const int batch_;88 const int in_planes_;89 const int in_rows_;90 const int in_cols_;92 const int window_planes_;[all …]