Searched defs:PoolParameters (Results 1 – 2 of 2) sorted by relevance
41 struct PoolParameters { struct50 int depth;52 int tensor_in_cols;53 int tensor_in_rows;54 int tensor_in_batch;56 int window_rows;57 int window_cols;58 int depth_window;60 int row_stride;61 int col_stride;[all …]
46 PoolParameters::PoolParameters(OpKernelContext* context, in PoolParameters() function in tensorflow::PoolParameters