Searched defs:PoolParameters (Results 1 – 2 of 2) sorted by relevance
46 struct PoolParameters { struct58 int depth;60 int tensor_in_cols;61 int tensor_in_rows;62 int tensor_in_batch;64 int window_rows;65 int window_cols;66 int depth_window;68 int row_stride;69 int col_stride;[all …]
117 PoolParameters::PoolParameters(OpKernelContext* context, in PoolParameters() function in tensorflow::PoolParameters