Lines Matching refs:strides
380 strides = node.attr['strides']
382 # Tensorflow do not support pooling strides in batch dimension and
383 # current native NN do not support pooling strides in channel dimension, added assert() here.
384 assert(strides.list.i[1]==strides.list.i[2])
385 assert(strides.list.i[0]==1)
386 assert(strides.list.i[3]==1)
387 strides = strides.list.i[1]
398 np.array([self.op2code[node.op], strides, self.pool_paddings[padding], filter_height],