Searched defs:Pool3dParameters (Results 1 – 2 of 2) sorted by relevance
40 struct Pool3dParameters { struct50 int depth;52 int tensor_in_planes;53 int tensor_in_cols;54 int tensor_in_rows;55 int tensor_in_batch;57 int window_planes;58 int window_cols;59 int window_rows;60 int depth_window;[all …]
53 Pool3dParameters::Pool3dParameters(OpKernelContext* context, in Pool3dParameters() function in tensorflow::Pool3dParameters