Searched defs:ConvolutionParams (Results 1 – 4 of 4) sorted by relevance
20 struct ConvolutionParams { struct37 std::ostream& operator<<(std::ostream& out, const ConvolutionParams& params); argument
49 struct ConvolutionParams { struct70 struct DepthwiseConvolutionParams { argument
172 struct ConvolutionParams struct174 miopenHandle_t handle;175 miopenDataType_t dataType;176 int input_size[2 + max_dim];177 int input_stride[2 + max_dim];178 int weight_size[2 + max_dim];179 int padding[max_dim];180 int stride[max_dim];181 int dilation[max_dim];182 int64_t groups;[all …]
147 struct ConvolutionParams struct180 ConvolutionParams convolution{}; argument