Commit 64b93e3e authored by Thor Johnsen's avatar Thor Johnsen
Browse files

Remove unused field

parent 88914a50
......@@ -197,7 +197,6 @@ create_conv_bias_add_act_descriptors(int64_t* x_dim_padded,
int64_t y_stride_padded[4];
int64_t w_stride_padded[4];
int64_t b_stride_padded[4];
int64_t threshold_stride[4];
generateStrides(w_dim_padded, w_stride_padded, 4, CUDNN_TENSOR_NHWC);
generateStrides(x_dim_padded, x_stride_padded, 4, CUDNN_TENSOR_NHWC);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment