Searched defs:MklPoolParameters (Results 1 – 1 of 1) sorted by relevance
366 struct MklPoolParameters { struct367 int depth;369 int tensor_in_planes; // Pool3D370 int tensor_in_cols;371 int tensor_in_rows;372 int tensor_in_batch;374 int window_planes; // Pool3D398 MklPoolParameters() in MklPoolParameters() function