Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_pooling_ops_common.h366 struct MklPoolParameters { struct
367 int depth;
369 int tensor_in_planes; // Pool3D
370 int tensor_in_cols;
371 int tensor_in_rows;
372 int tensor_in_batch;
374 int window_planes; // Pool3D
398 MklPoolParameters() in MklPoolParameters() function