Searched defs:Conv2dParam (Results 1 – 1 of 1) sorted by relevance
63 struct Conv2dParam { struct64 int32_t padding_left, padding_right;65 int32_t padding_top, padding_bottom;66 int32_t stride_width, stride_height;67 int32_t dilation_width_factor = 1, dilation_height_factor = 1;68 int32_t activation;69 bool useNchw = false;71 bool initialize(const IOperationExecutionContext* context) { in initialize()