Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_3d_sycl.h32 struct SYCL3DPoolParams { struct
33 SYCL3DPoolParams(const int depth, const int batch, const int in_planes, in SYCL3DPoolParams() function
57 SYCL3DPoolParams(const int depth, const int batch, const int in_planes, in SYCL3DPoolParams() argument
67 SYCL3DPoolParams(const Pool3dParameters& params) in SYCL3DPoolParams() function
86 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 …]